chirpstack / chirpstack-gateway-bridge

ChirpStack Gateway Bridge abstracts Packet Forwarder protocols into Protobuf or JSON over MQTT.
https://www.chirpstack.io
MIT License
422 stars 270 forks source link

Fix corrupted gateway statistics for downlink packets. #94

Closed lglenat closed 5 years ago

lglenat commented 5 years ago

There was an issue with the mapping between what's received from the Semtech Packet Forwarder over UDP and the Gateway Bridge stats.

Addresses https://forum.loraserver.io/t/rxpacketsreceived-ok-counter/2687

JoshM1994 commented 5 years ago

Great spot!

brocaar commented 5 years ago

Great spot indeed and thanks for your fix!