<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17036">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">SGSN_Tests: Only call f_bssgp_client_llgmm_assign for Gb RAN<br><br>Calling this function with Iu RAN (ran_index > 2) does not work because<br>BSSGP_PROC[ran_index] doesn't exist.<br><br>Change-Id: Ieef654e3886759a40763ece3903de9127ba8d9c6<br>Related: OS#3727<br>---<br>M sgsn/SGSN_Tests.ttcn<br>1 file changed, 3 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/36/17036/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 f070429..800c978 100644</span><br><span>--- a/sgsn/SGSN_Tests.ttcn</span><br><span>+++ b/sgsn/SGSN_Tests.ttcn</span><br><span>@@ -677,7 +677,9 @@</span><br><span>     /* update TLLI */</span><br><span>    g_pars.tlli_old := g_pars.tlli;</span><br><span>      g_pars.tlli := g_pars.p_tmsi or4b 'c0000000'O;</span><br><span style="color: hsl(0, 100%, 40%);">-  f_bssgp_client_llgmm_assign(g_pars.tlli_old, g_pars.tlli, BSSGP_PROC[ran_index]);</span><br><span style="color: hsl(120, 100%, 40%);">+     if (is_gb(ran_index)) {</span><br><span style="color: hsl(120, 100%, 40%);">+               f_bssgp_client_llgmm_assign(g_pars.tlli_old, g_pars.tlli, BSSGP_PROC[ran_index]);</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span> }</span><br><span> </span><br><span> function f_process_attach_accept(PDU_GMM_AttachAccept aa) runs on BSSGP_ConnHdlr {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17036">change 17036</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/+/17036"/><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: Ieef654e3886759a40763ece3903de9127ba8d9c6 </div>
<div style="display:none"> Gerrit-Change-Number: 17036 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>