You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi. I would like to know where i can modify the energy detection threshold of wifi in the LAA module. I know the value is set up to -62 dBm but I'm not sure where I can change it. Thanks in advance for your help!
Konstantinos
unread,
Aug 23, 2017, 1:40:09 PM8/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi,
Please refer to the attributes of the SpectrumWifiPhy class. For setting/configuring attributes, see the manual.
EnergyDetectionThreshold: The energy of a received signal should be higher than this threshold (dbm) to allow the PHY layer to detect the signal.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hello,
Konstantinos' comment is related to ns-3-dev branch. In the branch containing LAA feature, this attribute is named CcaMode1Threshold (see SpectrumWifiPhy::GetTypeId). You can set it exactly the same way.