Bug 2476 - CcaModelThreshold rather than CcaMode1Threshold in the yans-wifi-phy.cc and yans-wifi-phy.h
CcaModelThreshold rather than CcaMode1Threshold in the yans-wifi-phy.cc and y...
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: wifi
unspecified
PC Linux
: P5 minor
Assigned To: sebastien.deronne
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-08-14 23:09 UTC by Junling Bu
Modified: 2016-08-15 02:11 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.