Add some desired MAC parameters to MAC settings with opinionated defaults #60
Labels
c/network server
This is related to the Network Server
compat/api
This could affect API compatibility
in progress
We're working on it
Milestone
Summary:
Add some desired MAC parameters to the end device's MAC settings with opinionated defaults.
Why do we need this?
What is already there? What do you see now?
We currently allow a few MAC settings, like
use_adr
,adr_margin
,class_b_timeout
, etc.What is missing? What do you want to see?
We need to support at least the following settings:
rx1_delay
; defaults to 5 secondsrx2_data_rate_index
; defaults to what is in the frequency planrx2_frequency
; defaults to what is in the frequency planHow do you propose to implement this?
The above fields to be added to the
MACSettings
, and set as desired parameters on device reset.Note that the current parameters stay the band defaults, per spec. This means that we stay compliant with devices that have not received desired parameters yet (i.e. ABP devices).
Original issue: https://github.com/TheThingsIndustries/lorawan-stack/issues/1544 by @johanstokking
The text was updated successfully, but these errors were encountered: