<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26511">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/DIAMETER_Templates: introduce c_def_{hbh,ete}_id constants<br><br>Change-Id: I714b18bbe77949593803e999d25e4ef8e1827917<br>Related: SYS#5602<br>---<br>M library/DIAMETER_Templates.ttcn<br>1 file changed, 5 insertions(+), 2 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/11/26511/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/DIAMETER_Templates.ttcn b/library/DIAMETER_Templates.ttcn</span><br><span>index 2cc2986..8e7ae51 100644</span><br><span>--- a/library/DIAMETER_Templates.ttcn</span><br><span>+++ b/library/DIAMETER_Templates.ttcn</span><br><span>@@ -106,12 +106,15 @@</span><br><span> const uint32_t c_DIAMETER_3GPP_S13_AID := 16777252;</span><br><span> const uint32_t c_DIAMETER_3GPP_S7_AID := 16777308;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+const UINT32 c_def_hbh_id := '00000000'O;</span><br><span style="color: hsl(120, 100%, 40%);">+const UINT32 c_def_ete_id := '00000000'O;</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> template (value) PDU_DIAMETER</span><br><span> ts_DIAMETER(template (value) BIT8 flags,</span><br><span>         template (value) Command_Code cmd_code,</span><br><span>      template (value) OCTET4 app_id := '00000000'O,</span><br><span style="color: hsl(0, 100%, 40%);">-          template (value) UINT32 hbh_id,</span><br><span style="color: hsl(0, 100%, 40%);">-         template (value) UINT32 ete_id,</span><br><span style="color: hsl(120, 100%, 40%);">+       template (value) UINT32 hbh_id := c_def_hbh_id,</span><br><span style="color: hsl(120, 100%, 40%);">+       template (value) UINT32 ete_id := c_def_ete_id,</span><br><span>      template (value) AVP_list avps := {}</span><br><span> ) := {</span><br><span>   version := 1,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26511">change 26511</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/osmo-ttcn3-hacks/+/26511"/><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-Change-Id: I714b18bbe77949593803e999d25e4ef8e1827917 </div>
<div style="display:none"> Gerrit-Change-Number: 26511 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>