mbed-os/features/lorawan/system
Hasnain Virk 2691b83c4e Fixing premature RX2 abort
A bug while setting up RX start timers would result in premature closusre
of RX2 window. The 'ack_Timeout_timer' would be invoked prematurely and
at that time RX2 window may be being demodulating. This resulted in
massive instability with any test that relied on Confirmed traffic or
lower data rates.

To fix the issue, we must know the length of the RX window in
milliseconds and for this purpose we have extended the
'get_rx_window_params(...)' API. The length of the time the window
may remain open must be accounted for while setting up
'ack_timeout_timer'.
2019-03-22 15:15:51 +02:00
..
LoRaWANTimer.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaWANTimer.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
lorawan_data_structures.h Fixing premature RX2 abort 2019-03-22 15:15:51 +02:00