<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/23472">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pysim-shell: select MF on startup to make commands accessible<br><br>On the cration of the PysimApp object only the basic commands in<br>pySim-shell.py are registered, since the MF is only created but not<br>selected, the file specific commands of the MF are not available. To<br>make them available, select the MF once on startup before entering the<br>cmdloop.<br><br>Change-Id: Ib63191f44e7c8ae07b0128a9affba40b44957adc<br>Related: OS#4963<br>---<br>M pySim-shell.py<br>1 file changed, 1 insertion(+), 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/72/23472/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim-shell.py b/pySim-shell.py</span><br><span>index 481bfc8..946b3e5 100755</span><br><span>--- a/pySim-shell.py</span><br><span>+++ b/pySim-shell.py</span><br><span>@@ -263,4 +263,5 @@</span><br><span>       rs.mf.add_application(ADF_ISIM())</span><br><span> </span><br><span>        app = PysimApp(card, rs)</span><br><span style="color: hsl(120, 100%, 40%);">+      rs.select('MF', app)</span><br><span>         app.cmdloop()</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/23472">change 23472</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/+/23472"/><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: Ib63191f44e7c8ae07b0128a9affba40b44957adc </div>
<div style="display:none"> Gerrit-Change-Number: 23472 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>