|
Bugzilla – Full Text Bug Listing |
| Summary: | 802.11n Ness parameter badly set for data frames | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | Daniel L. <nikkipui> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | ns-3-dev | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to set correctly the 802.11n Ness parameter value | ||
fixed in changeset 11100:86e53d8a4cfe fixed in changeset 11101:d8e6083ea5d9 |
Created attachment 1930 [details] patch to set correctly the 802.11n Ness parameter value I observed that the Ness parameter is set equal to the number of TX antenna, i.e. it is set to 1 as the current implementation is limited to 1x1 802.11n systems. Nevertheless, for such systems which does not use several streams nor beamforming, the Ness parameter should be always equal to 0. In attachment, I provide a patch to correct the issue.