|
Bugzilla – Full Text Bug Listing |
| Summary: | 80211e-txop example fails | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | 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
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. |