Bug 2476

Summary: CcaModelThreshold rather than CcaMode1Threshold in the yans-wifi-phy.cc and yans-wifi-phy.h
Product: ns-3 Reporter: Junling Bu <linlinjavaer>
Component: wifiAssignee: sebastien.deronne
Status: RESOLVED INVALID    
Severity: minor CC: ns-bugs, tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description Junling Bu 2016-08-14 23:09:05 UTC
Hi,

In the file yans-wifi-phy.cc and yans-wifi-phy.h, I think there is a small issue about CcaModelThreshold, like m_ccaMode1ThresholdW, SetCcaMode1Threshold and GetCcaMode1Threshold. Those methods and variables have used wrong character '1' which should be 'l'.

Junling
Comment 1 Tom Henderson 2016-08-15 01:30:16 UTC
Junling, it refers to CCA Mode 1 in the standard ('Mode 1', not Model) so I do not think it needs changing.  See 802.11-2012, Section 16.4.8.5.
Comment 2 Junling Bu 2016-08-15 02:11:35 UTC
OK, now I understand it is not a bug :)
Thanks, Tom.