LoRaMac-node
LoRaMac-node copied to clipboard
Make LBT RSSI free channel threshold and carrier sense time (CST) parameters configurable
This pull request makes it possible for the application to override the two key parameters related to the listen before talk (LBT) feature: RSSI free channel threshold, and carrier sense time (CST). The PR does two things:
- It replaces the hard-coded values for the two parameters with NVM-backed variables (RegionGroup2);
- It adds MIB types to read/update the parameter values in the NVM.
Closes #1343