|
Bugzilla – Full Text Bug Listing |
| Summary: | OFDM 10 MHz and 5 MHz PHYs do not have correct subcarrier frequency spacings | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Rediet <redieteab.orange> |
| Component: | wifi | Assignee: | Tom Henderson <tomh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs, sebastien.deronne, tomh |
| Priority: | P3 | ||
| Version: | ns-3.27 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
proposed patch
simple test program |
||
|
Description
Rediet
2017-11-02 06:02:04 UTC
Tom, I guess you are working on this? Yes. Created attachment 3047 [details]
proposed patch
This patch corrects the spectrum value layout for 10 MHz and 5 MHz channels. The number of bands per channel is the same, but the band bandwidth is reduced with channel width. The guard band around the channel is also reduced in a corresponding manner. The longer symbol duration is handled elsewhere in the code and didn't seem to need to be modified. This patch doesn't address changes to CCA/ED thresholds for smaller channels (there is another open bug to clean up the CCA behavior and attributes). Python bindings would need to be rescanned.
Created attachment 3048 [details]
simple test program
This program can be run from scratch/ to display the resulting spectrum value for 20, 10, and 5 MHz channels.
+1 for me, thanks Tom. Thanks Tom. +1 for me too. I think we can push this one then :-) Pushed in changeset 13298:23aa339aecd6 |