---
src/simutil.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/simutil.h b/src/simutil.h
index fd703d1..ad317f3 100644
--- a/src/simutil.h
+++ b/src/simutil.h
@@ -33,14 +33,18 @@ enum sim_fileid {
SIM_EF_CPHS_MBDN_FILEID = 0x6f17,
SIM_EFUST_FILEID = 0x6f38,
SIM_EFSST_FILEID = 0x6f38, /* same as EFust */
+ SIM_EFADN_FILEID = 0x6f3a,
SIM_EFMSISDN_FILEID = 0x6f40,
+ SIM_EFCBMI_FILEID = 0x6f45,
SIM_EFSPN_FILEID = 0x6f46,
+ SIM_EFCBMID_FILEID = 0x6f48,
SIM_EFSDN_FILEID = 0x6f49,
SIM_EFBDN_FILEID = 0x6f4d,
- SIM_EFADN_FILEID = 0x6f3a,
+ SIM_EFCBMIR_FILEID = 0x6f50,
SIM_EFEST_FILEID = 0x6f56,
SIM_EFAD_FILEID = 0x6fad,
SIM_EFPHASE_FILEID = 0x6fae,
+ SIM_EFECC_FILEID = 0x6fb7,
SIM_EFPNN_FILEID = 0x6fc5,
SIM_EFOPL_FILEID = 0x6fc6,
SIM_EFMBDN_FILEID = 0x6fc7,
@@ -48,10 +52,6 @@ enum sim_fileid {
SIM_EFMWIS_FILEID = 0x6fca,
SIM_EFCFIS_FILEID = 0x6fcb,
SIM_EFSPDI_FILEID = 0x6fcd,
- SIM_EFECC_FILEID = 0x6fb7,
- SIM_EFCBMIR_FILEID = 0x6f50,
- SIM_EFCBMI_FILEID = 0x6f45,
- SIM_EFCBMID_FILEID = 0x6f48,
};
/* 51.011 Section 9.3 */
--
1.7.3.2
Show replies by thread
Hi Jessica,
On 12/21/2010 03:34 AM, Jessica Nilsson wrote:
---
src/simutil.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
Looks good to me, please resubmit with the revised patch 1.
Regards,
-Denis