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

Commit e9dd6e93 authored by Alan Wang's avatar Alan Wang Committed by Steve Kondik
Browse files

Telephony: Ignore the timingAdvance field in SignalStrength

Ignore the timingAdvance field since the frameworks is not
utilizing this field.

Change-Id: I8644f20aa1918514da88db5a8bc7394263d61e30
parent 483664aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -319,6 +319,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;
    }