<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13985">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">SGSN_Tests: fix regression in f_send_l3_gmm_llc() which breaks TC_attach_rau_a_b<br><br>The gb_index was forgotten to given to the new function f_send_l3().<br>All testcases which only used the default BSSGB connection #0 continued<br>to work, but the TC_attach_rau_a_b is the only testcase which uses #0<br>and #1 at the same time.<br><br>Fixes: a05b80792266 ("sgsn: Add TC_llc_null to test if SGSN survives a LLC NULL packet")<br>Change-Id: Ie3dd8c613d3b3440447a282dc4545078cb927274<br>---<br>M sgsn/SGSN_Tests.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/85/13985/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn</span><br><span>index 9399e66..07f5b0d 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -384,7 +384,7 @@</span><br><span>     var octetstring l3_enc := enc_PDU_L3_MS_SGSN(valueof(l3_mo));</span><br><span>        var BIT4 sapi := f_llc_sapi_by_l3_mo(valueof(l3_mo));</span><br><span>        var integer n_u := f_llc_get_n_u_tx(llc[bit2int(sapi)]);</span><br><span style="color: hsl(0, 100%, 40%);">-        f_send_llc(ts_LLC_UI(l3_enc, sapi, '0'B, n_u));</span><br><span style="color: hsl(120, 100%, 40%);">+       f_send_llc(ts_LLC_UI(l3_enc, sapi, '0'B, n_u), gb_index);</span><br><span> }</span><br><span> </span><br><span> altstep as_mm_identity() runs on BSSGP_ConnHdlr {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13985">change 13985</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/13985"/><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: Ie3dd8c613d3b3440447a282dc4545078cb927274 </div>
<div style="display:none"> Gerrit-Change-Number: 13985 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>