Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc
This commit is contained in:
@@ -28,6 +28,7 @@ Bugs fixed
|
||||
----------
|
||||
- Bug 1722 - beacons transmitted concurrently
|
||||
- Bug 1616 - WifiPhyStateHelper reports false CCA_BUSY times at State trace source
|
||||
- Bug 1011 - assert failed. file=../src/devices/wifi/dcf-manager.cc
|
||||
|
||||
Release 3.18
|
||||
=============
|
||||
|
||||
@@ -756,7 +756,7 @@ void
|
||||
DcfManager::NotifyNavStartNow (Time duration)
|
||||
{
|
||||
NS_LOG_FUNCTION (this << duration);
|
||||
NS_ASSERT (m_lastNavStart < Simulator::Now ());
|
||||
NS_ASSERT (m_lastNavStart <= Simulator::Now ());
|
||||
MY_DEBUG ("nav start for=" << duration);
|
||||
UpdateBackoff ();
|
||||
Time newNavEnd = Simulator::Now () + duration;
|
||||
|
||||
Reference in New Issue
Block a user