LoRaMac-node icon indicating copy to clipboard operation
LoRaMac-node copied to clipboard

Make LBT RSSI free channel threshold and carrier sense time (CST) parameters configurable

Open janakj opened this issue 3 years ago • 0 comments

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:

  1. It replaces the hard-coded values for the two parameters with NVM-backed variables (RegionGroup2);
  2. It adds MIB types to read/update the parameter values in the NVM.

Closes #1343

janakj avatar Aug 05 '22 23:08 janakj