Loading LibIms_Templates.ttcn +38 −0 Original line number Diff line number Diff line Loading @@ -825,6 +825,29 @@ group ResourceListsTemplates { } }// end grouup ResourceListsTemplates group Ims3gpp { template Ims_3gpp mw_Ims_3gpp_CW := { version := 1.0, anyAttributes := ?, choice_1 := { alternative_service := { anyAttributes := ?, type_ := ?, reason := ?, action_ := { anyAttributes := ?, emergency_registration := *, call_waiting_indication := {}, any_1 := * }, any_1 := * } }, any_1 := * } } // end group Ims3gpp } // end group MessageBodyTemplates group MessageTemplates { Loading Loading @@ -1913,6 +1936,21 @@ group response_send } } template Response m_Response_18XonINVITE_AlertInfo ( StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, AlertInfo p_alertInfo ) modifies m_Response_Base:= { msgHeader := { alertInfo := p_alertInfo } } template Response m_Response_18XonINVITE_sdp_require (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact,template MessageBody p_mb,template Require p_require ) modifies m_Response_Base:= { Loading Loading
LibIms_Templates.ttcn +38 −0 Original line number Diff line number Diff line Loading @@ -825,6 +825,29 @@ group ResourceListsTemplates { } }// end grouup ResourceListsTemplates group Ims3gpp { template Ims_3gpp mw_Ims_3gpp_CW := { version := 1.0, anyAttributes := ?, choice_1 := { alternative_service := { anyAttributes := ?, type_ := ?, reason := ?, action_ := { anyAttributes := ?, emergency_registration := *, call_waiting_indication := {}, any_1 := * }, any_1 := * } }, any_1 := * } } // end group Ims3gpp } // end group MessageBodyTemplates group MessageTemplates { Loading Loading @@ -1913,6 +1936,21 @@ group response_send } } template Response m_Response_18XonINVITE_AlertInfo ( StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, AlertInfo p_alertInfo ) modifies m_Response_Base:= { msgHeader := { alertInfo := p_alertInfo } } template Response m_Response_18XonINVITE_sdp_require (StatusLine p_statusLine, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact,template MessageBody p_mb,template Require p_require ) modifies m_Response_Base:= { Loading