Loading AtsImsIot/AtsImsIot_Templates.ttcn +32 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
AtsImsIot/AtsImsIot_Templates.ttcn +32 −0 Original line number Diff line number Diff line Loading @@ -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 Loading