Loading LibIms_Templates.ttcn +31 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ group XMLTemplates { template XmlBody mw_XmlBody_ConfInfo(template Conference_type p_confInfo) := { conferenceInfo := p_confInfo conference_type := p_confInfo }; template XmlBody mw_XmlBody_CUG(template Cug p_cug) := Loading Loading @@ -1327,6 +1327,23 @@ group request_send { messageBody := p_mb } template INVITE_Request m_INVITE_Request_noBody_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported ) modifies m_INVITE_Request_Base := { msgHeader := { pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a, require := p_require, route := p_route, //securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation supported := p_supported } } template INVITE_Request m_INVITE_Request_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, Loading @@ -1340,6 +1357,19 @@ group request_send { } } template INVITE_Request m_INVITE_Request_noBody_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported, template LibSip_SIPTypesAndValues.Allow p_allow) modifies m_INVITE_Request_noBody_UE := { msgHeader := { allow := p_allow } } /* * Loading Loading
LibIms_Templates.ttcn +31 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ group XMLTemplates { template XmlBody mw_XmlBody_ConfInfo(template Conference_type p_confInfo) := { conferenceInfo := p_confInfo conference_type := p_confInfo }; template XmlBody mw_XmlBody_CUG(template Cug p_cug) := Loading Loading @@ -1327,6 +1327,23 @@ group request_send { messageBody := p_mb } template INVITE_Request m_INVITE_Request_noBody_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported ) modifies m_INVITE_Request_Base := { msgHeader := { pAccessNetworkInfo := m_pAccessNetworkInfo_IEEE_11a, require := p_require, route := p_route, //securityVerify := p_securityVerify,//TODO check when information will be known regarding security assosiation supported := p_supported } } template INVITE_Request m_INVITE_Request_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, Loading @@ -1340,6 +1357,19 @@ group request_send { } } template INVITE_Request m_INVITE_Request_noBody_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported, template LibSip_SIPTypesAndValues.Allow p_allow) modifies m_INVITE_Request_noBody_UE := { msgHeader := { allow := p_allow } } /* * Loading