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

Commit 827af045 authored by Wink Saville's avatar Wink Saville Committed by The Android Automerger
Browse files

In Cdma Lte SST use CssIndicator for concurrent Voice & Data.

This will break concurrent voice and data on mysid, but because
mysid is EOL and to keep this change simple we're not trying to
mitigate that using config variables.

Bug: 10100317
Change-Id: I7960a8d68258621de1fd9c140c3fefcdfcea8804
parent e593c266
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -515,13 +515,9 @@ public class CdmaLteServiceStateTracker extends CdmaServiceStateTracker {

    @Override
    public boolean isConcurrentVoiceAndDataAllowed() {
        // For non-LTE, look at the CSS indicator to check on Concurrent V & D capability
        if (mSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) {
            return true;
        } else {
        // Using the Conncurrent Service Supported flag for CdmaLte devices.
        return mSS.getCssIndicator() == 1;
    }
    }

    /**
     * Check whether the specified SID and NID pair appears in the HOME SID/NID list