<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13747">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests: wait until BTS supplies stable signal<br><br>When running tests with real hardware it is important to wait for some<br>time (3 sec. should be enough) before exiting f_init(). This is to<br>ensure that the BTS supplies a stable carrier before the test proceeds.<br><br>Change-Id: Ib78633a33a15cd40514e15b6ebf9a0a8fb7b9c68<br>Related: OS#3863<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 4 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/47/13747/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 63372d4..aaf6b70 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -364,6 +364,10 @@</span><br><span>               f_main_trxc_connect();</span><br><span>               ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(2*256)));</span><br><span>         }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   /* Wait some extra time to make sure the BTS emits a stable carrier.</span><br><span style="color: hsl(120, 100%, 40%);">+   * (this is only relevant when running the tests with a physical BTS.) */</span><br><span style="color: hsl(120, 100%, 40%);">+     f_sleep(3.0);</span><br><span> }</span><br><span> </span><br><span> /* Attach L1CTL to master test_CT (classic tests, non-handler mode) */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13747">change 13747</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/13747"/><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: Ib78633a33a15cd40514e15b6ebf9a0a8fb7b9c68 </div>
<div style="display:none"> Gerrit-Change-Number: 13747 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>