HI,
Since older ABP end devices don't support MAC commands, I configured the following settings.
- chirpstack.toml configuration
[network]
mac_commands_disabled=true
However, looking at the logs, we see downlink packets with fport=null set like this.
Is this the correct behavior?
{
"phy_payload": {
"mhdr": {
"f_type": "UnconfirmedDataDown",
"major": "LoRaWANR1"
},
"mic": [
178,
106,
50,
213
],
"payload": {
"f_port": null, <- correct??
"fhdr": {
"devaddr": "ff00ead2",
"f_cnt": 1013,
"f_ctrl": {
"ack": false,
"adr": false,
"adr_ack_req": false,
"class_b": false,
"f_opts_len": 0,
"f_pending": false
},
"f_opts": []
},
"frm_payload": null
}
}
thank you,
Please add the preceding uplink to your question, that might clarify the empty downlink.