如何在Veins 2.0下设置节点的传输范围?

Han*_*L90 0 omnet++

我想知道如何在静脉2.0下正确设置节点的传输范围,我认为我做得对,但我害怕是错的.

所以,我需要对*.ini文件中定义的参数进行一些澄清:

*.connectionManager.pMax = 24.34mW # =>>> parameters to set the max interference distance by the global manager module  
*.connectionManager.sat = -80dBm # =>>> parameters to set the max interference distance by the global manager module

*.**.nic.phy80211p.maxTXPower = 24.34mW  # =>>> what is the role of this parameter ? is it affecting the transmission range or only limiting the max TX Power ?

*.**.nic.mac80211p.txPower = 13.69mW # =>>> is it the parameter along to sensitivity that are responsible of changing transmission range ?
*.**.nic.phy80211p.sensitivity = -80dBm #for changing maximum transmission range
Run Code Online (Sandbox Code Playgroud)

那么,maxTXPower和txPower有什么区别?以及如何改变传输范围?通过改变第一个,后者或两个?

谢谢,

Chr*_*mer 5

maxTXPower 不用于Veins 2.0的IEEE 802.11p模型.

有关静脉传输范围概念的深入讨论,请参阅/sf/answers/2175578051/中的讨论.

有关计算静脉干扰范围的深入讨论,请参阅/sf/answers/2221001471/中的讨论.