Loading ttcn/BTP/LibItsBtp_TypesAndValues.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -84,6 +84,8 @@ module LibItsBtp_TypesAndValues { group btpPayload { group btpPayload { type octetstring BtpRawPayload; /** /** * @desc The payload of the BTP packet * @desc The payload of the BTP packet * @member decodedPayload The decoded payload * @member decodedPayload The decoded payload Loading @@ -91,7 +93,7 @@ module LibItsBtp_TypesAndValues { */ */ type record BtpPayload { type record BtpPayload { DecodedBtpPayload decodedPayload optional, DecodedBtpPayload decodedPayload optional, octetstring rawPayload BtpRawPayload rawPayload } } /** /** Loading ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -801,6 +801,8 @@ module LibItsGeoNetworking_TypesAndValues { group geoNetworkingPayload { group geoNetworkingPayload { type octetstring GnRawPayload; /** /** * @desc The payload of the GN packet * @desc The payload of the GN packet * @member decodedPayload The decoded payload * @member decodedPayload The decoded payload Loading @@ -808,7 +810,7 @@ module LibItsGeoNetworking_TypesAndValues { */ */ type record Payload { type record Payload { DecodedPayload decodedPayload optional, DecodedPayload decodedPayload optional, octetstring rawPayload GnRawPayload rawPayload } } /** /** Loading Loading
ttcn/BTP/LibItsBtp_TypesAndValues.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -84,6 +84,8 @@ module LibItsBtp_TypesAndValues { group btpPayload { group btpPayload { type octetstring BtpRawPayload; /** /** * @desc The payload of the BTP packet * @desc The payload of the BTP packet * @member decodedPayload The decoded payload * @member decodedPayload The decoded payload Loading @@ -91,7 +93,7 @@ module LibItsBtp_TypesAndValues { */ */ type record BtpPayload { type record BtpPayload { DecodedBtpPayload decodedPayload optional, DecodedBtpPayload decodedPayload optional, octetstring rawPayload BtpRawPayload rawPayload } } /** /** Loading
ttcn/GeoNetworking/LibItsGeoNetworking_TypesAndValues.ttcn +3 −1 Original line number Original line Diff line number Diff line Loading @@ -801,6 +801,8 @@ module LibItsGeoNetworking_TypesAndValues { group geoNetworkingPayload { group geoNetworkingPayload { type octetstring GnRawPayload; /** /** * @desc The payload of the GN packet * @desc The payload of the GN packet * @member decodedPayload The decoded payload * @member decodedPayload The decoded payload Loading @@ -808,7 +810,7 @@ module LibItsGeoNetworking_TypesAndValues { */ */ type record Payload { type record Payload { DecodedPayload decodedPayload optional, DecodedPayload decodedPayload optional, octetstring rawPayload GnRawPayload rawPayload } } /** /** Loading