Commit a981c434 authored by garciay's avatar garciay
Browse files

Bug fix in mdw_TP_IMS_5107_03_mw when route is omitted

parent e5e66d9e
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -611,7 +611,9 @@ module AtsImsIot_Templates {
	template CANCEL_Request mdw_TP_IMS_5107_03_mw (template CallId p_callId, template SipUrl p_SCSCF_SIP_URI) 
	modifies mw_CANCEL_Request_Base := {
		msgHeader := {
			route := {
			route := (
				omit, 
					{
					fieldName := ROUTE_E,
					routeBody := {
						*, 
@@ -619,6 +621,7 @@ module AtsImsIot_Templates {
						*
					}
				}
			)
		}
	}