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

Commit 8b74377f authored by Shareef Ali's avatar Shareef Ali Committed by Deepak Kundra
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 a8c5801a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2366,7 +2366,7 @@ public class DcTracker extends DcTrackerBase {
    }

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