Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1052,8 +1052,8 @@ module LibItsGeoNetworking_Functions { repeat; repeat; } } [] geoNetworkingPort.receive { [] geoNetworkingPort.receive { log("*** a_default: ERROR: Received an unexpected message ***"); log("*** a_default: WARNING: Received an unexpected message ***"); f_selfOrClientSyncAndVerdict("error", e_error); repeat; } } [] tc_wait.timeout { [] tc_wait.timeout { log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***"); log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***"); Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1052,8 +1052,8 @@ module LibItsGeoNetworking_Functions { repeat; repeat; } } [] geoNetworkingPort.receive { [] geoNetworkingPort.receive { log("*** a_default: ERROR: Received an unexpected message ***"); log("*** a_default: WARNING: Received an unexpected message ***"); f_selfOrClientSyncAndVerdict("error", e_error); repeat; } } [] tc_wait.timeout { [] tc_wait.timeout { log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***"); log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***"); Loading