Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −7 Original line number Original line Diff line number Diff line Loading @@ -1107,13 +1107,6 @@ module LibItsGeoNetworking_Functions { log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); f_selfOrClientSyncAndVerdict("error", e_error); } } [] tc_wait.timeout { log("*** " & __SCOPE__ & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [else] { // Shortcut defaults repeat; } } } /** /** Loading Loading @@ -1457,6 +1450,7 @@ module LibItsGeoNetworking_Functions { */ */ function f_prDefault() runs on ItsGeoNetworking { function f_prDefault() runs on ItsGeoNetworking { activate(a_default()); activate(a_default()); activate(a_utDefault()); } } /** /** Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −7 Original line number Original line Diff line number Diff line Loading @@ -1107,13 +1107,6 @@ module LibItsGeoNetworking_Functions { log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); log("*** " & __SCOPE__ & ": INFO: Received unexpected UT message from IUT ***"); f_selfOrClientSyncAndVerdict("error", e_error); f_selfOrClientSyncAndVerdict("error", e_error); } } [] tc_wait.timeout { log("*** " & __SCOPE__ & ": INFO: Could not receive expected UT message from IUT in time ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); } [else] { // Shortcut defaults repeat; } } } /** /** Loading Loading @@ -1457,6 +1450,7 @@ module LibItsGeoNetworking_Functions { */ */ function f_prDefault() runs on ItsGeoNetworking { function f_prDefault() runs on ItsGeoNetworking { activate(a_default()); activate(a_default()); activate(a_utDefault()); } } /** /** Loading