2023-07-26 09:03 AM - edited 2023-07-26 09:21 AM
2023-07-26 00:32:17,236 - usb1 - INFO - 136193s478:MAC rxDone
2023-07-26 00:32:17,244 - usb1 - INFO - ###### D/L FRAME:0000 | PORT:0 | DR:8 | SLOT:C | RSSI:-105 | SNR:-24
2023-07-26 00:32:17,248 - usb1 - INFO - 136193s484:RX_C on freq 923300000 Hz at DR 8
2023-07-26 00:32:17,255 - usb1 - INFO - 136193s485: >>>>>> DOWNLINK received: 518350011080de2f8eac55d055acae1f9388273b. << this log is generated in the OnRxData function by my code
2023-07-26 00:32:17,260 - usb1 - INFO - 136193s485: >>>>>> Unknown command received. << this log is generated in the OnRxData function by my code
2023-07-26 00:32:49,739 - usb1 - INFO - 136225s984:MAC rxTimeOut
2023-07-26 00:32:49,742 - usb1 - INFO - 136225s984:HDR KO
2023-07-27 12:34 AM
Hello @NMeno and welcome to ST Community.
the issue can be a multicast frame coming from another GW.
I suggest you to:
Check the ChirpStack logs to see if there are any indications of unexpected downlink frames or multicast frames being sent.
Verify that the network configuration is correct and that all gateways are properly configured.
Consider using a packet sniffer to capture the downlink frames and analyze their contents.
When your question is answered, please close this topic by choosing "Accept as Solution". This will help other users find that answer faster.
Issam
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-08-01 04:42 AM
Hi Issam, thanks for your reply and suggestions.
Here are my tests:
To be honest I'm not sure about the root cause of the issue, I had not enough time to get a clear conclusion but I'm still doing some test so I'll came back if something new appears.
Thank you for the support.
Nicolas.