|
Bugzilla – Full Text Bug Listing |
| Summary: | Add IsSupportedMcs method in YansWifiPhy to support 802.11n simulations | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | Daniel L. <nikkipui> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | gbadawy, ns-bugs, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch v1 | ||
Could we merge this bug before ns-3.20 release? The patch looks OK to me changeset 10801 02d564a4c823 |
Created attachment 1828 [details] patch v1 With the adding of a condition in YansWifiPhy::StartReceive methode, i.e. if (IsModeSupported (txMode)), 802.11n simulations result in a null throughput. This is due to the fact that IsModeSupported method does not include 802.11n MCS rates As a result, we need to add a method IsMcsSupported and adapt the previous condition to include MCS rates. I provide a patch to correct this bug, which should be quickly merged since no 802.11n simulations can be achieved in ns-3-dev without applying this patch.