ChirpStack Gateway invalid protocol

Hi

We have a Multitech Conduit as a packet forwarder to the gateway. We need to send the gateway GPS and fine timestamp to ChirpStack.

When the packet reaches the ChirpStack Gateway Bridge we get the following error:

Mar 12 14:21:49 callisto chirpstack-gateway-bridge[897]: time=“2020-03-12T14:21:49Z” level=error msg=“backend/semtechudp: could not handle packet” addr=“41.193.84.91:5089” data_base64=MDA4MDAwMDBBMDAwMjQzOSRHTkdHQSwxNDIxNDIuMDAsMjU0My45NzcyMixTLDAyODE1LjA2NzQxLEUsMiwxMiwwLjY0LDEzMjQuNixNLDIxLjcsTSwsMDAwMCo2OA0KMDA4MDAwMDBBMDAwMjQzOSRHTkdHQSwxNDIxNDMuMDAsMjU0My45NzcyMixTLDAyODE1LjA2NzQwLEUsMiwxMiwwLjY0LDEzMjQuNixNLDIxLjcsTSwsMDAwMCo2OA0K error=“gateway: invalid protocol version”

Decodes Base64:
00800000A0002439$GNGGA,142142.00,2543.97722,S,02815.06741,E,2,12,0.64,1324.6,M,21.7,M,000068
00800000A0002439$GNGGA,142143.00,2543.97722,S,02815.06740,E,2,12,0.64,1324.6,M,21.7,M,0000
68

Anybody have an idea hoe to fix this.

Thank you

@SilverMecer, What packet forwarder does Multitech Conduit uses?
Assuming that you have configured to use semtech_udp as a backend, thsiissue arises because when gateway bridge receives any of their type packets, there is a field called protocol version that can accept either version 1 or 2. Double check that on your gateway side, that field comply with what gateway bridge requires.

Thank you I will check both sides