<p>laforge <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/pysim/+/24451">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Introduce new object-oriented TLV parser/decoder/encoder<br><br>This introduces a new TLV library that heavily builds upon python object<br>oriented concepts.  Contrary to classic TLV parsers it doesn't focus on<br>the structure of Tag, Length and binary Value only, but it supports<br>actual decoding/interpretation of the value part into some kind of JSON<br>serializable dict.  The latter can be achieved by imperative<br>encode/decode methods, or by using our existing declarative 'construct'<br>based approach.<br><br>The TLV library supports both BER-TLV and COMPREHENSION-TLV for both<br>nested and non-nested TLV definitions.<br><br>As an example we include TLV definitions for a number of CAT (Card<br>Application Toolkit) IEs.<br><br>Change-Id: I7fc1699443bc9d8a4e7cdd2687af9af7cc03c30e<br>---<br>M docs/library.rst<br>A pySim/cat.py<br>A pySim/tlv.py<br>3 files changed, 618 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/51/24451/3</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/pysim/+/24451">change 24451</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/+/24451"/><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: I7fc1699443bc9d8a4e7cdd2687af9af7cc03c30e </div>
<div style="display:none"> Gerrit-Change-Number: 24451 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>