Commit a10058b2 authored by pintar's avatar pintar
Browse files

sync points and test cases are done for 301 - 306 group

parent 406b33fc
Loading
Loading
Loading
Loading
+788 −886

File changed.

Preview size limit exceeded, changes collapsed.

+3254 −4125

File changed.

Preview size limit exceeded, changes collapsed.

+13 −8
Original line number Diff line number Diff line
@@ -7197,8 +7197,6 @@ function f_IsupBicc_TC_303_008() runs on IsupBiccComponent
  /*Await default CPG message*/
  f_awaiting_CPG(mw_CPG_EIF(?));

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1

  // Check Ringing Tone
  f_IsupBicc_CheckRingingTone();

@@ -7244,6 +7242,8 @@ function f_IsupBicc_TC_303_009() runs on IsupBiccComponent
  /*Send SAM message with further digit(s)*/
  f_send_SAM(m_SAM_SQN(m_SNN(PX_ISUP_SAM_SQN_digits_tx_2nd,false)), true);

	f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1

  /*Send SAM message with further digit(s)*/
  f_send_SAM(m_SAM_SQN(m_SNN(PX_ISUP_SAM_SQN_digits_tx_3rd,false)), true);

@@ -7254,7 +7254,7 @@ function f_IsupBicc_TC_303_009() runs on IsupBiccComponent
 				 	    c_BCI_isdnUpInd_NotUsed,
 				 	    c_BCI_isdnAccInd_notISDN)));

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1
  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict()); // Synchronisation point 2

  /*Await default CPG message*/
  f_awaiting_CPG(mw_CPG_EIF(?));
@@ -7307,6 +7307,8 @@ function f_IsupBicc_TC_303_010() runs on IsupBiccComponent
  /*Send SAM message with further digit(s)*/
  f_send_SAM(m_SAM_SQN(m_SNN(PX_ISUP_SAM_SQN_digits_tx_3rd,false)), true);

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1

  /*Receive ACM with BCI as described in test purpose*/
  f_awaiting_ACM(mw_ACM_BCI(
  				 mw_BCI(c_BCI_cldPstatInd_noInd,
@@ -7314,7 +7316,7 @@ function f_IsupBicc_TC_303_010() runs on IsupBiccComponent
 				 	    c_BCI_isdnUpInd_NotUsed,
 				 	    c_BCI_isdnAccInd_notISDN)));

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1
  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict()); // Synchronisation point 2

  /*Await default CPG message*/
  f_awaiting_CPG(mw_CPG_EIF(?));
@@ -7811,17 +7813,17 @@ function f_IsupBicc_TC_303_020() runs on IsupBiccComponent
					omit));
  v_ACM_expected1 := false;

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1
  
  /*Receive ACM with BCI as described in test purpose*/
  f_awaiting_ACM(mw_ACM_BCI(
  				 mw_BCI_cpStatInd(c_BCI_cldPstatInd_noInd)));

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1
  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict()); // Synchronisation point 2

  /*Await default CPG message*/
  f_awaiting_CPG(mw_CPG_EIF(?));

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1

  // Check Ringing Tone
  f_IsupBicc_CheckRingingTone();

@@ -8461,7 +8463,7 @@ function f_IsupBicc_TC_303_033() runs on IsupBiccComponent
  				 m_TMU(v_tmru[PX_TC_VA]),
  				 mw_ADI_PAR_tlv_any ifpresent));

  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict()); // Synchronisation point 2
  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict()); // Synchronisation point 1

  /*Await user free indication in CPG*/
  f_awaiting_CPG(mw_CPG_EIF(c_EIF_eventInd_alert));
@@ -8562,6 +8564,9 @@ function f_IsupBicc_TC_304_002() runs on IsupBiccComponent
  /*Receive ACM with BCI as described in test purpose*/
  f_awaiting_ACM(mw_ACM_BCI(mw_BCI_cpStatInd(c_BCI_cldPstatInd_noInd)));

  // Check Ringing Tone
  f_IsupBicc_CheckRingingTone();

  /*Await default ANM message*/
  f_awaiting_ANM(mw_ANM_MSG_Def);