Commit b0065c84 authored by berge's avatar berge
Browse files

Replaced f_sleep() calls by f_sleepIgnoreDef() to avoid capturing messages in default

parent 2b9d35c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ module LibItsGeoNetworking_Functions {
            
            vc_neighbourDefault := activate(a_neighbourDefault());
            f_acTriggerEvent(m_startBeaconing(m_beaconHeader(f_getPosition(vc_componentName)).beaconHeader));
            f_sleep(1.0);
            f_sleepIgnoreDef(1.0);
        } // end f_startBeingNeighbour

        /**
@@ -1037,7 +1037,7 @@ module LibItsGeoNetworking_Functions {
        function f_initialState() {
           
            f_utInitializeIut(m_gnInitialize);
			f_sleep(10.0);
			f_sleepIgnoreDef(10.0);
        }