mirror of https://github.com/ARMmbed/mbed-os.git
d336ceeee8
Currently lora stack will automatically send an empty uplink message to lora gateway in case of: - Node received message with pending bit set. - Node received MAC command which requires instant response (sticky MAC command) - Node received confirmed message in class C mode This commit makes this configurable via config item "automatic-uplink-message": { "help": "In case of pending bit, class c confirmed message or sticky MAC command, stack will automatically send empty uplink message", "value": true } Default value is true. If sending an empty message fails, stack will send event AUTOMATIC_UPLINK_ERROR application. If automatic uplink sending is disabled, stack will send application UPLINK_REQUIRED -event to indicate application should issue a new uplink to gateway as soon as possible. |
||
---|---|---|
.. | ||
lorastack | ||
system | ||
LICENSE | ||
LoRaRadio.h | ||
LoRaWANBase.h | ||
LoRaWANInterface.cpp | ||
LoRaWANInterface.h | ||
LoRaWANStack.cpp | ||
LoRaWANStack.h | ||
lorawan_types.h | ||
mbed_lib.json |