Loading IsupAts/SipIsup_ISUP_TCFunctions.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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(); Loading Loading @@ -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(); Loading Loading
IsupAts/SipIsup_ISUP_TCFunctions.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading @@ -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(); Loading Loading @@ -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(); Loading