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

Commit c4d2c119 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix PCI change detection" into main

parents 9b5c3e09 c9331114
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1416,10 +1416,11 @@ public class NetworkTypeController extends StateMachine {
            }
        }

        mPciChangedDuringPrimaryTimer = (mLastAnchorNrCellId != anchorNrCellId)
                && mIsPrimaryTimerActive;
        mLastAnchorNrCellId = anchorNrCellId;
        mPhysicalChannelConfigs = physicalChannelConfigs;
        mDoesPccListIndicateIdle = false;
        mPciChangedDuringPrimaryTimer = mIsPrimaryTimerActive;
        if (DBG) {
            log("Physical channel configs updated: anchorNrCell=" + mLastAnchorNrCellId
                    + ", nrBandwidths=" + mRatchetedNrBandwidths + ", nrBands=" +  mRatchetedNrBands