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

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

Merge "Force BSIC value to only one byte" am: 9ac5b784 am: db80ddf2

am: a6c2bbd2

Change-Id: Ia47ff95eaeeed4958c798d311eb899cec1c24240
parents 36f06a79 a6c2bbd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4873,7 +4873,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);