Bug 2599

Summary: 80211e-txop example fails
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED DUPLICATE    
Severity: major CC: ns-bugs
Priority: P2    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch to fix

Description sebastien.deronne 2016-12-27 11:01:54 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
Comment 1 sebastien.deronne 2016-12-27 11:04:35 UTC
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.
Comment 2 sebastien.deronne 2016-12-27 11:13:56 UTC
80211e-txop example to be added to the regression run as well.
Comment 3 sebastien.deronne 2016-12-28 08:51:42 UTC

*** This bug has been marked as a duplicate of bug 2584 ***