Loading ttcn/V2G/LibItsV2G_Templates.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,20 @@ module LibItsV2G_Templates { transportProtocol := ? } /** * @desc Receive template for Specific Payload of a SDP Response Message * @param p_sec Security Encoding field * @param p_transProto Transport Protocol field * @see mw_sdpResponsePayload_generic */ template Sdp_Response mw_sdpResponsePayload(in Oct1 p_sec, in Oct1 p_transProto) modifies mw_sdpResponsePayload_generic := { seccIPAddress := ?, seccPort := ?, security := p_sec, transportProtocol := p_transProto } /** * @desc Receive template for Specific Payload of a SDP Request Message * @param p_sec Security Encoding field Loading Loading
ttcn/V2G/LibItsV2G_Templates.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,20 @@ module LibItsV2G_Templates { transportProtocol := ? } /** * @desc Receive template for Specific Payload of a SDP Response Message * @param p_sec Security Encoding field * @param p_transProto Transport Protocol field * @see mw_sdpResponsePayload_generic */ template Sdp_Response mw_sdpResponsePayload(in Oct1 p_sec, in Oct1 p_transProto) modifies mw_sdpResponsePayload_generic := { seccIPAddress := ?, seccPort := ?, security := p_sec, transportProtocol := p_transProto } /** * @desc Receive template for Specific Payload of a SDP Request Message * @param p_sec Security Encoding field Loading