|
Bugzilla – Full Text Bug Listing |
| Summary: | A-MPDU variables are not correctly reset in YansWifiPhy when a PLCP preamble/header failed | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | ns-3.25 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to fix | ||
Pushed in changeset 12101:7f3095ccfcb1 |
Created attachment 2392 [details] patch to fix YansWifiPhy makes use of m_plcpSuccess and m_mpdusNum for handling A-MPDU reception. Those variables are not properly reset when a PLCP preamble/header failed. Attached patch adresses a fix for this.