TxPower in ADR Backoff sequence #1525
Replies: 1 comment 4 replies
-
The As you can observe by looking at LoRaMac-node/src/mac/LoRaMac.c Lines 4849 to 4862 in 2bf36bd I think the ADR backoff is correct and is using the right value. Concerning your additional 2 missing cases I think we cannot do much more as the implementation does what the LoRaWAN 1.0.4 specification says. If you don't mind I move this to the Discussions tab as for the moment I do not see an evidence of an issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is related to ADR backoff sequence management in file
LoRaMacAdr.c
.When it is time to set TxPower to default, direct PHY layer is used through
RegionGetPhyParam
andPHY_DEF_TX_POWER
but it would be better to useMIB_CHANNELS_DEFAULT_TX_POWER
information (Nvm.MacGroup2.ChannelsTxPowerDefault
) in order to use the value that might have been configured in the device and stored in NVM.In addition, for me there 2 missing cases in general ADR backoff management :
What do you think about that ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions