|
Bugzilla – Full Text Bug Listing |
| Summary: | EdcaTxopN fails to retrieve TID for ADDBA requests, ADDBA responses and DELBA frames | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3.25 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposed patch from Alexander Krotov | ||
looks OK, perhaps add debug log statements? pushed in changeset 12134:29f44a43de62 |
Created attachment 2395 [details] proposed patch from Alexander Krotov When management frames such as ADDBA or DELBA frames are exchanged and collide in some cases, EdcaTxopN::MissedBlockAck is triggered, but the TID is not properly retrieved for those frames. Patch from Alexander Krotov in attachment.