<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14371">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests.ttcn: fix name of f_trx_fake_toffs256()<br><br>Change-Id: I83a1d68ffbfc4d588e143fecc62517baac9b31af<br>---<br>M bts/BTS_Tests.ttcn<br>1 file changed, 3 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/71/14371/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 b9091cc..406b749 100644</span><br><span>--- a/bts/BTS_Tests.ttcn</span><br><span>+++ b/bts/BTS_Tests.ttcn</span><br><span>@@ -488,7 +488,7 @@</span><br><span>  ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_RSSI(rssi)));</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-private function f_trx_fake_toffs256(int16_t toffs256) runs on ConnHdlr {</span><br><span style="color: hsl(120, 100%, 40%);">+private function f_trxc_fake_toffs256(int16_t toffs256) runs on ConnHdlr {</span><br><span>      var TrxcMessage ret;</span><br><span>         ret := f_TRXC_transceive(BTS_TRXC, g_bts_trxc_conn_id, valueof(ts_TRXC_FAKE_TIMING(toffs256)));</span><br><span> }</span><br><span>@@ -1860,7 +1860,7 @@</span><br><span> </span><br><span>     if (mp_bts_trxc_port != -1) {</span><br><span>                f_trxc_fake_rssi(rxlev2dbm(mp_ul_rxlev_exp));</span><br><span style="color: hsl(0, 100%, 40%);">-           f_trx_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);</span><br><span style="color: hsl(120, 100%, 40%);">+            f_trxc_fake_toffs256(g_pars.l1_pars.timing_offset_256syms);</span><br><span>  }</span><br><span> </span><br><span>        f_est_dchan();</span><br><span>@@ -2028,7 +2028,7 @@</span><br><span>       RSL.clear;</span><br><span> </span><br><span>       /* tell fake_trx to use a given timing offset for all bursts */</span><br><span style="color: hsl(0, 100%, 40%);">- f_trx_fake_toffs256(ta_to_test*256);</span><br><span style="color: hsl(120, 100%, 40%);">+  f_trxc_fake_toffs256(ta_to_test*256);</span><br><span> </span><br><span>    f_est_dchan(more_ies :={valueof(t_RSL_IE(RSL_IE_TIMING_ADVANCE, RSL_IE_Body:{timing_adv := ta_to_test}))} );</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14371">change 14371</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/+/14371"/><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: I83a1d68ffbfc4d588e143fecc62517baac9b31af </div>
<div style="display:none"> Gerrit-Change-Number: 14371 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>