Commit c7005d9c authored by plazaortega's avatar plazaortega
Browse files

New SDP templates

parent a9729b95
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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