Change in pysim[master]: cards: Define ISIM Card class

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
Wed Dec 23 08:26:44 UTC 2020


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


Change subject: cards: Define ISIM Card class
......................................................................

cards: Define ISIM Card class

This commit introduces a ISIM generic Card class which can hold
parameters/functions specific to ISIM application on UICC

Change-Id: I242e679ff2f8831175e76d2fcc5fb285d28bd890
---
M pySim/cards.py
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/53/21853/1

diff --git a/pySim/cards.py b/pySim/cards.py
index dd0eaa6..87f81b7 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -305,6 +305,10 @@
 			(res, sw) = self._scc.update_binary(EF_USIM_ADF_map['UST'], content)
 		return sw
 
+class IsimCard(Card):
+	def __init__(self, ssc):
+		super(IsimCard, self).__init__(ssc)
+
 
 class _MagicSimBase(Card):
 	"""

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

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I242e679ff2f8831175e76d2fcc5fb285d28bd890
Gerrit-Change-Number: 21853
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/20201223/4f53d1dc/attachment.htm>


More information about the gerrit-log mailing list