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

Commit 9ac5b784 authored by nharold's avatar nharold Committed by Gerrit Code Review
Browse files

Merge "Force BSIC value to only one byte"

parents cd107c00 b808a31b
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);