mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Add back crc_status to UplinkRxInfo.
This is needed for implementing https://github.com/chirpstack/chirpstack-concentratord/issues/29.
This commit is contained in:
3
api/python/proto/chirpstack-api/gw/gw.proto
vendored
3
api/python/proto/chirpstack-api/gw/gw.proto
vendored
@ -352,6 +352,9 @@ message UplinkRxInfo {
|
||||
|
||||
// Additional gateway meta-data.
|
||||
map<string, string> metadata = 15;
|
||||
|
||||
// CRC status.
|
||||
CRCStatus crc_status = 16;
|
||||
}
|
||||
|
||||
message DownlinkTxInfoLegacy {
|
||||
|
Reference in New Issue
Block a user