Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28cdd108 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove vberCn, lberCn, xerCn"

parents d429b182 875cd25c
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -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
     */