Commit c2d130bc authored by rennoch's avatar rennoch
Browse files

change due to stf369 TP update resolution

parent fac60e46
Loading
Loading
Loading
Loading
+19 −5
Original line number Diff line number Diff line
@@ -14987,6 +14987,8 @@ module AtsNIT_SipSip_SS_TCFunctions {
		function f_AtsNIT_TC_SS___XXSSECT03UE2(in CSeq p_cSeq_s) runs on ImsComponent {
			var SessionDialog v_UE1_Session;
			var SipUrl v_requestUri := null;
			var SipUrl v_referToUri := null;
			var charstring v_replaceString;
					
			f_IMS_preamble_withRegistrationBasic(c_userProfile_UE2atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable
		
@@ -15019,7 +15021,12 @@ module AtsNIT_SipSip_SS_TCFunctions {
			
			v_requestUri := vc_requestUri;
			v_requestUri.hostPort := vc_reqHostPort;
			f_referECTUser(vc_cSeq, c_userProfile_UE1atSUThome, v_requestUri, f_initSipUrl(c_userProfile_UE3atSUThome), f_initSipUrl(c_userProfile_UE2atSUThome), true);
			v_referToUri := f_initSipUrl(c_userProfile_UE3atSUThome);

			v_replaceString := vc_callId.callid & f_getTag(vc_to.toParams, "to-tag") & f_getTag(vc_from.fromParams, "from-tag");
			v_referToUri.urlParameters := {{"Replaces",v_replaceString}}; //m_Replaces(v_callId, v_toTag, v_fromTag),
					
			f_referECTUser(vc_cSeq, c_userProfile_UE1atSUThome, v_requestUri, v_referToUri, f_initSipUrl(c_userProfile_UE2atSUThome), true);

			// accept Re-Invite from UE1 with inactive SDP	
			// await INVITE
@@ -15306,6 +15313,8 @@ module AtsNIT_SipSip_SS_TCFunctions {
		function f_AtsNIT_TC_SS___XXSSECT04UE2(in CSeq p_cSeq_s) runs on ImsComponent {
			var SessionDialog v_UE1_Session;		
			var SipUrl v_requestUri := null;
			var SipUrl v_referToUri := null;
			var charstring v_replaceString;
					
			f_IMS_preamble_withRegistrationBasic(c_userProfile_UE2atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable

@@ -15338,7 +15347,12 @@ module AtsNIT_SipSip_SS_TCFunctions {
			
			v_requestUri := vc_requestUri;
			v_requestUri.hostPort := vc_reqHostPort;		
			f_referECTUser(vc_cSeq, c_userProfile_UE1atSUThome, v_requestUri, f_initSipUrl(c_userProfile_UE3atSUThome), f_initSipUrl(c_userProfile_UE2atSUThome), true);

			v_referToUri := f_initSipUrl(c_userProfile_UE3atSUThome);
			v_replaceString := vc_callId.callid & f_getTag(vc_to.toParams, "to-tag") & f_getTag(vc_from.fromParams, "from-tag");
			v_referToUri.urlParameters := {{"Replaces",v_replaceString}}; //m_Replaces(v_callId, v_toTag, v_fromTag),
					
			f_referECTUser(vc_cSeq, c_userProfile_UE3atSUThome, v_requestUri, v_referToUri, f_initSipUrl(c_userProfile_UE2atSUThome), true);

			// accept Re-Invite from UE1 with inactive SDP
			// await INVITE
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ module AtsNIT_SipSip_Steps {
        			vc_via, 
        			m_ReferTo_SipUrl(p_refer_to_user, "INVITE"),
    				m_ReferredBy_SipUrl(p_referred_by_user),
    				m_Replaces(v_callId, v_toTag, v_fromTag),
    				omit, //m_Replaces(v_callId, v_toTag, v_fromTag),
    				m_Require_replaces
    			));
			} else {