Loading ttcn/CAM/LibItsCam_Functions.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ module LibItsCam_Functions { [] utPort.receive(UtChangePositionResult:?) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ module LibItsCam_Functions { [] utPort.receive(UtChangePositionResult:?) { tc_wait.stop; } [] utPort.receive { tc_wait.stop; } [] tc_wait.timeout { log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); Loading