Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −18 Original line number Original line Diff line number Diff line Loading @@ -677,14 +677,6 @@ module LibItsGeoNetworking_Functions { log("*** a_default: ERROR: Timeout while awaiting the reception of a message ***"); log("*** a_default: ERROR: Timeout while awaiting the reception of a message ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); f_selfOrClientSyncAndVerdict("error", e_timeout); } } [] a_shutdown() { f_poDefault(); log("*** a_default: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***"); if(self == mtc) { f_cf01Down(); } stop; } } } /** /** Loading @@ -699,14 +691,6 @@ module LibItsGeoNetworking_Functions { ) { ) { repeat; repeat; } } [] a_shutdown() { f_poNeighbour(); log("*** a_neighbourDefault: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***"); if(self == mtc) { f_cf01Down(); } stop; } [] a_default() { [] a_default() { } } Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −18 Original line number Original line Diff line number Diff line Loading @@ -677,14 +677,6 @@ module LibItsGeoNetworking_Functions { log("*** a_default: ERROR: Timeout while awaiting the reception of a message ***"); log("*** a_default: ERROR: Timeout while awaiting the reception of a message ***"); f_selfOrClientSyncAndVerdict("error", e_timeout); f_selfOrClientSyncAndVerdict("error", e_timeout); } } [] a_shutdown() { f_poDefault(); log("*** a_default: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***"); if(self == mtc) { f_cf01Down(); } stop; } } } /** /** Loading @@ -699,14 +691,6 @@ module LibItsGeoNetworking_Functions { ) { ) { repeat; repeat; } } [] a_shutdown() { f_poNeighbour(); log("*** a_neighbourDefault: INFO: TEST COMPONENT NOW STOPPING ITSELF! ***"); if(self == mtc) { f_cf01Down(); } stop; } [] a_default() { [] a_default() { } } Loading