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

Commit b124087a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Using overrideServiceState after applying PhysicalChannelConfigList" am: 21afa37b

parents 74ae92ce 21afa37b
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -3437,14 +3437,15 @@ public class ServiceStateTracker extends Handler {
        useDataRegStateForDataOnlyDevices();
        useDataRegStateForDataOnlyDevices();
        processIwlanRegistrationInfo();
        processIwlanRegistrationInfo();


        updateNrFrequencyRangeFromPhysicalChannelConfigs(mLastPhysicalChannelConfigList, mNewSS);
        updateNrStateFromPhysicalChannelConfigs(mLastPhysicalChannelConfigList, mNewSS);

        if (TelephonyUtils.IS_DEBUGGABLE && mPhone.mTelephonyTester != null) {
        if (TelephonyUtils.IS_DEBUGGABLE && mPhone.mTelephonyTester != null) {
            mPhone.mTelephonyTester.overrideServiceState(mNewSS);
            mPhone.mTelephonyTester.overrideServiceState(mNewSS);
        }
        }


        NetworkRegistrationInfo networkRegState = mNewSS.getNetworkRegistrationInfo(
        NetworkRegistrationInfo networkRegState = mNewSS.getNetworkRegistrationInfo(
                NetworkRegistrationInfo.DOMAIN_PS, AccessNetworkConstants.TRANSPORT_TYPE_WWAN);
                NetworkRegistrationInfo.DOMAIN_PS, AccessNetworkConstants.TRANSPORT_TYPE_WWAN);
        updateNrFrequencyRangeFromPhysicalChannelConfigs(mLastPhysicalChannelConfigList, mNewSS);
        updateNrStateFromPhysicalChannelConfigs(mLastPhysicalChannelConfigList, mNewSS);
        setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity());
        setPhyCellInfoFromCellIdentity(mNewSS, networkRegState.getCellIdentity());


        if (DBG) {
        if (DBG) {