Commit 63f0d05d authored by berge's avatar berge
Browse files

Added reception statement for RtAdv in GN6 default

parent 5e852944
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -124,6 +124,18 @@ module LibItsIpv6OverGeoNetworking_Functions {
                repeat; 
            }
            
            [] ipv6OverGeoNetworkingPort.receive(
                mw_ipv6OverGeoNwInd(
                    ?,
                    ?,
                    c_macBroadcastAddr,
                    ? // TODO: rtAdv
                )
            )  {
                log("*** a_ipv6Default: INFO: Ignoring Router Advertisement ***");   
                repeat; 
            }
            
        } // end a_ipv6Default
                 
    } // end ipv6OverGeoNwAltsteps