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

Commit 17659aef authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "CdmaLte: call setDataRegState when using RilVoiceRadioTechnology for data" into cm-11.0

parents 9361dadc 5ecf72f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -263,6 +263,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
        if (mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE && oldRil) {
        if (mNewSS.getDataRegState() != ServiceState.STATE_IN_SERVICE && oldRil) {
            // LTE out of service, get CDMA Service State
            // LTE out of service, get CDMA Service State
            mNewRilRadioTechnology = mNewSS.getRilVoiceRadioTechnology();
            mNewRilRadioTechnology = mNewSS.getRilVoiceRadioTechnology();
            mNewSS.setDataRegState(radioTechnologyToDataServiceState(mNewRilRadioTechnology));
            mNewSS.setRilDataRadioTechnology(mNewRilRadioTechnology);
            mNewSS.setRilDataRadioTechnology(mNewRilRadioTechnology);
            log("pollStateDone CDMA STATE_IN_SERVICE mNewRilRadioTechnology = " +
            log("pollStateDone CDMA STATE_IN_SERVICE mNewRilRadioTechnology = " +
                    mNewRilRadioTechnology + " mNewSS.getDataRegState() = " +
                    mNewRilRadioTechnology + " mNewSS.getDataRegState() = " +