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

Commit a5863fb3 authored by Shareef Ali's avatar Shareef Ali Committed by Steve Kondik
Browse files

DCTracker: HACK Fix eHRPD/LTE data connection.

* UICC controller is suppose to send a event that says uicc updated
  We are experiencing a race condition when UICC is init before the
  radio start which cause the sim is not ready response from radio.
* This forces data when we have cdma voice connection.

Change-Id: Ifccafa148a703a2f9e137733d8450a3a961dca2a
parent 6ae60c92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2673,7 +2673,7 @@ public final class DcTracker extends DcTrackerBase {
    }

    private boolean isNvSubscription() {
        int radioTech = mPhone.getServiceState().getRilDataRadioTechnology();
        int radioTech = mPhone.getServiceState().getRilVoiceRadioTechnology();
        if (mCdmaSsm == null) {
            return false;
        }