mbed-os/features/lorawan/lorastack/phy
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
..
LoRaPHY.cpp Fixing premature RX2 abort 2019-03-22 15:15:51 +02:00
LoRaPHY.h Fixing premature RX2 abort 2019-03-22 15:15:51 +02:00
LoRaPHYAS923.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYAS923.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYAU915.cpp Proper size checking for link ADR commands 2019-02-14 17:15:42 +02:00
LoRaPHYAU915.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYCN470.cpp Proper size checking for link ADR commands 2019-02-14 17:15:42 +02:00
LoRaPHYCN470.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYCN779.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYCN779.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYEU433.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYEU433.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYEU868.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYEU868.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYIN865.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYIN865.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYKR920.cpp lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00
LoRaPHYKR920.h Doxygen corrections 2019-01-10 16:14:19 +02:00
LoRaPHYUS915.cpp Proper size checking for link ADR commands 2019-02-14 17:15:42 +02:00
LoRaPHYUS915.h Doxygen corrections 2019-01-10 16:14:19 +02:00
lora_phy_ds.h Doxygen corrections 2019-01-10 16:14:19 +02:00
loraphy_target.h lorawan: fix astyle coding style 2018-11-07 08:56:36 +00:00