Home | History | Annotate | Download | only in telephony

Lines Matching refs:mnc

701     RIL_MATCH_ALL = 0,          /* Apply to all carriers with the same mcc/mnc */
702 RIL_MATCH_SPN = 1, /* Use SPN and mcc/mnc to identify the carrier */
703 RIL_MATCH_IMSI_PREFIX = 2, /* Use IMSI prefix and mcc/mnc to identify the carrier */
704 RIL_MATCH_GID1 = 3, /* Use GID1 and mcc/mnc to identify the carrier */
705 RIL_MATCH_GID2 = 4, /* Use GID2 and mcc/mnc to identify the carrier */
710 const char * mnc;
724 * mcc/mnc, excluded_carriers has same mcc/mnc and gid1
726 * all carriers with the same mcc/mnc are allowed.
1261 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1268 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1277 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1285 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1309 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1317 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
1326 int mnc; /* 2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown */
2396 * ((const char **)response)[2] is 5 or 6 digit numeric code (MCC + MNC)
3173 * ((const char **)response)[n+2] is 5 or 6 digit numeric code (MCC + MNC)