Continuous mac reply retries #1350
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I have the same issue, with the Things Network v3, running v4.4.7 of the loramac-node Semtech stack. |
Beta Was this translation helpful? Give feedback.
-
I have 'resolved' this issue by commenting out However it actually produces the behavior I expect - sticky mac messages only get sent as part of periodic uplink. I'd really love a comment from an expert on the ramifications of this. |
Beta Was this translation helpful? Give feedback.
-
Hey - I am one of the maintainers of TheThingsNetwork/lorawan-stack. My interpretation of the specification is that the NS does not necessarily have to send a downlink for each uplink that contains the sticky answer. I interpret it the same way the original poster does - they are piggybacked to the normal application uplinks. My understanding is that the current specifications do not require a three way handshake ( |
Beta Was this translation helpful? Give feedback.
-
I suppose that @Lambosaurus is using a version smaller than v4.6.0.
If you are using a previous version you have 2 possibilities:
|
Beta Was this translation helpful? Give feedback.
I suppose that @Lambosaurus is using a version smaller than v4.6.0.
LoRaMacHandleScheduleUplinkEvent
has been completely removed since v4.6.0 release with commit 083de80If you are using a previous version you have 2 possibilities:
LoRaMac-node/src/apps/LoRaMac/common/LmHandler/LmHandler.c
Lines 831 to 846 in e54d3ec