<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14091">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">L1CTL: Add f_L1CTL_DM_EST_REQ() for activation without IMM.ASS<br><br>In any normal or handover related assignments, we don't have an<br>ImmediateAssignment that we can hand to f_L1CTL_DM_EST_REQ_IA(),<br>so let's intrduce a version that works with arfcn, chan_nr and TSC<br>directly.<br><br>Change-Id: Ie5b85d3bac57032f4762ea9cdc21fdcd70fd5c2a<br>---<br>M library/L1CTL_PortType.ttcn<br>1 file changed, 5 insertions(+), 1 deletion(-)<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/91/14091/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/L1CTL_PortType.ttcn b/library/L1CTL_PortType.ttcn</span><br><span>index 7dac4c3..a366a1b 100644</span><br><span>--- a/library/L1CTL_PortType.ttcn</span><br><span>+++ b/library/L1CTL_PortType.ttcn</span><br><span>@@ -177,10 +177,14 @@</span><br><span>           }</span><br><span>            T.stop;</span><br><span>      }</span><br><span style="color: hsl(120, 100%, 40%);">+     function f_L1CTL_DM_EST_REQ(L1CTL_PT pt, Arfcn arfcn, RslChannelNr chan_nr, GsmTsc tsc) {</span><br><span style="color: hsl(120, 100%, 40%);">+             pt.send(ts_L1CTL_DM_EST_REQ(arfcn, chan_nr, tsc));</span><br><span style="color: hsl(120, 100%, 40%);">+    }</span><br><span> </span><br><span>        /* Send DM_EST_REQ from parameters derived from IMM ASS */</span><br><span>   function f_L1CTL_DM_EST_REQ_IA(L1CTL_PT pt, ImmediateAssignment imm_ass) {</span><br><span style="color: hsl(0, 100%, 40%);">-              pt.send(ts_L1CTL_DM_EST_REQ({ false, imm_ass.chan_desc.arfcn }, imm_ass.chan_desc.chan_nr, imm_ass.chan_desc.tsc));</span><br><span style="color: hsl(120, 100%, 40%);">+           f_L1CTL_DM_EST_REQ(pt, { false, imm_ass.chan_desc.arfcn }, imm_ass.chan_desc.chan_nr,</span><br><span style="color: hsl(120, 100%, 40%);">+                            imm_ass.chan_desc.tsc);</span><br><span>   }</span><br><span> </span><br><span>        /* Send DM_REL_REQ from parameters derived from IMM ASS */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14091">change 14091</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/14091"/><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: Ie5b85d3bac57032f4762ea9cdc21fdcd70fd5c2a </div>
<div style="display:none"> Gerrit-Change-Number: 14091 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>