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

Commit db80ddf2 authored by nharold's avatar nharold Committed by android-build-merger
Browse files

Merge "Force BSIC value to only one byte"

am: 9ac5b784

Change-Id: I9f09dcf4254d4ff50116cd8b5c806a2b1bf4e2a5
parents 3cb151bd 9ac5b784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4857,7 +4857,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                    p.writeInt(cellInfoGsm.cellIdentityGsm.lac);
                    p.writeInt(cellInfoGsm.cellIdentityGsm.cid);
                    p.writeInt(cellInfoGsm.cellIdentityGsm.arfcn);
                    p.writeInt(cellInfoGsm.cellIdentityGsm.bsic);
                    p.writeInt(Byte.toUnsignedInt(cellInfoGsm.cellIdentityGsm.bsic));
                    p.writeInt(cellInfoGsm.signalStrengthGsm.signalStrength);
                    p.writeInt(cellInfoGsm.signalStrengthGsm.bitErrorRate);
                    p.writeInt(cellInfoGsm.signalStrengthGsm.timingAdvance);