Bug 2003

Summary: Missing DSSS short PLCP preamble
Product: ns-3 Reporter: sebastien.deronne
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED FIXED    
Severity: enhancement CC: ns-bugs, tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch
refactored patch to add support for short PLCP preambles

Description sebastien.deronne 2014-10-09 12:32:56 UTC
Created attachment 1901 [details]
patch

IEEE 802.11b/g simulations does not support short PLCP preambles. In attachment, I provide a patch which adds an attribute in YansWifiPhy to select the DSSS PLCP preamble type and which accordingly sets the durations in MacLow.

Let me know if you have some comments about this patch.
Comment 1 sebastien.deronne 2015-09-11 15:10:24 UTC
Created attachment 2142 [details]
refactored patch to add support for short PLCP preambles

I refactored the previous patch to strictly follow the standard rules and fill in the capability information in management headers.
Comment 2 Tom Henderson 2015-09-17 23:57:04 UTC
patch looks good to me
Comment 3 sebastien.deronne 2015-09-30 17:07:09 UTC
Changeset: 11679:2370b31068b5