All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] simutil: Added ISIM elementary file ID's
@ 2017-11-01 17:33 James Prestwood
  2017-11-01 17:33 ` [PATCH 2/8] sim: header definitions for AID session APIs James Prestwood
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: James Prestwood @ 2017-11-01 17:33 UTC (permalink / raw)
  To: ofono

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

---
 src/simutil.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/simutil.h b/src/simutil.h
index ece5145..e0b9d72 100644
--- a/src/simutil.h
+++ b/src/simutil.h
@@ -65,6 +65,17 @@ enum sim_fileid {
 	SIM_DFGSM_FILEID =			0x7F20,
 };
 
+enum sim_isim_fileid {
+	SIM_ISIM_EFIMPI_FILEID =		0x6F02,
+	SIM_ISIM_EFDOMAIN_FILEID =		0x6F03,
+	SIM_ISIM_EFIMPU_FILEID =		0x6F04,
+	SIM_ISIM_EFARR_FILEID =			0x6F06,
+	SIM_ISIM_EFIST_FILEID =			0x6F07,
+	SIM_ISIM_EFPCSCF_FILEID =		0x6F09,
+	SIM_ISIM_EFSMS_FILEID =			0x6F3C,
+	SIM_ISIM_EFSMSP_FILEID =		0x6F42
+};
+
 /* 51.011 Section 9.3 */
 enum sim_file_access {
 	SIM_FILE_ACCESS_ALWAYS =	0,
-- 
2.7.4


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

end of thread, other threads:[~2017-11-02 17:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 17:33 [PATCH 1/8] simutil: Added ISIM elementary file ID's James Prestwood
2017-11-01 17:33 ` [PATCH 2/8] sim: header definitions for AID session APIs James Prestwood
2017-11-02 16:55   ` Denis Kenzior
2017-11-01 17:33 ` [PATCH 3/8] sim: AID session management James Prestwood
2017-11-02 17:10   ` Denis Kenzior
2017-11-01 17:33 ` [PATCH 4/8] atmodem: implement new driver APIs for AID sessions James Prestwood
2017-11-01 17:33 ` [PATCH 5/8] simfs: read files from specific AID's James Prestwood
2017-11-01 17:33 ` [PATCH 6/8] sim: header definitions for AID sim context API James Prestwood
2017-11-01 17:33 ` [PATCH 7/8] sim: implement create context with AID James Prestwood
2017-11-01 17:33 ` [PATCH 8/8] sim: added NetworkAccessIdentifier to SimManager James Prestwood
2017-11-02 16:40 ` [PATCH 1/8] simutil: Added ISIM elementary file ID's 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.