<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22238">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  daniel: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gbproxy: Unregister IMSI from BSSGP before termination of ConnHdlr<br><br>Otherwise we may run into problems where the BSSGP_Emulation still<br>has references to longer existing components in its ClientTable.<br><br>Change-Id: Iee54e93e6ae1b3e40f502d5ba2499e9eb03bf203<br>---<br>M gbproxy/GBProxy_Tests.ttcn<br>1 file changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn</span><br><span>index caf4c66..6141f6a 100644</span><br><span>--- a/gbproxy/GBProxy_Tests.ttcn</span><br><span>+++ b/gbproxy/GBProxy_Tests.ttcn</span><br><span>@@ -713,6 +713,18 @@</span><br><span> </span><br><span>     /* call the user-supplied test case function */</span><br><span>      fn.apply(id);</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+       for (i := 0; i < NUM_SGSN; i := i+1) {</span><br><span style="color: hsl(120, 100%, 40%);">+             if (SGSN_PROC[i].checkstate("Connected")) {</span><br><span style="color: hsl(120, 100%, 40%);">+                 f_client_unregister(g_pars.imsi, SGSN_PROC[i])</span><br><span style="color: hsl(120, 100%, 40%);">+                }</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+   for (i := 0; i < NUM_PCU; i := i+1) {</span><br><span style="color: hsl(120, 100%, 40%);">+              if (PCU_PROC[i].checkstate("Connected")) {</span><br><span style="color: hsl(120, 100%, 40%);">+                  f_client_unregister(g_pars.imsi, PCU_PROC[i])</span><br><span style="color: hsl(120, 100%, 40%);">+         }</span><br><span style="color: hsl(120, 100%, 40%);">+     }</span><br><span> }</span><br><span> </span><br><span> private function f_client_register(hexstring imsi, OCT4 tlli, BSSGP_PROC_PT PT)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22238">change 22238</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/+/22238"/><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: Iee54e93e6ae1b3e40f502d5ba2499e9eb03bf203 </div>
<div style="display:none"> Gerrit-Change-Number: 22238 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>