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

Signal NVM change in multicast management functions

Open janakj opened this issue 3 years ago • 0 comments

The library provides a number of multicast management functions: LoRaMacMcChannelSetup, LoRaMacMcChannelDelete, LoRaMacMcChannelGetGroupId, and LoRaMacMcChannelSetupRxParams. Some of the functions manipulate data stored in the NVM. Thus, these functions should signal to the NVM layer when the data may have changed so that the NVM can be updated.

janakj avatar Aug 04 '22 10:08 janakj