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

Commit d4143900 authored by Rakesh Pallerla's avatar Rakesh Pallerla Committed by Ricardo Cerqueira
Browse files

MSIM: RJIL primary card feature

Define constants required for reading EF_HPLMNwACT file.

Change-Id: Iceb2cfb0b4b8f8316df3659c41c2957273e37361
CRs-Fixed: 945595
parent 96c58613
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ public interface IccConstants {

    //plmnwact
    static final int EF_PLMNWACT = 0x6F60;
    //hplmnwact
    static final int EF_HPLMNWACT = 0x6F62;

    // SMS record length from TS 51.011 10.5.3
    static public final int SMS_RECORD_LENGTH = 176;
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public final class SIMFileHandler extends IccFileHandler implements IccConstants
        case EF_INFO_CPHS:
        case EF_CSP_CPHS:
        case EF_PLMNWACT:
        case EF_HPLMNWACT:
        /* Support for reading user & operator PLMN list from SIM
        (3GPP spec TS 11.11; File EFPLMNsel is read from SIM*/
         case EF_PLMN_SEL:
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ public final class UsimFileHandler extends IccFileHandler implements IccConstant
        case EF_GID2:
        case EF_LI:
        case EF_PLMNWACT:
        case EF_HPLMNWACT:
            return MF_SIM + DF_ADF;
        /* Support for reading user & operator PLMN list from SIM */
        /* 3GPP TS 11.11. File read : EFPLMNsel) */