<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/15294">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmobts_sock.cpp: do not print the same debug message twice<br><br>The following message is printed by the pcu_tx_txt_ind():<br><br>  DL1IF INFO pcu_l1_if.cpp:113 Sending XXX TXT as PCU_VERSION to BTS<br><br>There is no need to print it twice:<br><br>  DL1IF INFO osmobts_sock.cpp:74 Sending version XXX to BTS.<br>  DL1IF INFO pcu_l1_if.cpp:113 Sending XXX TXT as PCU_VERSION to BTS<br><br>Change-Id: Ic2793f20cf9df2fa08c45070a8f81ef1c08b925a<br>---<br>M src/osmobts_sock.cpp<br>1 file changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/94/15294/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmobts_sock.cpp b/src/osmobts_sock.cpp</span><br><span>index 4321696..20fb174 100644</span><br><span>--- a/src/osmobts_sock.cpp</span><br><span>+++ b/src/osmobts_sock.cpp</span><br><span>@@ -71,7 +71,6 @@</span><br><span>      if (bts->active)</span><br><span>          return;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     LOGP(DL1IF, LOGL_INFO, "Sending version %s to BTS.\n", PACKAGE_VERSION);</span><br><span>   pcu_tx_txt_ind(PCU_VERSION, "%s", PACKAGE_VERSION);</span><br><span>        osmo_timer_schedule(&state->timer, 5, 0);</span><br><span> }</span><br><span>@@ -250,7 +249,6 @@</span><br><span> </span><br><span>      pcu_sock_state = state;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-     LOGP(DL1IF, LOGL_INFO, "Sending version %s to BTS.\n", PACKAGE_VERSION);</span><br><span>   pcu_tx_txt_ind(PCU_VERSION, "%s", PACKAGE_VERSION);</span><br><span> </span><br><span>    /* Schedule a timer so we keep trying until the BTS becomes active. */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/15294">change 15294</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-pcu/+/15294"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic2793f20cf9df2fa08c45070a8f81ef1c08b925a </div>
<div style="display:none"> Gerrit-Change-Number: 15294 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>