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

Commit 066704dd authored by Kazuhiro Ondo's avatar Kazuhiro Ondo Committed by Wink Saville
Browse files

Remove SIM operator name hack

Change-Id: I28c6f94dd6c6bab3a3025f67013a39b3ea0fb0a1
parent bd32a79e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -496,11 +496,6 @@ public final class SIMRecords extends IccRecords {
            return null;
        }

        // STOPSHIP: to be removed
        if (BaseCommands.getLteOnCdmaModeStatic() == Phone.LTE_ON_CDMA_TRUE) {
            Log.e(LOG_TAG, "getOperatorNumeric: STOPSHIP bad numeric operators in lte");
            return SystemProperties.get("ro.cdma.home.operator.numeric", "310004");
        }
        // Length = length of MCC + length of MNC
        // length of mcc = 3 (TS 23.003 Section 2.2)
        return imsi.substring(0, 3 + mncLength);