como definir o alcance de transmissão de um nó no Veins 2.0?

Eu estou querendo saber como definir corretamente a faixa de transmissão de um nó no Veins 2.0, pensei que estava fazendo o certo, mas tenho medo de estar errado.

Então, preciso de alguns esclarecimentos sobre os parâmetros definidos no arquivo * .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

Então, qual é a diferença entre maxTXPower e txPower? e como posso alterar o alcance da transmissão? mudando o primeiro, o último ou os dois?

obrigado,

questionAnswers(1)

yourAnswerToTheQuestion