We are experiencing an issue with our device operating on LoRaWAN v1.0.4 with rp002-1.0.3. Below are the details:
- Device and Configuration:
- Our device is configured to work in the 868.1 MHz region on the TTN console.
- The device does not support ADR (Adaptive Data Rate).
- Problem Encountered:
- After successfully joining the network, the LNS (LoRaWAN Network Server) initiates a LinkADRReq.
- The device modifies its frequency and responds with a LinkADRAns indicating ChannelMaskACK is okay (0x01).
- However, the LNS continuously sends LinkADRReq messages and does not stop until the device responds with LinkADRAns (0x07).
- Question:
- Since our device does not support ADR, shouldn’t the LNS avoid checking the PowerACK and DataRateACK bits?
We would appreciate any insights or solutions regarding this issue.