Change in pysim[master]: ts_31_103.py: Add ADF map for files at ISIM ADF

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Tue Jan 5 14:19:54 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/21855 )

Change subject: ts_31_103.py: Add ADF map for files at ISIM ADF
......................................................................

ts_31_103.py: Add ADF map for files at ISIM ADF

EF_ISIM_ADF_map introduced in this commit maps EF file names in ISIM ADF
to its repective Identifier and serves as a lookup table

Change-Id: I95c8691d9112541c2c0e01857b19681c00f322f2
---
M pySim/ts_31_103.py
1 file changed, 22 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/pySim/ts_31_103.py b/pySim/ts_31_103.py
index 7fb984d..0d08fe6 100644
--- a/pySim/ts_31_103.py
+++ b/pySim/ts_31_103.py
@@ -44,3 +44,25 @@
 	18: 'IMS configuration data',
 	19: 'XCAP Configuration Data'
 }
+
+EF_ISIM_ADF_map = {
+	'IST': '6F07',
+	'IMPI': '6F02',
+	'DOMAIN': '6F03',
+	'IMPU': '6F04',
+	'AD': '6FAD',
+	'ARR': '6F06',
+	'PCSCF': '6F09',
+	'GBAP': '6FD5',
+	'GBANL': '6FD7',
+	'NAFKCA': '6FDD',
+	'UICCIARI': '6FE7',
+	'SMS': '6F3C',
+	'SMSS': '6F43',
+	'SMSR': '6F47',
+	'SMSP': '6F42',
+	'FromPreferred': '6FF7',
+	'IMSConfigData': '6FF8',
+	'XCAPConfigData': '6FFC',
+	'WebRTCURI': '6FFA'
+}

-- 
To view, visit https://gerrit.osmocom.org/c/pysim/+/21855
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I95c8691d9112541c2c0e01857b19681c00f322f2
Gerrit-Change-Number: 21855
Gerrit-PatchSet: 2
Gerrit-Owner: herlesupreeth <herlesupreeth at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210105/f7178d3c/attachment.htm>


More information about the gerrit-log mailing list