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

Add AT command to lock/unlock parameters configurable over the network #35

Open
janakj opened this issue Mar 21, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@janakj
Copy link
Collaborator

janakj commented Mar 21, 2022

Many MAC parameters on the node can be remotely changes from the LoRaWAN network server: channel mask, channel parameters, data rate, TX power, RX & RX2 parameters, retry count, aggregated duty cycle, ADR ACK parameters. This could lead to problems if the LNS is not configured properly, or if ADR cannot cope with a particular deployment scenario.

To make the node more robust, we should consider adding an API to lock or unlock individual parameters:

AT$LOCK CHMASK 1    # Channel mask can be updated by the network
AT$LOCK DR 0        # Data rate cannot be updated by the network
@janakj janakj self-assigned this Mar 21, 2022
@janakj janakj added the enhancement New feature or request label Mar 26, 2022
@janakj janakj added this to the Release 1.5.0 milestone Jun 5, 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