Loading ttcn/LibItsECall_Functions.ttcn +9 −5 Original line number Diff line number Diff line Loading @@ -521,10 +521,6 @@ module LibItsECall_Functions { repeat; } [] modem.receive(mw_timerExpired(p_worker := PX_WORKERS[0].id)) -> value v_modemEvent { f_stopPsapTestcase(fail, "Timer " & v_modemEvent.timerExpired.name & " expired"); } [] mno.receive(mw_anyCallOutgoing) { Loading Loading @@ -583,6 +579,14 @@ module LibItsECall_Functions { repeat; } [] modem.receive(mw_inbandMsdReceived(p_worker := PX_WORKERS[0].id)) { f_stopPsapTestcase(fail, "Invalid MSD received"); } [] modem.receive(mw_callVoiceConnectionEstablished(p_worker := PX_WORKERS[0].id)) { f_stopPsapTestcase(fail, "Switch to voice communication was not expected"); } [] mno.receive(mw_callHangUp(PX_WORKER, ?, EXTERNAL)) { Loading Loading
ttcn/LibItsECall_Functions.ttcn +9 −5 Original line number Diff line number Diff line Loading @@ -521,10 +521,6 @@ module LibItsECall_Functions { repeat; } [] modem.receive(mw_timerExpired(p_worker := PX_WORKERS[0].id)) -> value v_modemEvent { f_stopPsapTestcase(fail, "Timer " & v_modemEvent.timerExpired.name & " expired"); } [] mno.receive(mw_anyCallOutgoing) { Loading Loading @@ -583,6 +579,14 @@ module LibItsECall_Functions { repeat; } [] modem.receive(mw_inbandMsdReceived(p_worker := PX_WORKERS[0].id)) { f_stopPsapTestcase(fail, "Invalid MSD received"); } [] modem.receive(mw_callVoiceConnectionEstablished(p_worker := PX_WORKERS[0].id)) { f_stopPsapTestcase(fail, "Switch to voice communication was not expected"); } [] mno.receive(mw_callHangUp(PX_WORKER, ?, EXTERNAL)) { Loading