Closed clmklk closed 6 years ago
Hi clmklk,
This is the expected working !
You are in a special case named "Back-off" with the JoinRequest command. The aim is to avoid overload situation of the network by devices sending JoinRequest in loop. Please see § 7 Retransmissions back-off of the LoRaWAN 1.0.2 specification
Best regards
Hello bhtalexis,
Thank you for your answer. Indeed I missed this part of the spec. I close the ticket.
Regards
Hello,
I am currently using the version 4.4.0 of the stack. My issue is that in certain case transmissions are delayed even if the Dutycycle is disabled.
I dug up and it seems that the Band TimeOff is computed in the function
RegionCommonCalcBackOff
when Join Requests are sent successively, once again even if the DutyCycle is disabled.I don't understand this condition into the function:
The Band TimeOff shouldn't be reset if the DutyCycle is disabled ?
If this is a real issue, I can provide a patch.
Regards