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

Commit ec69c865 authored by andychou's avatar andychou Committed by android-build-merger
Browse files

Merge "If PS RAT is IWLAN, data romaing should be home"

am: b55b4ff0

Change-Id: Icaaff0c179ef44c29815111ad5ab9a9ddb7ee345
parents f2e731c8 b55b4ff0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2394,6 +2394,11 @@ public class ServiceStateTracker extends Handler {
             */
            boolean roaming = (mGsmRoaming || mDataRoaming);

            // for IWLAN case, data is home. Only check voice roaming.
            if (mNewSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) {
                roaming = mGsmRoaming;
            }

            if (mGsmRoaming && !isOperatorConsideredRoaming(mNewSS)
                    && (isSameNamedOperators(mNewSS) || isOperatorConsideredNonRoaming(mNewSS))) {
                log("updateRoamingState: resource override set non roaming.isSameNamedOperators="