<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9999">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bsc: fix f_establish_fully(): first RSL should be EST IND, not DATA<br><br>Change-Id: Ia609b67c28ce07fa3bf33e3c4a5658046474d60a<br>---<br>M bsc/MSC_ConnectionHandler.ttcn<br>1 file changed, 1 insertion(+), 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/99/9999/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>index ba4d19d..794fcda 100644</span><br><span>--- a/bsc/MSC_ConnectionHandler.ttcn</span><br><span>+++ b/bsc/MSC_ConnectionHandler.ttcn</span><br><span>@@ -650,7 +650,7 @@</span><br><span>                       f_rslem_register(0, new_chan_nr);</span><br><span>                    var PDU_ML3_MS_NW l3_tx := valueof(ts_RRM_AssignmentComplete('00'O));</span><br><span>                        /* send assignment complete over the new channel */</span><br><span style="color: hsl(0, 100%, 40%);">-                     RSL.send(ts_RSL_DATA_IND(new_chan_nr, valueof(ts_RslLinkID_DCCH(0)),</span><br><span style="color: hsl(120, 100%, 40%);">+                  RSL.send(ts_RSL_EST_IND(new_chan_nr, valueof(ts_RslLinkID_DCCH(0)),</span><br><span>                                           enc_PDU_ML3_MS_NW(l3_tx)));</span><br><span>                         /* by default, send via the new channel from now */</span><br><span>                  st.old_chan_nr := g_chan_nr;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9999">change 9999</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/9999"/><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: Ia609b67c28ce07fa3bf33e3c4a5658046474d60a </div>
<div style="display:none"> Gerrit-Change-Number: 9999 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>