<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13860">View Change</a></p><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;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/60/13860/1</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 9f7e49d..d25b20b 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -105,9 +105,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> const integer NUM_RNC := 1;</span><br><span> type record of RAN_Configuration RAN_Configurations;</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: newchange </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: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>