Loading ttcn/LibNGAP/lib/LibNGAP_EncdecDeclarations.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ module LibNGAP_EncdecDeclarations { external function fx_dec_PDUSessionResourceReleaseCommandTransfer(inout bitstring pdu, out NGAP_IEs.PDUSessionResourceReleaseCommandTransfer p) return integer with {extension "prototype(sliding) decode(PER)"} //with {extension "prototype(sliding) decode(LibNGAP_codec)"} Loading @@ -43,4 +42,14 @@ module LibNGAP_EncdecDeclarations { external function fx_enc_PDUSessionResourceReleaseCommandTransfer(NGAP_IEs.PDUSessionResourceReleaseCommandTransfer p) return bitstring with {extension "prototype(convert) encode(PER)"} external function fx_dec_PDUSessionResourceModifyIndicationTransfer(inout bitstring pdu, out NGAP_IEs.PDUSessionResourceModifyIndicationTransfer p) return integer with {extension "prototype(sliding) decode(PER)"} //with {extension "prototype(sliding) decode(LibNGAP_codec)"} external function fx_enc_PDUSessionResourceModifyIndicationTransfer(NGAP_IEs.PDUSessionResourceModifyIndicationTransfer p) return bitstring with {extension "prototype(convert) encode(PER)"} } // End of module LibNGAP_EncdecDeclarations No newline at end of file Loading
ttcn/LibNGAP/lib/LibNGAP_EncdecDeclarations.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ module LibNGAP_EncdecDeclarations { external function fx_dec_PDUSessionResourceReleaseCommandTransfer(inout bitstring pdu, out NGAP_IEs.PDUSessionResourceReleaseCommandTransfer p) return integer with {extension "prototype(sliding) decode(PER)"} //with {extension "prototype(sliding) decode(LibNGAP_codec)"} Loading @@ -43,4 +42,14 @@ module LibNGAP_EncdecDeclarations { external function fx_enc_PDUSessionResourceReleaseCommandTransfer(NGAP_IEs.PDUSessionResourceReleaseCommandTransfer p) return bitstring with {extension "prototype(convert) encode(PER)"} external function fx_dec_PDUSessionResourceModifyIndicationTransfer(inout bitstring pdu, out NGAP_IEs.PDUSessionResourceModifyIndicationTransfer p) return integer with {extension "prototype(sliding) decode(PER)"} //with {extension "prototype(sliding) decode(LibNGAP_codec)"} external function fx_enc_PDUSessionResourceModifyIndicationTransfer(NGAP_IEs.PDUSessionResourceModifyIndicationTransfer p) return bitstring with {extension "prototype(convert) encode(PER)"} } // End of module LibNGAP_EncdecDeclarations No newline at end of file