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

Commit b894f536 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

am: ff7d4a86

Change-Id: Ie776824091a432bbe2af7658b63c9a16506cd099
parents 1b8312f3 ff7d4a86
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);