Commit 85246628 authored by garciay's avatar garciay
Browse files

Update a_default 'altstep' to skip unsolicited secured CAM messages

parent e65f6b96
......@@ -1135,6 +1135,15 @@ module LibItsGeoNetworking_Functions {
) {
repeat;
}
[] geoNetworkingPort.receive(
mw_geoNwInd(
mw_geoNwSecPdu(
mdw_secureMessageCAMs_dummy,
?
))) {
// Skip CAM messages
repeat;
}
[] geoNetworkingPort.receive {
log("*** a_default: WARNING: Received an unexpected message ***");
repeat;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment