Migration to ChirpStack Gateway Bridge 4, ok for MTCAP but fail with MTCDT

Yes, by using, the binary “gps_pkt_fwd” delivered by lora-packet-forwarder-usb_1.4.1-r2.0_arm926ejste.ipk , under Index of /vendor/multitech/conduit/

thanks to this post : Gateway statistics not showing - #6 by Bocajim

We just untar it and replace the binary, we don’t try to install it by opkg

 ar -x lora-packet-forwarder-usb_1.4.1-r2.0_arm926ejste.ipk
cd /opt/lora
cp basic_pkt_fwd-usb basic_pkt_fwd-usb.bk
rm -rf basic_pkt_fwd-usb 
ln -s /var/config/somewhere/gps_pkt_fwd basic_pkt_fwd-usb basic_pkt_fwd-usb
2 Likes