mbed-os/features/lorawan
Kimmo Vaisanen d336ceeee8 Lora: Make automatic uplink message configurable
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.
2018-04-18 09:29:20 +03:00
..
lorastack Merge pull request #6600 from hasnainvirk/fix_au915 2018-04-13 10:47:21 -05:00
system [IOTCELL-741] Separating public data structures 2018-04-13 10:41:06 +03:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Moving LoRaRadio and LoRaWANBAse to lorawan 2018-02-11 00:31:47 +02:00
LoRaWANBase.h [IOTCELL-741] Separating public data structures 2018-04-13 10:41:06 +03:00
LoRaWANInterface.cpp Merge pull request #6586 from kivaisan/new_receive_method 2018-04-12 18:32:12 -05:00
LoRaWANInterface.h [IOTCELL-741] Separating public data structures 2018-04-13 10:41:06 +03:00
LoRaWANStack.cpp Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00
LoRaWANStack.h Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00
lorawan_types.h Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00
mbed_lib.json Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00