Commit f66c7789 authored by poglitsch's avatar poglitsch
Browse files

test cases added

parent 8d4a02fa
Loading
Loading
Loading
Loading
+444 −194

File changed.

Preview size limit exceeded, changes collapsed.

+4 −8
Original line number Diff line number Diff line
@@ -2001,7 +2001,7 @@ module AtsIms_Mw_Testcases
			f_IncCSeq(p_cSeq_s); v_imsComponent_mw.start(f_TC_IMST2_MW_TAR_06_IMS(p_cSeq_s));

			// synchronize both PTCs on 2 sychronization points
			f_serverSync2Clients({c_prDone, c_tbDone});
			f_serverSync2Clients({c_sync1, c_prDone, c_tbDone});

			f_cf_1Mws1Gm_M4bDown(v_imsComponent_ue1, v_imsComponent_mw);

@@ -2022,7 +2022,7 @@ module AtsIms_Mw_Testcases
			f_IncCSeq(p_cSeq_s); v_imsComponent_mw.start(f_TC_IMST2_MW_TAR_07_IMS(p_cSeq_s));

			// synchronize both PTCs on 2 sychronization points
			f_serverSync2Clients({c_prDone, c_tbDone});
			f_serverSync2Clients({c_sync1, c_prDone, c_tbDone});

			f_cf_1Mws1Gm_M4bDown(v_imsComponent_ue1, v_imsComponent_mw);

@@ -2043,7 +2043,7 @@ module AtsIms_Mw_Testcases
			f_IncCSeq(p_cSeq_s); v_imsComponent_mw.start(f_TC_IMST2_MW_TAR_08_IMS(p_cSeq_s));

			// synchronize both PTCs on 2 sychronization points
			f_serverSync2Clients({c_prDone, c_tbDone});
			f_serverSync2Clients({c_sync1,c_prDone, c_tbDone});

			f_cf_1Mws1Gm_M4bDown(v_imsComponent_ue1, v_imsComponent_mw);

@@ -2064,7 +2064,7 @@ module AtsIms_Mw_Testcases
			f_IncCSeq(p_cSeq_s); v_imsComponent_mw.start(f_TC_IMST2_MW_TAR_09_IMS(p_cSeq_s));

			// synchronize both PTCs on 2 sychronization points
			f_serverSync2Clients({c_prDone, c_tbDone});
			f_serverSync2Clients({c_sync1,c_prDone, c_tbDone});

			f_cf_1Mws1Gm_M4bDown(v_imsComponent_ue1, v_imsComponent_mw);

@@ -2297,10 +2297,6 @@ module AtsIms_Mw_Testcases

			//Start
			f_IncCSeq(p_cSeq_s); v_imsComponent_ue1.start(f_TC_IMST2_MW_EME_11_UE1(p_cSeq_s));
			f_IncCSeq(p_cSeq_s); v_imsComponent_mw.start(f_TC_IMST2_MW_EME_11_IMS(p_cSeq_s));

			// synchronize both PTCs on 2 sychronization points
			f_serverSync2Clients({c_prDone, c_tbDone});

			f_cf_1Mwi1Gm_M3Down(v_imsComponent_ue1, v_imsComponent_mw);