Commit 3280aae3 authored by pintar's avatar pintar
Browse files

Sync corrections due to SIP side

parent a42dc78e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10149,6 +10149,8 @@ function f_IsupBicc_TC_307_003() runs on IsupBiccComponent
  /*Send Release message (REL) with PIXIT cause value in Cause Indicators, and without optional parameters*/
  f_send_REL(m_REL(PX_CauseValue), true);

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

  /*Await default RLC message*/
  f_awaiting_RLC(mw_RLC);

@@ -10250,6 +10252,8 @@ function f_IsupBicc_TC_307_005() runs on IsupBiccComponent
  /*Await default RLC message*/
  f_awaiting_RLC(mw_RLC);

  f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());//Synchronisation point 'test body done'

  // Postamble checking signalling- and bearer states
  f_IsupBicc_Post_CheckStates();

@@ -10307,6 +10311,8 @@ function f_IsupBicc_TC_307_006() runs on IsupBiccComponent
  /*Await default RLC message*/
  f_awaiting_RLC(mw_RLC);

  f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict());//Synchronisation point 'test body done'

  // Postamble checking signalling- and bearer states
  f_IsupBicc_Post_CheckStates();