Device not sending the acknowlegement for confirmed downlink to the gateway/LNS, in class B #93
Labels
bug
Something isn't working
internal bug tracker
Issue confirmed and logged into the internal bug tracking system
lorawan
Long Range Wide Area Network
mw
Middleware-related issue or pull-request.
Milestone
Describe the set-up
The board is NUCLEO-WL55JC1
STM32 CubeIDE v1.15.1
STM32 CubeMx v6.10
Describe the bug (skip if none)
Device is not sending the acknowledgement of the confirmed downlink, when device is in the class B. This problem is persist in both RX1 and ping slot windows.
When device is in class A, it works without any problem.
How to reproduce the bug (skip if none)
Additional context
In LoRaMac.c near line 1610, the first if condition has been commented by the ST, which is presented in the origianl lora mac node stack and second if condition has been introduced, which is causeing the problem.
I commennted out the if condition introduced by the ST and re enabled the original if condition. This fix the bug.
Screenshots
The text was updated successfully, but these errors were encountered: