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

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

Merge "ICC: Get EF_PLMNWACT to support user controlled PLMN list"

parents 2cf74b6b cff6096a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,6 +82,9 @@ public interface IccConstants {
    static final int EF_IST = 0x6f07;
    static final int EF_PCSCF = 0x6f09;

    //plmnwact
    static final int EF_PLMNWACT = 0x6F60;

    // SMS record length from TS 51.011 10.5.3
    static public final int SMS_RECORD_LENGTH = 176;
    // SMS record length from C.S0023 3.4.27
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ public final class SIMFileHandler extends IccFileHandler implements IccConstants
        case EF_SPN_SHORT_CPHS:
        case EF_INFO_CPHS:
        case EF_CSP_CPHS:
        case EF_PLMNWACT:
            return MF_SIM + DF_GSM;
        }
        String path = getCommonIccEFPath(efid);
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ public final class UsimFileHandler extends IccFileHandler implements IccConstant
        case EF_INFO_CPHS:
        case EF_CSP_CPHS:
        case EF_GID1:
        case EF_PLMNWACT:
            return MF_SIM + DF_ADF;

        case EF_PBR: