Bug 2722 - 802.11g sends DSSS spectrum signals using CreateOfdmTxPowerSpectralDensity
802.11g sends DSSS spectrum signals using CreateOfdmTxPowerSpectralDensity
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.26
All All
: P3 normal
Assigned To: sebastien.deronne
:
Depends on: 2720
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-01 05:14 UTC by sebastien.deronne
Modified: 2017-04-18 14:55 UTC (History)
2 users (show)

See Also:


Attachments
patch to fix (7.03 KB, patch)
2017-04-09 16:42 UTC, sebastien.deronne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sebastien.deronne 2017-04-01 05:14:50 UTC
When wifi spectrum model is used, I noticed 802.11g sends dsss signals using CreateOfdmTxPowerSpectralDensity instead of calling CreateDsssTxPowerSpectralDensity. This is mainly seen for beacon frames sent by 802.11g access points.
I will try to investigate shortly.
Comment 1 sebastien.deronne 2017-04-09 16:42:22 UTC
Created attachment 2830 [details]
patch to fix

I attached a patch to fix the issue, all tests pass fine.
This also requires patch for bug 2720.
Comment 2 Tom Henderson 2017-04-13 17:04:57 UTC
+1
Comment 3 sebastien.deronne 2017-04-18 14:55:31 UTC
Fixed in changeset 12837:60ab0e4e7583