Loading LibIot/LibIot_Functions.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ module LibIot_Functions { alt{ [] eaPort.receive(mw_EO_Response(e_success)) -> value v_response { T_Equipment.stop; if(ispresent(v_response.status.reason)) { v_reason := v_response.status.reason; f_setE2EVerdict(pass, "Equipment command """ & p_req.cmd & """successful: " & v_reason); Loading @@ -194,6 +195,7 @@ module LibIot_Functions { } } [] eaPort.receive(mw_EO_Response(?)) -> value v_response { T_Equipment.stop; if(ispresent(v_response.status.reason)) { v_reason := v_response.status.reason; f_setE2EVerdict(fail, "Equipment command """ & p_req.cmd & """unsuccessful: " & v_reason); Loading Loading
LibIot/LibIot_Functions.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,7 @@ module LibIot_Functions { alt{ [] eaPort.receive(mw_EO_Response(e_success)) -> value v_response { T_Equipment.stop; if(ispresent(v_response.status.reason)) { v_reason := v_response.status.reason; f_setE2EVerdict(pass, "Equipment command """ & p_req.cmd & """successful: " & v_reason); Loading @@ -194,6 +195,7 @@ module LibIot_Functions { } } [] eaPort.receive(mw_EO_Response(?)) -> value v_response { T_Equipment.stop; if(ispresent(v_response.status.reason)) { v_reason := v_response.status.reason; f_setE2EVerdict(fail, "Equipment command """ & p_req.cmd & """unsuccessful: " & v_reason); Loading