Commit 4c58510f authored by garciay's avatar garciay
Browse files

Bug fixed: 0006126: Payload decoding must always be successfull

parent bf075934
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -103,6 +103,9 @@ module LibItsBtp_TypesAndValues {
        type union DecodedBtpPayload {
        type union DecodedBtpPayload {
            CamPdu camPacket, 
            CamPdu camPacket, 
            DenmPdu denmPacket 
            DenmPdu denmPacket 
        } with { 
            encode (camPacket) "LibItsCam_asn1"; 
            encode (denmPacket) "LibItsDenm_asn1" 
        }
        }
        
        
    } //end btpPayload
    } //end btpPayload