<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26195">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: explicitly configure Intave in TC_pcu_interf_ind<br><br>Starting from [1] osmo-bts does average the interference levels as<br>defined by the Intave parameter before reporting over the PCUIF.<br><br>In TC_pcu_interf_ind we expect to receive an interference report<br>every 480ms (one SACCH period), so let's the Intave to 1.<br><br>[1] osmo-bts.git I3fbaad5dbc3bbd305b3ad4cb4bfb431a42cfbffc<br><br>Change-Id: I070b195af8c62454edd8de961cce6be2c120ae48<br>Related: SYS#5313<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 8 insertions(+), 0 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/95/26195/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn</span><br><span>index 7476a0c..754516b 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -6070,6 +6070,11 @@</span><br><span>         var PCUIF_send_data sd;</span><br><span>      timer T;</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+  /* Set the averaging/reporting period to 480ms */</span><br><span style="color: hsl(120, 100%, 40%);">+     f_init_vty_bsc();</span><br><span style="color: hsl(120, 100%, 40%);">+     f_vty_cfg_bts(BSCVTY, 0, { "interference-meas avg-period 1" });</span><br><span style="color: hsl(120, 100%, 40%);">+     f_vty_transceive(BSCVTY, "drop bts connection 0 oml");</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>   f_init_with_pcuif();</span><br><span>         f_TC_pcu_act_req(0, 0, 7, true);</span><br><span> </span><br><span>@@ -6114,6 +6119,9 @@</span><br><span>                 }</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ /* Reset the averaging/reporting period back to default */</span><br><span style="color: hsl(120, 100%, 40%);">+    f_vty_cfg_bts(BSCVTY, 0, { "interference-meas avg-period 6" });</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span>  Misc_Helpers.f_shutdown(__BFILE__, __LINE__);</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26195">change 26195</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/+/26195"/><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: I070b195af8c62454edd8de961cce6be2c120ae48 </div>
<div style="display:none"> Gerrit-Change-Number: 26195 </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>