Loading ttcn/LibIms_Templates.ttcn +13 −0 Original line number Original line Diff line number Diff line Loading @@ -2338,6 +2338,12 @@ group request_receive { via := p_via} via := p_via} } } template BYE_Request mw_BYE_Request_via_UE(template CallId p_callId, template Via p_via) modifies mw_BYE_Request_Base := { msgHeader := { via := p_via } } template INVITE_Request mw_INVITE_Request_noPChargingFunction modifies mw_INVITE_Request_Base template INVITE_Request mw_INVITE_Request_noPChargingFunction modifies mw_INVITE_Request_Base := := { { Loading Loading @@ -2575,6 +2581,13 @@ group request_receive { } } } } template MESSAGE_Request mw_MESSAGE_Request_via (template CallId p_callId, template Via p_via )modifies mw_MESSAGE_Request_Base := { msgHeader := {via := p_via } } template NOTIFY_Request mw_NOTIFY_Request( template NOTIFY_Request mw_NOTIFY_Request( template CallId p_callId, template CallId p_callId, template charstring p_state, template charstring p_state, Loading Loading
ttcn/LibIms_Templates.ttcn +13 −0 Original line number Original line Diff line number Diff line Loading @@ -2338,6 +2338,12 @@ group request_receive { via := p_via} via := p_via} } } template BYE_Request mw_BYE_Request_via_UE(template CallId p_callId, template Via p_via) modifies mw_BYE_Request_Base := { msgHeader := { via := p_via } } template INVITE_Request mw_INVITE_Request_noPChargingFunction modifies mw_INVITE_Request_Base template INVITE_Request mw_INVITE_Request_noPChargingFunction modifies mw_INVITE_Request_Base := := { { Loading Loading @@ -2575,6 +2581,13 @@ group request_receive { } } } } template MESSAGE_Request mw_MESSAGE_Request_via (template CallId p_callId, template Via p_via )modifies mw_MESSAGE_Request_Base := { msgHeader := {via := p_via } } template NOTIFY_Request mw_NOTIFY_Request( template NOTIFY_Request mw_NOTIFY_Request( template CallId p_callId, template CallId p_callId, template charstring p_state, template charstring p_state, Loading