Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +9 −0 Original line number Original line Diff line number Diff line Loading @@ -1135,6 +1135,15 @@ module LibItsGeoNetworking_Functions { ) { ) { repeat; repeat; } } [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwSecPdu( mdw_secureMessageCAMs_dummy, ? ))) { // Skip CAM messages repeat; } [] geoNetworkingPort.receive { [] geoNetworkingPort.receive { log("*** a_default: WARNING: Received an unexpected message ***"); log("*** a_default: WARNING: Received an unexpected message ***"); repeat; repeat; Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +9 −0 Original line number Original line Diff line number Diff line Loading @@ -1135,6 +1135,15 @@ module LibItsGeoNetworking_Functions { ) { ) { repeat; repeat; } } [] geoNetworkingPort.receive( mw_geoNwInd( mw_geoNwSecPdu( mdw_secureMessageCAMs_dummy, ? ))) { // Skip CAM messages repeat; } [] geoNetworkingPort.receive { [] geoNetworkingPort.receive { log("*** a_default: WARNING: Received an unexpected message ***"); log("*** a_default: WARNING: Received an unexpected message ***"); repeat; repeat; Loading