STM32CubeWL icon indicating copy to clipboard operation
STM32CubeWL copied to clipboard

Fix missing return status for LmHandlerJoin

Open xanthio opened this issue 2 years ago • 2 comments

In OTAA mode, the join procedure may fail due to Retransmission Back-off (see https://lora-developers.semtech.com/documentation/tech-papers-and-guides/the-book/joining-and-rejoining).

In this case, Application will never receive any OnJoinRequest callback an so may stall.

This PR intend allow Application to be aware of such a failure to send Join Request and behave in consequence.

xanthio avatar Apr 03 '23 17:04 xanthio

Note to reviewer: I'm not a ABP mode user and so may have not been placed at the good position.

xanthio avatar Apr 03 '23 17:04 xanthio

ST Internal Reference: 152150

ASELSTM avatar May 15 '23 17:05 ASELSTM