<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/13860">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">SGSN_Tests: Introduce NUM_GB to avoid '3' as magic value<br><br>Change-Id: I28b7dd26c5c129ec41c6349de9ddc9ef0ffee8ac<br>---<br>M sgsn/SGSN_Tests.ttcn<br>1 file changed, 4 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn</span><br><span>index d87c09d..6665dc0 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -84,9 +84,10 @@</span><br><span>    BssgpConfig cfg</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-type record length(3) of GbInstance GbInstances;</span><br><span style="color: hsl(0, 100%, 40%);">-type record length(3) of NSConfiguration NSConfigurations;</span><br><span style="color: hsl(0, 100%, 40%);">-type record length(3) of BssgpCellId BssgpCellIds;</span><br><span style="color: hsl(120, 100%, 40%);">+const integer NUM_GB := 3;</span><br><span style="color: hsl(120, 100%, 40%);">+type record length(NUM_GB) of GbInstance GbInstances;</span><br><span style="color: hsl(120, 100%, 40%);">+type record length(NUM_GB) of NSConfiguration NSConfigurations;</span><br><span style="color: hsl(120, 100%, 40%);">+type record length(NUM_GB) of BssgpCellId BssgpCellIds;</span><br><span> </span><br><span> type component test_CT {</span><br><span>   var GbInstances g_gb;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13860">change 13860</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/13860"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I28b7dd26c5c129ec41c6349de9ddc9ef0ffee8ac </div>
<div style="display:none"> Gerrit-Change-Number: 13860 </div>
<div style="display:none"> Gerrit-PatchSet: 4 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>