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:
1
api/rust/src/gw.rs
vendored
1
api/rust/src/gw.rs
vendored
@ -128,6 +128,7 @@ impl UplinkFrame {
|
||||
location: rx_info.location.clone(),
|
||||
context: rx_info.context.clone(),
|
||||
metadata: rx_info.metadata.clone(),
|
||||
crc_status: rx_info.crc_status,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user