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.