* [PATCH 2/2] simutil: sim_fileid sorted in numerical order
@ 2010-12-21 9:34 Jessica Nilsson
2010-12-23 2:43 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Jessica Nilsson @ 2010-12-21 9:34 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] simutil: sim_fileid sorted in numerical order
@ 2011-01-18 12:32 Jessica Nilsson
2011-01-18 15:52 ` Denis Kenzior
0 siblings, 1 reply; 4+ messages in thread
From: Jessica Nilsson @ 2011-01-18 12:32 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]
---
src/simutil.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/simutil.h b/src/simutil.h
index cda9d55..fb87c3a 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-01-18 15:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 9:34 [PATCH 2/2] simutil: sim_fileid sorted in numerical order Jessica Nilsson
2010-12-23 2:43 ` Denis Kenzior
-- strict thread matches above, loose matches on Subject: below --
2011-01-18 12:32 Jessica Nilsson
2011-01-18 15:52 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.