Change in pysim[master]: Populate AIDs present on the UICC

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
Thu Apr 16 05:44:43 UTC 2020


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


Change subject: Populate AIDs present on the UICC
......................................................................

Populate AIDs present on the UICC

Change-Id: I4d0d8f5f1e8cb252be55a2995b730927cfa7004d
---
M pySim-read.py
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/33/17833/1

diff --git a/pySim-read.py b/pySim-read.py
index 31a3374..4b3b1be 100755
--- a/pySim-read.py
+++ b/pySim-read.py
@@ -98,6 +98,9 @@
 	# Initialize Card object by auto detecting the card
 	card = card_detect("auto", scc) or Card(scc)
 
+	# Read all AIDs on the UICC
+	card.read_aids()
+
 	# EF.ICCID
 	(res, sw) = card.read_iccid()
 	if sw == '9000':

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I4d0d8f5f1e8cb252be55a2995b730927cfa7004d
Gerrit-Change-Number: 17833
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/20200416/d0773d6a/attachment.htm>


More information about the gerrit-log mailing list