mbed-os/features/lorawan
Hasnain Virk bf78e264c8 Bug fix for receive windows
In rx_config(params) API we shouldn't check for radio state as radio may never get
idle for a class C device. That check made sense only for class A. As the PHY layer
have no conecpt of receive windows which is a MAC layer construct, we should remove the
state check.
The API will be changed later to void rx_config(params).

In addition to that another bug is fixed in the open_rx2_windows() API. We should set the rx slot
first before instantiating a test based on its value.
2018-07-02 18:42:21 +03:00
..
lorastack Bug fix for receive windows 2018-07-02 18:42:21 +03:00
system Style changes only 2018-06-01 12:41:09 +03:00
LICENSE Adding license text and BSD-Clause 3 2018-02-09 11:00:56 -06:00
LoRaRadio.h Refactoring LoRaRadio::receive(uint32_t) API 2018-06-26 15:47:51 +03:00
LoRaWANBase.h Copy edit LoRaWANBase.h 2018-06-29 14:28:44 -05:00
LoRaWANInterface.cpp Style changes only 2018-06-01 12:41:09 +03:00
LoRaWANInterface.h Copy edit LoRaWANinterface.h 2018-06-29 14:27:45 -05:00
LoRaWANStack.cpp LoRaWAN: Fixing transport of fatal TX timeout event 2018-06-27 11:41:30 +03:00
LoRaWANStack.h Adding precise timing for receive delays 2018-06-12 12:32:13 +03:00
lorawan_types.h dr_range bitfield should be unsigned integer 2018-06-01 12:41:15 +03:00
mbed_lib.json Lora: Make automatic uplink message configurable 2018-04-18 09:29:20 +03:00