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

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

Change-Id: I61297f32f36fc00bf6454694c21dab1a59971ef0
parents b9d1d336 db80ddf2
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);