Bugzilla – Bug 2599
80211e-txop example fails
Last modified: 2016-12-28 08:51:42 UTC
In the latest ns-3-dev, 80211e-txop example fails: ssert failed. cond="txopLimit == NanoSeconds (0) || Simulator::Now () - m_startTxop <= txopLimit", file=../src/wifi/model/edca-txop-n.cc, line=1196
Created attachment 2717 [details] patch to fix Issue was that MacLow does not check whether there is still a valid txop before calling StartNext, so the assert popped up. Patch suggests to verify that there is still a txop before calling StartNext.
80211e-txop example to be added to the regression run as well.
*** This bug has been marked as a duplicate of bug 2584 ***