Add back crc_status to UplinkRxInfo.

This is needed for implementing
https://github.com/chirpstack/chirpstack-concentratord/issues/29.
This commit is contained in:
Orne Brocaar
2023-01-11 11:13:47 +00:00
parent 1ebf5e7179
commit e57748087c
9 changed files with 460 additions and 401 deletions

View File

@ -352,6 +352,9 @@ message UplinkRxInfo {
// Additional gateway meta-data.
map<string, string> metadata = 15;
// CRC status.
CRCStatus crc_status = 16;
}
message DownlinkTxInfoLegacy {