Commit 9ce0693d authored by rennoch's avatar rennoch
Browse files

use of SIP sync points and f_getVerdict from LibSip

parent a7fb3912
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@ module AtsNIT_SipSip_BC_TCFunctions {
				* @param	p_CSeq_s Transaction Id
				*/
				function f_AtsNIT_TC_SS___XX__01UE1(in CSeq p_cSeq_s) runs on ImsComponent {
					f_IMS_preamble_withRegistration(c_userProfile_UE1atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable
//					f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());
					f_IMS_preamble_withRegistrationBasic(c_userProfile_UE1atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable
					f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());

					// Testbody
//					f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
					f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
					
					f_SIP_postamble_IMS1_withoutRegistration();
				} // end function f_AtsNIT_TC_SS___XX__01UE1
@@ -61,11 +61,11 @@ module AtsNIT_SipSip_BC_TCFunctions {
				* @param	p_CSeq_s Transaction Id
				*/
				function f_AtsNIT_TC_SS___XX__01UE2(in CSeq p_cSeq_s) runs on ImsComponent {
					f_IMS_preamble_withRegistration(c_userProfile_UE2atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable
//					f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());
					f_IMS_preamble_withRegistrationBasic(c_userProfile_UE2atSUThome, p_cSeq_s); // assignment of PIXIT values to component variable
					f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict());

					// Testbody
//					f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
					f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());
					
					f_SIP_postamble_IMS1_withoutRegistration();
				} // end function f_AtsNIT_TC_SS___XX__01UE2