Skip to content

Commit 86eb300

Browse files
Hasnain VirkAntti Kauppila
authored andcommitted
Fixing multiple UL Fcnt increment
While post processing a transmission in case of no reception, we already take care of frame counters. We must not kick post processing step once again.
1 parent af04a7a commit 86eb300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

features/lorawan/LoRaWANStack.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,6 @@ void LoRaWANStack::process_reception_timeout(bool is_timeout)
901901
*/
902902
if (slot == RX_SLOT_WIN_2) {
903903
post_process_tx_no_reception();
904-
_loramac.post_process_mcps_req();
905904

906905
state_controller(DEVICE_STATE_STATUS_CHECK);
907906
state_machine_run_to_completion();

0 commit comments

Comments
 (0)