-
-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adrAckReq response from server has empty fOpts #389
Comments
The The network is required to respond with a downlink frame .... any received downlink frame following an uplink frame resets the |
The node reset the When the Then All this behaviour refers to unconfirmed uplinks. So the objective of ADR scheme is being enabled to increase the battery life of the end-device and maximize the network capacity. But in this case, the battery life is not optimized. |
Why is the device doing this? I'm not aware that this is in line with the LoRaWAN specifications. If you believe it is, could you refer to the section describing this? |
It´s on Semtech LoRaMac-node implementation: |
I have created this issue: Lora-net/LoRaMac-node#723 |
From their answer:
@brocaar what do you think about this? |
Is this a bug or a feature request?
Bug
What did you expect?
The adrAckReq response from server should have LinkADRReq info inside fOpts with dataRate and txPower info.
What happened?
The server answers but dowlink has field fOpts:null
No ADR info in downlink.
What version are your using?
2.6.1
How can your issue be reproduced?
After the node counter AdrAckCounter reach EU868_ADR_ACK_LIMIT(64) the node sends adrAckReq:true
Then the server sends downlink but without ADR info
Could you share your log output?
Attached uplink and downlink frames log
gateway-undefined.txt
The text was updated successfully, but these errors were encountered: