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

Uplink retransmission control #118

Open
janakj opened this issue Nov 13, 2022 · 0 comments
Open

Uplink retransmission control #118

janakj opened this issue Nov 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@janakj
Copy link
Collaborator

janakj commented Nov 13, 2022

The firmware provides two AT commands to control the number of confirmed and unconfirmed uplink retransmissions: AT+RTYNUM and AT+REP. When the application sends an uplink, one of these values is copied into the ChannelsNbTrans MIB variable in LoRaMac-node. When ADR is enabled, the LoRaWAN network server can override the ChannelsNbTrans MIB value remotely. Since the modem always overrides the MIB value with one of the ATCI values, the ADR-configured value will be overridden (lost).

Resolve the conflict in a manner so that the ADR-configure value wouldn't get lost, while remaining backwards compatible with AT+RTYNUM and AT+REP.

Related to #35

@janakj janakj added the enhancement New feature or request label Nov 13, 2022
@janakj janakj self-assigned this Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant