mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Remove vberCn, lberCn, xerCn
These values are specific to phase modulation in ISDB-S. It's not general use case. bug: 148110220 Test: Manual Change-Id: If847ca6c31681b1fe9dd94512c41b194dba41127
This commit is contained in:
@@ -1424,18 +1424,6 @@ enum FrontendStatusType : uint32_t {
|
||||
* Error status by layer.
|
||||
*/
|
||||
LAYER_ERROR,
|
||||
/**
|
||||
* CN value by VBER.
|
||||
*/
|
||||
VBER_CN,
|
||||
/**
|
||||
* CN value by LBER.
|
||||
*/
|
||||
LBER_CN,
|
||||
/**
|
||||
* CN value by XER.
|
||||
*/
|
||||
XER_CN,
|
||||
/**
|
||||
* Moduration Error Ratio.
|
||||
*/
|
||||
@@ -1558,21 +1546,6 @@ safe_union FrontendStatus {
|
||||
|
||||
vec<bool> isLayerError;
|
||||
|
||||
/**
|
||||
* CN value by VBER measured by 0.001 dB
|
||||
*/
|
||||
int32_t vberCn;
|
||||
|
||||
/**
|
||||
* CN value by LBER measured by 0.001 dB
|
||||
*/
|
||||
int32_t lberCn;
|
||||
|
||||
/**
|
||||
* CN value by XER measured by 0.001 dB
|
||||
*/
|
||||
int32_t xerCn;
|
||||
|
||||
/**
|
||||
* MER value measured by 0.001 dB
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user