Hi
I have the problem that the CS Server generates downlink messages for -almost- every uplink message generated from the devices, despite that the ADR function is disabled in the CS_Network_server.toml file.
The configurations for a US915 deployment is:
- CS Gateway bridge installed on a RPI4 with a RAK2245.
- The MQTT Broker (mosquitto), CS App Server, CS Ntw Server, Redis and DB are installed with docker in a single Debian server
- The end devices are a LoPy4 and a RAK7200, both with the same issue.
Down to up, the second uplink and downlink message have the following information (sorry i had to merge all captures in a single image due to first post limitations):
The trace on the server side (using command sudo tcpdump -i lo -AUq port 1700) shows the uplink and immediate downlink messages. I’m sure the message is broadcasted as I can see it using an SDR dongle.
In order to move forward I must fix the generation of so many unnecessary downlink messages.
In advance my appreciation for any help to solve this problem.