diff options
Diffstat (limited to 'src/simutil.h')
-rw-r--r-- | src/simutil.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/simutil.h b/src/simutil.h index ebbf1e5a..b1c75c14 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -18,5 +18,14 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ + +enum sim_fileid { + SIM_EFMSISDN_FILEID = 0x6f40, + SIM_EFSPN_FILEID = 0x6f46, + SIM_EFPNN_FILEID = 0x6fc5, + SIM_EFOPL_FILEID = 0x6fc6, + SIM_EFSPDI_FILEID = 0x6fcd, +}; + const guint8 *ber_tlv_find_by_tag(const guint8 *pdu, guint8 in_tag, int in_len, int *out_len); |