<p>Daniel Willmann has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13648">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">BSSMAP_Emulation: Check for ==/!= null instead of isvalue()<br><br>Related: OS#3932<br>Change-Id: I2434c776c6a4ee83e97bc04e7cbbaf1b546731c0<br>---<br>M library/BSSMAP_Emulation.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/48/13648/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/BSSMAP_Emulation.ttcn b/library/BSSMAP_Emulation.ttcn</span><br><span>index 55ce2fb..3816ed7 100644</span><br><span>--- a/library/BSSMAP_Emulation.ttcn</span><br><span>+++ b/library/BSSMAP_Emulation.ttcn</span><br><span>@@ -406,7 +406,7 @@</span><br><span>              var BSSAP_ConnHdlr client := null;</span><br><span>           client := f_imsi_table_find(bssap.pdu.bssmap.paging.iMSI.digits,</span><br><span>                                        bssap.pdu.bssmap.paging.tMSI.tmsiOctets);</span><br><span style="color: hsl(0, 100%, 40%);">-            if (isvalue(client)) {</span><br><span style="color: hsl(120, 100%, 40%);">+                if (client != null) {</span><br><span>                        log("CommonBssmapUnitdataCallback: IMSI/TMSI found in table, dispatching to ",</span><br><span>                             client);</span><br><span>                     CLIENT.send(bssap) to client;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13648">change 13648</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/13648"/><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: I2434c776c6a4ee83e97bc04e7cbbaf1b546731c0 </div>
<div style="display:none"> Gerrit-Change-Number: 13648 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Daniel Willmann <dwillmann@sysmocom.de> </div>