Bug 2722

Summary: 802.11g sends DSSS spectrum signals using CreateOfdmTxPowerSpectralDensity
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tomh
Priority: P3    
Version: ns-3.26   
Hardware: All   
OS: All   
Bug Depends on: 2720    
Bug Blocks:    
Attachments: patch to fix

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