Commit a04c0975 authored by pintar's avatar pintar
Browse files

template mdw_TP_IMS_5408_04_mw

parent 3995e80e
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,38 @@ module AtsImsIot_Templates {
	  }
	}

	/**
	  * 
	  * @desc INVITE Request checking TP_IMS_5408_04
	  */
	template INVITE_Request mdw_TP_IMS_5408_04_mw (template SipUrl p_ibcfEutAUri)
	 modifies mw_INVITE_Request_Base := {
	  msgHeader := {
		route := {
			fieldName := ROUTE_E,
			routeBody := {
				(mw_routeBodyTH(p_ibcfEutAUri)),
				*
			}
		},
		via := {
			fieldName := VIA_E,
			viaBody := {{
				sentProtocol := *,
				sentBy := *,
				viaParams :={{
					id:="tokenized-by",
					paramValue := *
				}}
			}}
		},
		recordRoute := {
			fieldName := RECORD_ROUTE_E,
			routeBody := {mw_routeBodyTH(*), *}       		
		}
	 }
	}

   /**
     * 
     * @desc INVITE Request checking TP_IMS_5097_09