Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default ADR does not take LoRaWAN version into account #533

Open
ghost opened this issue May 26, 2021 · 0 comments
Open

Default ADR does not take LoRaWAN version into account #533

ghost opened this issue May 26, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented May 26, 2021

What happened?

The default ADR algorithm does not take LoRaWAN version/region into account when adjusting TxPower, adjustments are always made in the 0-(maxTxPower according to band) interval.

If the device has sent a nACK on the TxPower this is stored in device session min/max but not taken into account when sending new adjustments.

Since the min and max will be adjusted, the process will calibrate itself but additional downlinks will be required after a "new" adjustment is made.

What did you expect?

When a device is registered as version 1.0.0 or 1.0.1 the applicable TxPower levels in EU868 is 1-5 and in later LoRaWAN versions the levels are 0-7.

Steps to reproduce this issue

  1. Register a 1.0.0 or 1.0.1 sensor with enough link margin to trigger TxPower adjustments.
Component Version
Network Server v3.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants