Commit 819d4ccf authored by mogos's avatar mogos
Browse files

added better fail messages for wrong msd data and wrong change to voice communication

parent 026ecd43
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -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) {
@@ -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)) {