From 74deff6b1db790cf56c2f033147c95de4665a4a1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Nov 2012 08:24:03 -0600 Subject: simutil: Introduce 2G and 3G parent paths --- src/simutil.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/simutil.h') diff --git a/src/simutil.h b/src/simutil.h index fd9d45fe..631d19c7 100644 --- a/src/simutil.h +++ b/src/simutil.h @@ -27,12 +27,7 @@ enum sim_fileid { SIM_EF_ICCID_FILEID = 0x2FE2, SIM_MF_FILEID = 0x3F00, SIM_EFIMG_FILEID = 0x4F20, - SIM_EFPSC_FILEID = 0x4F22, - SIM_EFCC_FILEID = 0x4F23, - SIM_EFPUID_FILEID = 0x4F24, - SIM_EFPBR_FILEID = 0x4F30, SIM_DFPHONEBOOK_FILEID = 0x5F3A, - SIM_DFMULTIMEDIA_FILEID = 0x5F3B, SIM_EFLI_FILEID = 0x6F05, SIM_EFARR_FILEID = 0x6F06, SIM_EFIMSI_FILEID = 0x6F07, @@ -288,7 +283,8 @@ struct sim_eons_operator_info { struct sim_ef_info { unsigned short id; - unsigned short parent; + unsigned short parent2g; + unsigned short parent3g; unsigned char file_type; unsigned char file_structure; unsigned char size; -- cgit v1.2.3