<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/25783">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cat: Fix SMS/ENVELOPE related IE tag definitions<br><br>Change-Id: I7ed4d78479b6ff75cde20cb5b0bd1672035806ff<br>---<br>M pySim/cat.py<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/83/25783/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pySim/cat.py b/pySim/cat.py</span><br><span>index 27065ee..00658de 100644</span><br><span>--- a/pySim/cat.py</span><br><span>+++ b/pySim/cat.py</span><br><span>@@ -52,7 +52,7 @@</span><br><span>                         'command_qualifier'/Int8ub)</span><br><span> </span><br><span> # TS 102 223 Section 8.7</span><br><span style="color: hsl(0, 100%, 40%);">-class DeviceIdentities(COMPR_TLV_IE, tag=0x02):</span><br><span style="color: hsl(120, 100%, 40%);">+class DeviceIdentities(COMPR_TLV_IE, tag=0x82):</span><br><span>     DEV_IDS = bidict({</span><br><span>         0x01: 'keypad',</span><br><span>         0x02: 'display',</span><br><span>@@ -126,8 +126,8 @@</span><br><span> </span><br><span> </span><br><span> # TS 102 223 Section 8.13  + TS 31.111 Section 8.13</span><br><span style="color: hsl(0, 100%, 40%);">-class SMS_TPDU(COMPR_TLV_IE, tag=0x0B):</span><br><span style="color: hsl(0, 100%, 40%);">-    pass</span><br><span style="color: hsl(120, 100%, 40%);">+class SMS_TPDU(COMPR_TLV_IE, tag=0x8B):</span><br><span style="color: hsl(120, 100%, 40%);">+    _construct = Struct('tpdu'/HexAdapter(GreedyBytes))</span><br><span> </span><br><span> # TS 102 223 Section 8.15</span><br><span> class TextString(COMPR_TLV_IE, tag=0x0d):</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/25783">change 25783</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/+/25783"/><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: I7ed4d78479b6ff75cde20cb5b0bd1672035806ff </div>
<div style="display:none"> Gerrit-Change-Number: 25783 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>