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

Commit f9f73e5f authored by Etan Cohen's avatar Etan Cohen
Browse files

Hide CSIM IMSI information (mask by VDBG)

Bug: 21518434
Change-Id: Icfc26ad0f5540afb55272ffc66bdaad38ae1b092
parent 61155b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ public final class RuimRecords extends IccRecords {
        @Override
        public void onRecordLoaded(AsyncResult ar) {
            byte[] data = (byte[]) ar.result;
            if (DBG) log("CSIM_IMSIM=" + IccUtils.bytesToHexString(data));
            if (VDBG) log("CSIM_IMSIM=" + IccUtils.bytesToHexString(data));
            // C.S0065 section 5.2.2 for IMSI_M encoding
            // C.S0005 section 2.3.1 for MIN encoding in IMSI_M.
            boolean provisioned = ((data[7] & 0x80) == 0x80);