All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/4]simutil: Changes to prepare for isimodem2.5
@ 2010-12-08  8:34 Jessica Nilsson
  2010-12-08 15:30 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Jessica Nilsson @ 2010-12-08  8:34 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1154 bytes --]

updates in src/simutil.h
Adding some sim file id and sim dir id mostly related to phonebook usim/sim.

Regards,
Jessica Nilsson

---
 src/simutil.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/simutil.h b/src/simutil.h
index 92b2e0f..bc53255 100644
--- a/src/simutil.h
+++ b/src/simutil.h
@@ -19,6 +19,8 @@
  *
  */
 
+#include "types.h"
+
 enum sim_fileid {
 	SIM_EFPL_FILEID = 0x2f05,
 	SIM_EF_ICCID_FILEID = 0x2fe2,
@@ -49,6 +51,25 @@ enum sim_fileid {
 	SIM_EFCBMIR_FILEID = 0x6f50,
 	SIM_EFCBMI_FILEID = 0x6f45,
 	SIM_EFCBMID_FILEID = 0x6f48,
+	SIM_EFSMSP_FILEID = 0x6f42,
+	SIM_EFIMSI_FILEID = 0x6F07,
+
+	/* Phonebook (USIM) */
+	SIM_EFPBR_FILEID = 0x4f30,
+	SIM_EFPSC_FILEID = 0x4F22,
+	SIM_EFCC_FILEID = 0x4F23,
+	SIM_EFPUID_FILEID = 0x4F24,
+	/* Phonebook (SIM) */
+	SIM_EFADN_SIM_FILEID = 0x6F3A,
+	SIM_EFEXT1_SIM_FILEID = 0x6F4A,
+};
+
+enum sim_dirid {
+	MF_FILEID = 0x3F00,
+	DFTELECOM_FILEID = 0x7F10,
+	DFGSM_FILEID = 0x7F20,
+	DFPHONEBOOK_FILEID = 0x5F3A,
+	DFMULTIMEDIA_FILEID = 0x5F3B
 };
 
 /* 51.011 Section 9.3 */
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-09  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08  8:34 [PATCH 2/4]simutil: Changes to prepare for isimodem2.5 Jessica Nilsson
2010-12-08 15:30 ` Marcel Holtmann
2010-12-09  8:59   ` Jessica Nilsson

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.