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

Commit b81b253e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "IccRecords: Add support for reading RUIM_ID"

parents e3894605 e21bdcf1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ public interface IccConstants {
    static final int EF_CSP_CPHS = 0x6f15;

    // CDMA RUIM file ids from 3GPP2 C.S0023-0
    // RUIM EF stores the (up to) 56-bit electronic identification
    // number (ID) unique to the R-UIM. (Removable UIM_ID)
    static final int EF_RUIM_ID = 0x6f31;
    static final int EF_CST = 0x6f32;
    static final int EF_RUIM_SPN =0x6F41;

+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ public final class RuimFileHandler extends IccFileHandler {
        case EF_SMS:
        case EF_CST:
        case EF_RUIM_SPN:
        case EF_RUIM_ID:
        case EF_CSIM_LI:
        case EF_CSIM_MDN:
        case EF_CSIM_IMSIM: