Yea the gateway it’s mine
I got this on the console showing the pkt_forwarder.log
it sometimes appears after to send the uplink
here is the json from the gateway console:
{
"txpk":
{
"imme":false,
"tmst":1210975468,
"freq":924.5,
"rfch":0,"powe":26,
"modu":"LORA",
"datr":"SF10BW500",
"codr":"4/5",
"ipol":true,
"size":17,
"ncrc":true,
"data":"YKagDCaFAAADEf8AAQXocec="
}
}
and this is the Json from the TTN “live data”
{
"name": "ns.down.transmission.fail",
"time": "2023-12-01T23:28:42.712849523Z",
"identifiers": [
{
"device_ids": {
"device_id": "desarrollo-nodo-eqysr000007",
"application_ids": {
"application_id": "pdxl-01"
},
"dev_eui": "0080E10A00000007",
"join_eui": "0101010101010101",
"dev_addr": "260CA0A6"
}
}
],
"data": {
"@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
"namespace": "pkg/networkserver",
"name": "transmission",
"message_format": "downlink transmission failed with result `{result}`",
"attributes": {
"result": "UNKNOWN_ERROR"
},
"correlation_id": "32eebaaa260d4d3a8837cb67dbd1c0c9",
"code": 2
},
"correlation_ids": [
"gs:tx_ack:01HGKVD1PQ9W8KP7X53B5V0VV2",
"gs:uplink:01HGKVD17X354J44PGSEJ2NH1B",
"ns:downlink:01HGKVD1MSFNH3XJXFXW3QWCGZ",
"ns:transmission:01HGKVD1MSTM0DCKZYNXHCHD78"
],
"origin": "ip-10-101-7-99.us-west-1.compute.internal",
Do you know if there are a list about the resutls from the message “downlink transmission failed with result”?
I have seen in others post of this forum that this massage returns diferents errors like: UNKNOWN_ERROR, COLLISION_BEACON and TOO_ERALY.
Thank you