|
Bugzilla – Full Text Bug Listing |
| Summary: | vht-wifi-network provides very low throughtput at MCS 6, 160 MHz, SGI | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sebastien.deronne |
| Component: | wifi | Assignee: | sebastien.deronne |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P3 | ||
| Version: | ns-3.26 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | patch to fix | ||
|
Description
sebastien.deronne
2016-12-19 15:21:05 UTC
Problem was still there in ns-3.26. I am adding regression checks to avoid such issues in the future. Reducing priority since it occurs only in this example Created attachment 2714 [details]
patch to fix
Issue was in the throughput calculation itself and was caused by an out of bound multiplication using uint32_t, replaced in the patch by uint64_t to fix the bug.
Small change in the example, so it can be pushed now, it does not affect any part of the code. I will also add it in the regression run (but with a limited simulation time), with some checks on the first and last elements and verify throughput properly increases with MCS, channel width, GI, ... (In reply to sebastien.deronne from comment #4) > Small change in the example, so it can be pushed now, it does not affect any > part of the code. > > I will also add it in the regression run (but with a limited simulation > time), with some checks on the first and last elements and verify throughput > properly increases with MCS, channel width, GI, ... Agreed, thanks. Pushed in changeset 12473:1bee1229dc9e |