<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/10385">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSGP_Emulation: dont fail when removing a non-exitent client<br><br>On multiple BSSGP tests the IMSI might not anymore registered to the first BSSGP<br><br>Change-Id: Ibad8971e5acc2691da29cf7fa394d1d58eea79a4<br>---<br>M library/BSSGP_Emulation.ttcn<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSGP_Emulation.ttcn b/library/BSSGP_Emulation.ttcn</span><br><span>index ea242d3..fa33f51 100644</span><br><span>--- a/library/BSSGP_Emulation.ttcn</span><br><span>+++ b/library/BSSGP_Emulation.ttcn</span><br><span>@@ -321,8 +321,8 @@</span><br><span>                  return;</span><br><span>              }</span><br><span>    }</span><br><span style="color: hsl(0, 100%, 40%);">-       setverdict(fail, "Could not find client for IMSI ", imsi);</span><br><span style="color: hsl(0, 100%, 40%);">-    mtc.stop;</span><br><span style="color: hsl(120, 100%, 40%);">+     log("Warning: Could not find client for IMSI ", imsi);</span><br><span style="color: hsl(120, 100%, 40%);">+      return;</span><br><span> }</span><br><span> </span><br><span> /* TS 44.064 7.2.1.1 LLGMM-ASSIGN */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10385">change 10385</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/10385"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ibad8971e5acc2691da29cf7fa394d1d58eea79a4 </div>
<div style="display:none"> Gerrit-Change-Number: 10385 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>