Commit 85246628 authored by garciay's avatar garciay
Browse files

Update a_default 'altstep' to skip unsolicited secured CAM messages

parent e65f6b96
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -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;