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

Commit 2f4f92a9 authored by Ramesh Sudini's avatar Ramesh Sudini Committed by Android Git Automerger
Browse files

am fbe284b6: Telephony: Fix eHRPD Service State Mapping.

* commit 'fbe284b6':
  Telephony: Fix eHRPD Service State Mapping.
parents 538626ec fbe284b6
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: