Commit 3e7e949c authored by filatov's avatar filatov
Browse files

Security templates for SecPayload

parent 4e3152d2
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -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