Skip to content

Commit 19e87ce

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 c9d6741 commit 19e87ce

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

0 commit comments

Comments
 (0)