Loading LibIms_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ group HeaderFieldTemplates{ } } template SubscriptionState mw_subscriptionState(charstring p_state) := { template SubscriptionState mw_subscriptionState(template charstring p_state) := { fieldName := SUBSCRIPTION_STATE_E, subState := p_state, substateParams := omit Loading Loading @@ -1788,8 +1788,8 @@ group request_receive { template NOTIFY_Request mw_NOTIFY_Request( CallId p_callId, charstring p_state, charstring p_contentType, template charstring p_state, template charstring p_contentType, Event p_event, template MessageBody p_mb ) modifies mw_NOTIFY_Request_Base := { Loading Loading
LibIms_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ group HeaderFieldTemplates{ } } template SubscriptionState mw_subscriptionState(charstring p_state) := { template SubscriptionState mw_subscriptionState(template charstring p_state) := { fieldName := SUBSCRIPTION_STATE_E, subState := p_state, substateParams := omit Loading Loading @@ -1788,8 +1788,8 @@ group request_receive { template NOTIFY_Request mw_NOTIFY_Request( CallId p_callId, charstring p_state, charstring p_contentType, template charstring p_state, template charstring p_contentType, Event p_event, template MessageBody p_mb ) modifies mw_NOTIFY_Request_Base := { Loading