Change in pysim[master]: Extend parsing and printing of Service table to ISIM

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/.

herlesupreeth gerrit-no-reply at lists.osmocom.org
Mon Apr 20 12:52:26 UTC 2020


herlesupreeth has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/17899 )


Change subject: Extend parsing and printing of Service table to ISIM
......................................................................

Extend parsing and printing of Service table to ISIM

Change-Id: I7657432df76e9de5e4e5fdecfd717d8363de8270
---
M pySim/utils.py
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/99/17899/1

diff --git a/pySim/utils.py b/pySim/utils.py
index 56f9706..1980685 100644
--- a/pySim/utils.py
+++ b/pySim/utils.py
@@ -331,7 +331,10 @@
 	Parses the EF S/U/IST and prints the list of available services in EF S/U/IST
 	"""
 
-	if table == "usim":
+	if table == "isim":
+		from pySim.ts_31_103 import EF_IST_map
+		lookup_map = EF_IST_map
+	elif table == "usim":
 		from pySim.ts_31_102 import EF_UST_map
 		lookup_map = EF_UST_map
 	else:

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I7657432df76e9de5e4e5fdecfd717d8363de8270
Gerrit-Change-Number: 17899
Gerrit-PatchSet: 1
Gerrit-Owner: herlesupreeth <herlesupreeth at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200420/4fb4bf29/attachment.htm>


More information about the gerrit-log mailing list