Loading ttcn/CAM/LibItsCam_EncdecDeclarations.ttcn +0 −4 Original line number Original line Diff line number Diff line Loading @@ -21,10 +21,6 @@ module LibItsCam_EncdecDeclarations { external function fx_dec_CAM (inout bitstring b, out CAM p) return integer external function fx_dec_CAM (inout bitstring b, out CAM p) return integer with {extension "prototype(sliding) decode(PER)"} with {extension "prototype(sliding) decode(PER)"} /* external function fx_enc_CAM (CAM p) return octetstring with {extension "prototype(convert) encode(BER:BER_ENCODE_CER)"} */ external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring with {extension "prototype(convert) encode(UpperTester)"} with {extension "prototype(convert) encode(UpperTester)"} Loading Loading
ttcn/CAM/LibItsCam_EncdecDeclarations.ttcn +0 −4 Original line number Original line Diff line number Diff line Loading @@ -21,10 +21,6 @@ module LibItsCam_EncdecDeclarations { external function fx_dec_CAM (inout bitstring b, out CAM p) return integer external function fx_dec_CAM (inout bitstring b, out CAM p) return integer with {extension "prototype(sliding) decode(PER)"} with {extension "prototype(sliding) decode(PER)"} /* external function fx_enc_CAM (CAM p) return octetstring with {extension "prototype(convert) encode(BER:BER_ENCODE_CER)"} */ external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring external function fx_enc_UtCamInitialize (UtCamInitialize p) return bitstring with {extension "prototype(convert) encode(UpperTester)"} with {extension "prototype(convert) encode(UpperTester)"} Loading