Commit a9c005ac authored by rennoch's avatar rennoch
Browse files

initialization of 2 UEs

parent 8771dbc7
Loading
Loading
Loading
Loading
+18 −5
Original line number Diff line number Diff line
@@ -46,16 +46,29 @@ module AtsNIT_SipSip_BC_TCFunctions {
				* @desc		This is the test case function (originating side) for AtsNIT_TC_SS___XX__01
				* @param	p_CSeq_s Transaction Id
				*/
				function f_AtsNIT_TC_SS___XX__01o(in CSeq p_cSeq_s) runs on ImsComponent {
					//c_userProfile_ICSCFwithHomeUE or c_userProfile_IBCFwithHomeUE
					f_IMS_preamble_MGCF(c_userProfile_ICSCFwithHomeUE, p_cSeq_s); // assignment of PIXIT values to component variable
				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());

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

				/* 
				* @desc		This is the test case function (terminating side) for AtsNIT_TC_SS___XX__01
				* @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());

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