Commit 5d2d2302 authored by pintar's avatar pintar
Browse files

Sync corrections due to SIP side 311,312 group

parent c55ce646
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -10950,8 +10950,6 @@ function f_IsupBicc_TC_311_002() runs on IsupBiccComponent
  /*Send Initial address message (IAM) with default (F) and (V) parameters, and with no optional parameters except Calling party number.*/
  f_send_IAM(m_IAM_MSG_Def);

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

  /*Send default GRS message*/
  f_send_GRS(m_GRS, true);

@@ -11070,6 +11068,8 @@ function f_IsupBicc_TC_311_006() runs on IsupBiccComponent
  /*Await default ANM message*/
  f_awaiting_ANM(mw_ANM_MSG_Def);

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());// sync point

  /*Send Initial address message (IAM) with default (F) and (V) parameters, and with no optional parameters except Propagation delay counter.*/
  f_send_IAM2(m_IAM_MSG_Def);

@@ -11079,6 +11079,8 @@ function f_IsupBicc_TC_311_006() runs on IsupBiccComponent
  /*Await default ANM message*/
  f_awaiting_ANM2(mw_ANM_MSG_Def);
  
  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict());// sync point

  /*Send Circuit group reset message (GRS) with Range and Status values parameterized.*/
  f_send_GRS(m_GRS, true);

@@ -11252,6 +11254,8 @@ function f_IsupBicc_TC_312_006() runs on IsupBiccComponent
  /*Await default ANM message*/
  f_awaiting_ANM(mw_ANM_MSG_Def);

  f_selfOrClientSyncAndVerdict(c_sync1, f_getVerdict());// sync point

  /*Send Initial address message (IAM) with default (F) and (V) parameters, and with no optional parameters except Propagation delay counter.*/
  f_send_IAM2(m_IAM_MSG_Def);

@@ -11261,6 +11265,8 @@ function f_IsupBicc_TC_312_006() runs on IsupBiccComponent
  /*Await default ANM message*/
  f_awaiting_ANM2(mw_ANM_MSG_Def);

  f_selfOrClientSyncAndVerdict(c_sync2, f_getVerdict());// sync point

  /*Send Circuit group blocking message (CGB) with default Circuit Group Supervision Message Type Indicator = 'hardware failure oriented'.*/
  f_send_CGB(m_CGB, true);