Skip to content

Commit 9e4487c

Browse files
author
Hasnain Virk
committed
TX post-process for CONFIRMED UL in no-reception case
The idea behind the method post_process_no_reception() is to post process any outgoing TX but we shouldn't do that if a CONFIRMED message is outgoing and there are still some retries left.
1 parent 8d4cda1 commit 9e4487c

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
@@ -646,7 +646,6 @@ void LoRaWANStack::post_process_tx_with_reception()
646646
void LoRaWANStack::post_process_tx_no_reception()
647647
{
648648
if (_loramac.get_mcps_confirmation()->req_type == MCPS_CONFIRMED) {
649-
_loramac.post_process_mcps_req();
650649
if (_loramac.continue_sending_process()) {
651650
_ctrl_flags &= ~TX_DONE_FLAG;
652651
_ctrl_flags &= ~RETRY_EXHAUSTED_FLAG;

0 commit comments

Comments
 (0)