Chirpstack 4.19 grpc Gateway add fails without downlink_priority specified

Viewed 1

If a new gateway is added, but the gRPC message does not have downlink_priority specified, the add fails because it assumes the downlink_priority is 0, which is considered an invalid value.

Could a value of 1 be assumed, because it appears in the code that this is the case.

Is 1 a good default value? For my existing gateways, it appears that 10 is the default value.

0 Answers