<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13759">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">LLC_Templates: Add templates for NULL and DISC<br><br>Change-Id: Ia5b350990379bba1677a0c1c99cf37e6651ba84d<br>---<br>M library/LLC_Templates.ttcn<br>1 file changed, 13 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/59/13759/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/LLC_Templates.ttcn b/library/LLC_Templates.ttcn</span><br><span>index 1ea238e..0431a70 100644</span><br><span>--- a/library/LLC_Templates.ttcn</span><br><span>+++ b/library/LLC_Templates.ttcn</span><br><span>@@ -135,6 +135,19 @@</span><br><span>                              template (value) BIT1 cr) :=</span><br><span>      ts_LLC_U('1000'B, p_f, Information_field_U:{dM := ''O}, sapi, cr);</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+template PDU_LLC tr_LLC_NULL(template BIT1 p_f, template BIT4 sapi, template BIT1 cr) :=</span><br><span style="color: hsl(120, 100%, 40%);">+      tr_LLC_U('0000'B, p_f, Information_field_U:{nULL := ''O}, sapi, cr);</span><br><span style="color: hsl(120, 100%, 40%);">+template (value) PDU_LLC ts_LLC_NULL(template (value) BIT1 p_f, template (value) BIT4 sapi,</span><br><span style="color: hsl(120, 100%, 40%);">+                                  template (value) BIT1 cr) :=</span><br><span style="color: hsl(120, 100%, 40%);">+     ts_LLC_U('0000'B, p_f, Information_field_U:{nULL := ''O}, sapi, cr);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+template PDU_LLC tr_LLC_DISC(template BIT1 p_f, template BIT4 sapi, template BIT1 cr) :=</span><br><span style="color: hsl(120, 100%, 40%);">+      tr_LLC_U('0100'B, p_f, Information_field_U:{dISC := ''O}, sapi, cr);</span><br><span style="color: hsl(120, 100%, 40%);">+template (value) PDU_LLC ts_LLC_DISC(template (value) BIT1 p_f, template (value) BIT4 sapi,</span><br><span style="color: hsl(120, 100%, 40%);">+                                  template (value) BIT1 cr) :=</span><br><span style="color: hsl(120, 100%, 40%);">+     ts_LLC_U('0100'B, p_f, Information_field_U:{dISC := ''O}, sapi, cr);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> const BIT4 c_LLC_SAPI_LLGMM := '0001'B;</span><br><span> const BIT4 c_LLC_SAPI_TOM2 := '0010'B;</span><br><span> const BIT4 c_LLC_SAPI_LL3 := '0011'B;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13759">change 13759</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/13759"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia5b350990379bba1677a0c1c99cf37e6651ba84d </div>
<div style="display:none"> Gerrit-Change-Number: 13759 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>