Commit 28984381 authored by pintar's avatar pintar
Browse files

template UPDATE is changed and therefore callID parameter is added

parent 4da19db6
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -569,7 +569,7 @@ module SS_Ims_TCFunctions {
				
				vc_requestUri := f_initSipUrl(c_userProfile_UE1atSUThome); // Request URI of Invite is diffent than To header
				
				f_SendUPDATE(m_UPDATE_Request_fromChange(m_From_SipUrl(vc_requestUri)));
				f_SendUPDATE(m_UPDATE_Request_fromChange(vc_callId, m_From_SipUrl(vc_requestUri)));
				
				f_awaitingResponse(mw_Response_Base(c_statusLine200, vc_callId, vc_cSeq)); 

@@ -772,7 +772,7 @@ module SS_Ims_TCFunctions {
				vc_requestUri := f_initSipUrl(c_userProfile_UE3atSUThome); // Request URI of Invite is diffent than To header
				// TODO the following should be changed to another connected id instead, like c_userProfile_UE1atSUThome_PRIVATE or c_userProfile_UE1atSUThome_connected which will require new PIXIT value
				
				f_SendUPDATE(m_UPDATE_Request_fromChange(m_From_SipUrl(vc_requestUri)));
				f_SendUPDATE(m_UPDATE_Request_fromChange(vc_callId, m_From_SipUrl(vc_requestUri)));
				//receive UPDATE
				vc_requestUri := f_initSipUrl(c_userProfile_UE1atSUThome); // Request URI of Invite is diffent than To header
				f_awaitingUPDATE(mw_UPDATE_Request_fromChange(vc_callId, mw_From(vc_requestUri))); 
@@ -3908,7 +3908,9 @@ group SuplementaryService_MCID{
				v_PAsserted := m_PAssertedID(m_AddrUnion_NameAddr(PX_SIP_NameAddr_PAsserted));
								
				// Request-Uri refers to home network (SUT)
				f_IMS_preamble_woRegistration(c_userProfile_SCSCFwithHomeUE, p_cSeq_s); // LibSip
				f_IMS_preamble_woRegistration(c_userProfile_PCSCFwithHomeUE, p_cSeq_s); // LibSip

				f_awaitingRegistration_IMS(p_cSeq_s);
				
				f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());
				// Testbody
@@ -3957,7 +3959,9 @@ group SuplementaryService_MCID{
				v_PAsserted := m_PAssertedID(m_AddrUnion_NameAddr(PX_SIP_NameAddr_PAsserted));
								
				// Request-Uri refers to home network (SUT)
				f_IMS_preamble_woRegistration(c_userProfile_SCSCFwithHomeUE, p_cSeq_s); // LibSip
				f_IMS_preamble_woRegistration(c_userProfile_PCSCFwithHomeUE, p_cSeq_s); // LibSip

				f_awaitingRegistration_IMS(p_cSeq_s);
				
				f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());
				// Testbody