mirror of https://github.com/ARMmbed/mbed-os.git
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'. |
||
---|---|---|
.. | ||
LoRaWANTimer.cpp | ||
LoRaWANTimer.h | ||
lorawan_data_structures.h |