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

Commit aecbb57a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony: Ignore the timingAdvance field in SignalStrength"

parents 262f541e f7f331ee
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -318,6 +318,9 @@ public class SignalStrength implements Parcelable {
        ss.mLteRsrq = in.readInt();
        ss.mLteRssnr = in.readInt();
        ss.mLteCqi = in.readInt();
        // ignore the timingAdvance field since
        // the frameworks is not utilizing this field
        in.readInt();
        ss.mTdScdmaRscp = in.readInt();
        return ss;
    }