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

Commit 9eac2c07 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Work around for operator not being correct." into honeycomb-LTE

parents 3420f85c 2a3aa2a3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -478,6 +478,11 @@ public final class SIMRecords extends IccRecords {

        // Length = length of MCC + length of MNC
        // length of mcc = 3 (TS 23.003 Section 2.2)
        if (SystemProperties.getInt(com.android.internal.telephony.TelephonyProperties
                .PROPERTY_NETWORK_LTE_ON_CDMA, 0) == 1) {
            Log.e(LOG_TAG, "getSIMOperatorNumeric: STOPSHIP bad numeric operators in lte");
            return SystemProperties.get("ro.cdma.home.operator.numeric", "310004");
        }
        return imsi.substring(0, 3 + mncLength);
    }