<p>laforge has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/23892">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">don't log "SCTP connection close" if an IPA/TCP connection closes<br><br>The xua_srv_conn_closed_cb() function is shared/generic.  Let's simply<br>write "connection closed" to avoid any confusion.  As the ASP name is<br>printed, it should be clear which L4 protocol was used.<br><br>Change-Id: I506ccc2665a6b0af0fde3961e7e7937af7a81219<br>---<br>M src/osmo_ss7.c<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/92/23892/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c</span><br><span>index 5ff4ca4..0b11f11 100644</span><br><span>--- a/src/osmo_ss7.c</span><br><span>+++ b/src/osmo_ss7.c</span><br><span>@@ -1834,8 +1834,7 @@</span><br><span> {</span><br><span>  struct osmo_ss7_asp *asp = osmo_stream_srv_get_data(srv);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   LOGP(DLSS7, LOGL_INFO, "%s: SCTP connection closed\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                asp ? asp->cfg.name : "?");</span><br><span style="color: hsl(120, 100%, 40%);">+      LOGP(DLSS7, LOGL_INFO, "%s: connection closed\n", asp ? asp->cfg.name : "?");</span><br><span> </span><br><span>     if (!asp)</span><br><span>            return 0;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/23892">change 23892</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/libosmo-sccp/+/23892"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I506ccc2665a6b0af0fde3961e7e7937af7a81219 </div>
<div style="display:none"> Gerrit-Change-Number: 23892 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>