<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19476">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BTS_Tests/SMSCB: establish a dedicated channel in f_smscb_setup()<br><br>Change-Id: I3f061a4d48209b1aa5eaea2fd05fc4752de0c70f<br>---<br>M bts/BTS_Tests_SMSCB.ttcn<br>1 file changed, 11 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/76/19476/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bts/BTS_Tests_SMSCB.ttcn b/bts/BTS_Tests_SMSCB.ttcn</span><br><span>index 11855bf..92e8094 100644</span><br><span>--- a/bts/BTS_Tests_SMSCB.ttcn</span><br><span>+++ b/bts/BTS_Tests_SMSCB.ttcn</span><br><span>@@ -243,8 +243,17 @@</span><br><span>  f_init();</span><br><span> </span><br><span>        f_init_l1ctl();</span><br><span style="color: hsl(0, 100%, 40%);">- f_l1_tune(L1CTL, ccch_mode := CCCH_MODE_COMBINED_CBCH);</span><br><span style="color: hsl(0, 100%, 40%);">- /* FIXME: switch to dedicated mode for SDCCH/8 */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   /* Tune L1 to the given CBCH timeslot (SDCCH4+CBCH or SDCCH8+CBCH)  */</span><br><span style="color: hsl(120, 100%, 40%);">+        if (match(pars.chan_nr, t_RslChanNr_CBCH4(0))) {</span><br><span style="color: hsl(120, 100%, 40%);">+              f_l1_tune(L1CTL, ccch_mode := CCCH_MODE_COMBINED_CBCH);</span><br><span style="color: hsl(120, 100%, 40%);">+       } else {</span><br><span style="color: hsl(120, 100%, 40%);">+              f_l1_tune(L1CTL, ccch_mode := CCCH_MODE_COMBINED);</span><br><span style="color: hsl(120, 100%, 40%);">+            /* TODO: also handle frequency hopping parameters */</span><br><span style="color: hsl(120, 100%, 40%);">+          L1CTL.send(ts_L1CTL_DM_EST_REQ_H0(pars.chan_nr,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                 7 /* TODO: mp_tsc */,</span><br><span style="color: hsl(120, 100%, 40%);">+                                                 mp_trx0_arfcn));</span><br><span style="color: hsl(120, 100%, 40%);">+    }</span><br><span> </span><br><span>        /* send SMSCB[s] via RSL */</span><br><span>  f_smscb_setup_rsl_chan(pars.basic, false);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19476">change 19476</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/+/19476"/><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: I3f061a4d48209b1aa5eaea2fd05fc4752de0c70f </div>
<div style="display:none"> Gerrit-Change-Number: 19476 </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>