Its look like to a incorrecte protocol version betwen this 2 applications
It seems that the 2 devices does not use the same packet_forwarder
on the failed MTCDT :
head /var/log/lora-pkt-fwd-1.log
*** Basic Packet Forwarder for Lora Gateway ***
Version: 1.4.1
*** Lora concentrator HAL library version info ***
Version: 1.7.0; Options: ftdi sx1301 sx1257 full mtac-lora private;
***
INFO: Little endian host
INFO: found global configuration file global_conf.json, parsing it
INFO: global_conf.json does contain a JSON object named SX1301_conf, parsing SX1301 parameters
INFO: radio 0 enabled, center frequency 868500000
INFO: radio 1 enabled, center frequency 867500000
INFO: Lora multi-SF channel 0> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 1> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
INFO: Lora multi-SF channel 2> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
on the OK MTCAP :
*** Beacon Packet Forwarder for Lora Gateway ***
Version: 4.0.20
*** Lora concentrator HAL library version info ***
Version: 5.0.13;
***
INFO: Little endian host
INFO: found global configuration file global_conf.json, parsing it
INFO: global_conf.json does contain a JSON object named SX1301_conf, parsing SX1301 parameters
INFO: lorawan_public 1, clksrc 0
INFO: LBT is disabled
INFO: antenna_gain 3 dBi
INFO: Default Temperature Compensation
INFO: Configuring TX LUT with 16 indexes
I believe the USB packet-forwarder also doesn’t support the TX_ACK packet, which is sent by the gateway after enqueuing a downlink. ChirpStack needs this information to know if a downlink was accepted by the gateway or not. If not (because of collision, …) it will stay in the queue.
This feature was added in v3.0.0 of the UDP Packet Forwarder.
I know upgrading the module costs money, but the USB packet-forwarder is really outdated. Support was dropped in v2.2.0 (2015-10-08) of the packet forwarder.
On the other hand, one could clone the packet-forwarder source and backport these protocol features Or maybe Multitech could provide a custom packet-forwarder with these capabilites.