<p>herlesupreeth has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/17899">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Extend parsing and printing of Service table to ISIM<br><br>Change-Id: I7657432df76e9de5e4e5fdecfd717d8363de8270<br>---<br>M pySim/utils.py<br>1 file changed, 4 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/99/17899/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/utils.py b/pySim/utils.py</span><br><span>index 56f9706..1980685 100644</span><br><span>--- a/pySim/utils.py</span><br><span>+++ b/pySim/utils.py</span><br><span>@@ -331,7 +331,10 @@</span><br><span>   Parses the EF S/U/IST and prints the list of available services in EF S/U/IST</span><br><span>        """</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  if table == "usim":</span><br><span style="color: hsl(120, 100%, 40%);">+ if table == "isim":</span><br><span style="color: hsl(120, 100%, 40%);">+         from pySim.ts_31_103 import EF_IST_map</span><br><span style="color: hsl(120, 100%, 40%);">+                lookup_map = EF_IST_map</span><br><span style="color: hsl(120, 100%, 40%);">+       elif table == "usim":</span><br><span>              from pySim.ts_31_102 import EF_UST_map</span><br><span>               lookup_map = EF_UST_map</span><br><span>      else:</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/17899">change 17899</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/+/17899"/><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: I7657432df76e9de5e4e5fdecfd717d8363de8270 </div>
<div style="display:none"> Gerrit-Change-Number: 17899 </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>