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

Commit 84aab188 authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

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

parents e36b65e4 d89f2dd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2029,7 +2029,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) {