Bugzilla – Bug 2476
CcaModelThreshold rather than CcaMode1Threshold in the yans-wifi-phy.cc and yans-wifi-phy.h
Last modified: 2016-08-15 02:11:35 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
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.
OK, now I understand it is not a bug :) Thanks, Tom.