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

EV_JOINING should call initialize the state more completely. #176

Closed
terrillmoore opened this issue Jul 5, 2021 · 0 comments
Closed

EV_JOINING should call initialize the state more completely. #176

terrillmoore opened this issue Jul 5, 2021 · 0 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

In Arduino_LoRaWAN::StandardEventProcessor(), in order to deal properly with saved state, we need to react to EV_JOINING and do some work.

  1. We need to call Arduino_LoRaWAN::NetBeginRegionInit() so that subbands and other quirks can get set.
  2. We need to store session info and state.

Otherwise clients don't know that they have to update the saved state, and the wrong subband mask can be set.

@terrillmoore terrillmoore self-assigned this Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant