<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13339">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">commands: correct case of a TLV tag (A5 => a5)<br><br>The hexadecimal tag defintions of pytlv are cas sensitive strings. So<br>'A5' is something different than 'a5'. Pytlv uses lower case letters for<br>the upper hexadecimal digits. Lets correct this.<br><br>Change-Id: I41a9933707783f6b1b68ebd91a365405ac0892d0<br>Related: OS#3850<br>---<br>M pySim/commands.py<br>1 file changed, 1 insertion(+), 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/39/13339/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/commands.py b/pySim/commands.py</span><br><span>index 73c2247..913f394 100644</span><br><span>--- a/pySim/commands.py</span><br><span>+++ b/pySim/commands.py</span><br><span>@@ -35,7 +35,7 @@</span><br><span>             # see also: ETSI TS 102 221, chapter 11.1.1.3.1 Response for MF,</span><br><span>             # DF or ADF</span><br><span>                 from pytlv.TLV import TLV</span><br><span style="color: hsl(0, 100%, 40%);">-                tlvparser = TLV(['82', '83', '84', 'A5', '8a', '8b', '8c', '80', 'ab', 'c6', '81', '88'])</span><br><span style="color: hsl(120, 100%, 40%);">+             tlvparser = TLV(['82', '83', '84', 'a5', '8a', '8b', '8c', '80', 'ab', 'c6', '81', '88'])</span><br><span> </span><br><span>                # pytlv is case sensitive!</span><br><span>           fcp = fcp.lower()</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13339">change 13339</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/13339"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I41a9933707783f6b1b68ebd91a365405ac0892d0 </div>
<div style="display:none"> Gerrit-Change-Number: 13339 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>