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

Commit 78eee165 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "The method of parseEfSpdi does not match TS24008."

am: 84aab188

Change-Id: I5466054ce05f8be4ba30d466ea73d6da5d42b4f6
parents cf95dc6d 84aab188
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2033,7 +2033,7 @@ public class SIMRecords extends IccRecords {

        for (int i = 0 ; i + 2 < plmnEntries.length ; i += 3) {
            String plmnCode;
            plmnCode = IccUtils.bcdToString(plmnEntries, i, 3);
            plmnCode = IccUtils.bcdPlmnToString(plmnEntries, i);

            // Valid operator codes are 5 or 6 digits
            if (plmnCode.length() >= 5) {