<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21003">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">GPRS_Components: rename 'GprsMSArray' to 'GprsMSList'<br><br>In TTCN-3, array assumes a fixed number of elements.  A 'record of'<br>type is more like a 'list' in Python, so let's call it this way.<br><br>Change-Id: Ib7df7efaa28a53a45d981d1c99f9eb1ac26fd91c<br>---<br>M pcu/GPRS_Components.ttcn<br>1 file changed, 2 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/03/21003/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/GPRS_Components.ttcn b/pcu/GPRS_Components.ttcn</span><br><span>index c860af5..4b4e2a0 100644</span><br><span>--- a/pcu/GPRS_Components.ttcn</span><br><span>+++ b/pcu/GPRS_Components.ttcn</span><br><span>@@ -113,7 +113,7 @@</span><br><span>   UlTbf           ul_tbf optional, /* TODO: Only 1 UL tbf supported for now */</span><br><span>         DlTbf           dl_tbf optional /* TODO: Only 1 DL tbf supported for now */</span><br><span> };</span><br><span style="color: hsl(0, 100%, 40%);">-type record of GprsMS GprsMSArray;</span><br><span style="color: hsl(120, 100%, 40%);">+type record of GprsMS GprsMSList;</span><br><span> </span><br><span> template AckNackDescription t_AckNackDescription_init := {</span><br><span>     final_ack := '0'B,</span><br><span>@@ -163,7 +163,7 @@</span><br><span>     port RAW_PCU_MSG_PT BTS;</span><br><span> </span><br><span>         /* Mobile station(s) involved in a testing scenario */</span><br><span style="color: hsl(0, 100%, 40%);">-  var GprsMSArray g_ms := { };</span><br><span style="color: hsl(120, 100%, 40%);">+  var GprsMSList g_ms := { };</span><br><span> </span><br><span>      /* Value at which Countdown Procedure starts. Announced by network (GPRS Cell Options as per TS 04.60 Chapter 12.24) */</span><br><span>      var uint4_t g_bs_cv_max := 4;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/21003">change 21003</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/+/21003"/><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: Ib7df7efaa28a53a45d981d1c99f9eb1ac26fd91c </div>
<div style="display:none"> Gerrit-Change-Number: 21003 </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>