|
Bugzilla – Full Text Bug Listing |
| Summary: | assert failed. file=../src/devices/wifi/dcf-manager.cc | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Alex <alejandro.espiga> |
| Component: | wifi | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nikkipui, ns-bugs, ruben, tomh, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3.7 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | Test scenario for a record. | ||
|
Description
Alex
2010-10-21 07:25:19 UTC
Created attachment 1678 [details]
Test scenario for a record.
Test scenario for a record.
I think changing the assert condition in DcfManager::NotifyNavStartNow from NS_ASSERT (m_lastNavStart < Simulator::Now ()); to NS_ASSERT (m_lastNavStart <= Simulator::Now ()); will fix this problem. The new condition is the same as in MacLow::NotifyNav. changeset: 10211:1af765ed27c8 |