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.
pull/8479/head
Hasnain Virk 2018-09-20 14:58:40 +03:00 committed by adbridge
parent d776f5cb6a
commit c42b7909da
1 changed files with 0 additions and 1 deletions

View File

@ -643,7 +643,6 @@ void LoRaWANStack::post_process_tx_with_reception()
void LoRaWANStack::post_process_tx_no_reception()
{
if (_loramac.get_mcps_confirmation()->req_type == MCPS_CONFIRMED) {
_loramac.post_process_mcps_req();
if (_loramac.continue_sending_process()) {
_ctrl_flags &= ~TX_DONE_FLAG;
_ctrl_flags &= ~RETRY_EXHAUSTED_FLAG;