<p>ipse has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18329">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">log: Adjust "new SIGTRAN connection" logging level<br><br>The "new SIGTRAN connection" message is sent on every new transaction<br>between an MS and MSC, i.e. A LOT during normal operation. Let's<br>demote it to INFO and clarify that this is about SCCP connection<br>instead of a generic SIGTRAN term.<br><br>Change-Id: I711b70ae84aa98f43ea3f807ea5c8464b71ca6bb<br>---<br>M src/osmo-bsc/osmo_bsc_sigtran.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/29/18329/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>index 3871682..d36c85d 100644</span><br><span>--- a/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>+++ b/src/osmo-bsc/osmo_bsc_sigtran.c</span><br><span>@@ -304,7 +304,7 @@</span><br><span> </span><br><span>      ss7 = osmo_ss7_instance_find(msc->a.cs7_instance);</span><br><span>        OSMO_ASSERT(ss7);</span><br><span style="color: hsl(0, 100%, 40%);">-       LOGP(DMSC, LOGL_NOTICE, "Initializing resources for new SIGTRAN connection to MSC: %s...\n",</span><br><span style="color: hsl(120, 100%, 40%);">+        LOGP(DMSC, LOGL_INFO, "Initializing resources for new SCCP connection to MSC: %s...\n",</span><br><span>         osmo_sccp_addr_name(ss7, &msc->a.msc_addr));</span><br><span> </span><br><span>         if (a_reset_conn_ready(msc) == false) {</span><br><span>@@ -350,7 +350,7 @@</span><br><span>        LOGP(DMSC, LOGL_DEBUG, "Allocated new connection id: %d\n", conn->sccp.conn_id);</span><br><span>        ss7 = osmo_ss7_instance_find(msc->a.cs7_instance);</span><br><span>        OSMO_ASSERT(ss7);</span><br><span style="color: hsl(0, 100%, 40%);">-       LOGP(DMSC, LOGL_NOTICE, "Opening new SIGTRAN connection (id=%i) to MSC: %s\n", conn_id,</span><br><span style="color: hsl(120, 100%, 40%);">+     LOGP(DMSC, LOGL_INFO, "Opening new SCCP connection (id=%i) to MSC: %s\n", conn_id,</span><br><span>              osmo_sccp_addr_name(ss7, &msc->a.msc_addr));</span><br><span> </span><br><span>         rc = osmo_sccp_tx_conn_req_msg(msc->a.sccp_user, conn_id, &msc->a.bsc_addr,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18329">change 18329</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-bsc/+/18329"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I711b70ae84aa98f43ea3f807ea5c8464b71ca6bb </div>
<div style="display:none"> Gerrit-Change-Number: 18329 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: ipse <Alexander.Chemeris@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>