<p>herlesupreeth has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/21853">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cards: Define ISIM Card class<br><br>This commit introduces a ISIM generic Card class which can hold<br>parameters/functions specific to ISIM application on UICC<br><br>Change-Id: I242e679ff2f8831175e76d2fcc5fb285d28bd890<br>---<br>M pySim/cards.py<br>1 file changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/53/21853/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/cards.py b/pySim/cards.py</span><br><span>index dd0eaa6..87f81b7 100644</span><br><span>--- a/pySim/cards.py</span><br><span>+++ b/pySim/cards.py</span><br><span>@@ -305,6 +305,10 @@</span><br><span>                   (res, sw) = self._scc.update_binary(EF_USIM_ADF_map['UST'], content)</span><br><span>                 return sw</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+class IsimCard(Card):</span><br><span style="color: hsl(120, 100%, 40%);">+  def __init__(self, ssc):</span><br><span style="color: hsl(120, 100%, 40%);">+              super(IsimCard, self).__init__(ssc)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> </span><br><span> class _MagicSimBase(Card):</span><br><span>      """</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/21853">change 21853</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/pysim/+/21853"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: pysim </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I242e679ff2f8831175e76d2fcc5fb285d28bd890 </div>
<div style="display:none"> Gerrit-Change-Number: 21853 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: herlesupreeth <herlesupreeth@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>