<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19318">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">PCU_Tests_NS: use ts_PCUIF_INFO_default from PCU_Tests<br><br>Change-Id: I80b33b10603e8e8c1beee17acce65f5d3873a9b2<br>---<br>M pcu/PCU_Tests.ttcn<br>M pcu/PCU_Tests_NS.ttcn<br>2 files changed, 1 insertion(+), 38 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/18/19318/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn</span><br><span>index 42f3f2b..09d91a0 100644</span><br><span>--- a/pcu/PCU_Tests.ttcn</span><br><span>+++ b/pcu/PCU_Tests.ttcn</span><br><span>@@ -59,7 +59,7 @@</span><br><span> </span><br><span> </span><br><span> /* FIXME: make sure to use parameters from mp_gb_cfg.cell_id in the PCU INFO IND */</span><br><span style="color: hsl(0, 100%, 40%);">-private template (value) PCUIF_info_ind ts_PCUIF_INFO_default := {</span><br><span style="color: hsl(120, 100%, 40%);">+friend template (value) PCUIF_info_ind ts_PCUIF_INFO_default := {</span><br><span>         version := PCU_IF_VERSION,</span><br><span>   flags := c_PCUIF_Flags_default,</span><br><span>      trx := valueof(ts_PCUIF_InfoTrxs_def),</span><br><span>diff --git a/pcu/PCU_Tests_NS.ttcn b/pcu/PCU_Tests_NS.ttcn</span><br><span>index 9ea5149..b1c8f38 100644</span><br><span>--- a/pcu/PCU_Tests_NS.ttcn</span><br><span>+++ b/pcu/PCU_Tests_NS.ttcn</span><br><span>@@ -51,43 +51,6 @@</span><br><span>                 }</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* FIXME: make sure to use parameters from mp_gb_cfg.cell_id in the PCU INFO IND */</span><br><span style="color: hsl(0, 100%, 40%);">-private template (value) PCUIF_info_ind ts_PCUIF_INFO_default := {</span><br><span style="color: hsl(0, 100%, 40%);">- version := PCU_IF_VERSION,</span><br><span style="color: hsl(0, 100%, 40%);">-      flags := c_PCUIF_Flags_default,</span><br><span style="color: hsl(0, 100%, 40%);">- trx := valueof(ts_PCUIF_InfoTrxs_def),</span><br><span style="color: hsl(0, 100%, 40%);">-  bsic := 7,</span><br><span style="color: hsl(0, 100%, 40%);">-      mcc := 262,</span><br><span style="color: hsl(0, 100%, 40%);">-     mnc := 42,</span><br><span style="color: hsl(0, 100%, 40%);">-      mnc_3_digits := 0,</span><br><span style="color: hsl(0, 100%, 40%);">-      lac := 13135,</span><br><span style="color: hsl(0, 100%, 40%);">-   rac := 0,</span><br><span style="color: hsl(0, 100%, 40%);">-       nsei := mp_nsconfig.nsei,</span><br><span style="color: hsl(0, 100%, 40%);">-       nse_timer := { 3, 3, 3, 3, 30, 3, 10 },</span><br><span style="color: hsl(0, 100%, 40%);">- cell_timer := { 3, 3, 3, 3, 3, 10, 3, 10, 3, 10, 3 },</span><br><span style="color: hsl(0, 100%, 40%);">-   cell_id := 20960,</span><br><span style="color: hsl(0, 100%, 40%);">-       repeat_time := 5 * 50,</span><br><span style="color: hsl(0, 100%, 40%);">-  repeat_count := 3,</span><br><span style="color: hsl(0, 100%, 40%);">-      bvci := mp_gb_cfg.bvci,</span><br><span style="color: hsl(0, 100%, 40%);">- t3142 := 20,</span><br><span style="color: hsl(0, 100%, 40%);">-    t3169 := 5,</span><br><span style="color: hsl(0, 100%, 40%);">-     t3191 := 5,</span><br><span style="color: hsl(0, 100%, 40%);">-     t3193_10ms := 160,</span><br><span style="color: hsl(0, 100%, 40%);">-      t3195 := 5,</span><br><span style="color: hsl(0, 100%, 40%);">-     t3101 := 10,</span><br><span style="color: hsl(0, 100%, 40%);">-    t3103 := 4,</span><br><span style="color: hsl(0, 100%, 40%);">-     t3105 := 8,</span><br><span style="color: hsl(0, 100%, 40%);">-     cv_countdown := 15,</span><br><span style="color: hsl(0, 100%, 40%);">-     dl_tbf_ext := 250 * 10, /* ms */</span><br><span style="color: hsl(0, 100%, 40%);">-        ul_tbf_ext := 250 * 10, /* ms */</span><br><span style="color: hsl(0, 100%, 40%);">-        initial_cs := 2,</span><br><span style="color: hsl(0, 100%, 40%);">-        initial_mcs := 6,</span><br><span style="color: hsl(0, 100%, 40%);">-       nsvci := { mp_nsconfig.nsvci, 0 },</span><br><span style="color: hsl(0, 100%, 40%);">-      local_pprt := { mp_nsconfig.remote_udp_port, 0 },</span><br><span style="color: hsl(0, 100%, 40%);">-       remote_port := { mp_nsconfig.local_udp_port, 0 },</span><br><span style="color: hsl(0, 100%, 40%);">-       remote_ip := { f_inet_haddr(mp_nsconfig.local_ip) , '00000000'O }</span><br><span style="color: hsl(0, 100%, 40%);">-}</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> function f_init_pcuif() runs on RAW_PCU_CT {</span><br><span>   var PCUIF_info_ind info_ind;</span><br><span>         map(self:PCU, system:PCU);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19318">change 19318</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/+/19318"/><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: I80b33b10603e8e8c1beee17acce65f5d3873a9b2 </div>
<div style="display:none"> Gerrit-Change-Number: 19318 </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>