Loading ttcn/Security/LibItsSecurity_Templates.ttcn3 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -779,15 +779,15 @@ module LibItsSecurity_Templates { */ */ group payloadsRecv { group payloadsRecv { /** /** * @desc Receive template for 'signed' Payload * @desc Receive template for SecPayload * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload */ */ template (present) SecPayload mw_payload_any (in template (present) SecPayloadType p_type, template (present) SecPayload mw_payload (in template (present) SecPayloadType p_type, in template (present) octetstring p_data := ? in template (present) octetstring p_data := ? ):= { ):= { type_ := p_type, type_ := p_type, data := p_data data := p_data } // End of template mw_payload_any } // End of template mw_payload } // End of group payloadsRecv } // End of group payloadsRecv Loading Loading
ttcn/Security/LibItsSecurity_Templates.ttcn3 +4 −4 Original line number Original line Diff line number Diff line Loading @@ -779,15 +779,15 @@ module LibItsSecurity_Templates { */ */ group payloadsRecv { group payloadsRecv { /** /** * @desc Receive template for 'signed' Payload * @desc Receive template for SecPayload * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload * @see Draft ETSI TS 103 097 V1.1.6 Clause 5.2 Payload */ */ template (present) SecPayload mw_payload_any (in template (present) SecPayloadType p_type, template (present) SecPayload mw_payload (in template (present) SecPayloadType p_type, in template (present) octetstring p_data := ? in template (present) octetstring p_data := ? ):= { ):= { type_ := p_type, type_ := p_type, data := p_data data := p_data } // End of template mw_payload_any } // End of template mw_payload } // End of group payloadsRecv } // End of group payloadsRecv Loading