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

Commit fbe284b6 authored by Ramesh Sudini's avatar Ramesh Sudini Committed by Wink Saville
Browse files

Telephony: Fix eHRPD Service State Mapping.

Change-Id: I415c11dc0e1817f7772160c1103105d6007ffdff
parent 79da5c2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {
                break;
            case ServiceState.RADIO_TECHNOLOGY_EHRPD:
                ret = "CDMA - eHRPD";
                break;
            default:
                if (DBG) {
                    Log.e(LOG_TAG, " [CdmaLteServiceStateTracker] Wrong network."
+1 −0
Original line number Diff line number Diff line
@@ -1222,6 +1222,7 @@ public class CdmaServiceStateTracker extends ServiceStateTracker {
        case 7: // RADIO_TECHNOLOGY_EVDO_0
        case 8: // RADIO_TECHNOLOGY_EVDO_A
        case 12: // RADIO_TECHNOLOGY_EVDO_B
        case 13: // RADIO_TECHNOLOGY_EHRPD
            retVal = ServiceState.STATE_IN_SERVICE;
            break;
        default: