mirror of https://github.com/ARMmbed/mbed-os.git
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/8183/head
parent
c9d6741212
commit
19e87ceab9
|
|
@ -647,7 +647,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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue