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

Commit d366a82f authored by SongFerngWang's avatar SongFerngWang Committed by Automerger Merge Worker
Browse files

update the mNrFrequencyRange when PS_CELLULAR_REGISTRATION renew am:...

update the mNrFrequencyRange when PS_CELLULAR_REGISTRATION renew am: b0b07a6c am: 751cae9c am: 8967b1aa

Change-Id: I5fa962d39d2825898f0aa2a8145b085b2ba9a333
parents f8451f13 8967b1aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2218,8 +2218,9 @@ public class ServiceStateTracker extends Handler {
                // (2 or more cells) to a new cell if they camp for emergency service only.
                if (serviceState == ServiceState.STATE_OUT_OF_SERVICE) {
                    mLastPhysicalChannelConfigList = null;
                    nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs(null, mNewSS);
                }
                nrHasChanged |= updateNrFrequencyRangeFromPhysicalChannelConfigs(
                        mLastPhysicalChannelConfigList, mNewSS);
                nrHasChanged |= updateNrStateFromPhysicalChannelConfigs(
                        mLastPhysicalChannelConfigList, mNewSS);
                setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity());