Loading lib/LibItsPki_EncdecDeclarations.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -103,11 +103,11 @@ module LibItsPki_EncdecDeclarations { external function fx_dec_AuthorizationValidationResponse(inout bitstring b, out EtsiTs102941TypesAuthorizationValidation.AuthorizationValidationResponse p) return integer with {extension "prototype(sliding) decode(PER)"} external function fx_enc_RaEeCertInfo(in Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return bitstring with {extension "prototype(convert) encode(PER)"} // external function fx_enc_RaEeCertInfo(in Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return bitstring // with {extension "prototype(convert) encode(PER)"} external function fx_dec_RaEeCertInfo(inout bitstring b, out Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return integer with {extension "prototype(sliding) decode(PER)"} // external function fx_dec_RaEeCertInfo(inout bitstring b, out Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return integer // with {extension "prototype(sliding) decode(PER)"} /** * @desc Encoding function for EtsiTs102941BaseTypes PublicKeys Loading Loading
lib/LibItsPki_EncdecDeclarations.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -103,11 +103,11 @@ module LibItsPki_EncdecDeclarations { external function fx_dec_AuthorizationValidationResponse(inout bitstring b, out EtsiTs102941TypesAuthorizationValidation.AuthorizationValidationResponse p) return integer with {extension "prototype(sliding) decode(PER)"} external function fx_enc_RaEeCertInfo(in Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return bitstring with {extension "prototype(convert) encode(PER)"} // external function fx_enc_RaEeCertInfo(in Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return bitstring // with {extension "prototype(convert) encode(PER)"} external function fx_dec_RaEeCertInfo(inout bitstring b, out Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return integer with {extension "prototype(sliding) decode(PER)"} // external function fx_dec_RaEeCertInfo(inout bitstring b, out Ieee1609Dot2Dot1EeRaInterface.RaEeCertInfo p) return integer // with {extension "prototype(sliding) decode(PER)"} /** * @desc Encoding function for EtsiTs102941BaseTypes PublicKeys Loading