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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmux: change log lvl of batch full to debug<br><br>This message is expected as all code filling batches call<br>osmux_batch_enqueue() and checks for error to know if it must tell the<br>user of the lib to call osmux_xfrm_input_deliver.<br><br>Change-Id: I3d8227f2281f6ca92fd2502d3e328765dc7ecfe9<br>---<br>M src/osmux.c<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/src/osmux.c b/src/osmux.c</span><br><span>index 46170ba..7a6ce60 100644</span><br><span>--- a/src/osmux.c</span><br><span>+++ b/src/osmux.c</span><br><span>@@ -356,7 +356,7 @@</span><br><span> static int osmux_batch_enqueue(struct msgb *msg, struct osmux_circuit *circuit,</span><br><span>                                 uint8_t batch_factor)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-      /* Too many messages per batch, discard it. The counter field of the</span><br><span style="color: hsl(120, 100%, 40%);">+  /* Validate amount of messages per batch. The counter field of the</span><br><span>    * osmux header is just 3 bits long, so make sure it doesn't overflow.</span><br><span>    */</span><br><span>  if (circuit->nmsgs >= batch_factor || circuit->nmsgs >= 8) {</span><br><span>@@ -366,7 +366,7 @@</span><br><span>               if (rtph == NULL)</span><br><span>                    return -1;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-          LOGP(DLMUX, LOGL_ERROR, "too many messages for this RTP "</span><br><span style="color: hsl(120, 100%, 40%);">+           LOGP(DLMUX, LOGL_DEBUG, "Batch is full for RTP "</span><br><span>                                   "ssrc=%u\n", rtph->ssrc);</span><br><span>               return -1;</span><br><span>   }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9173">change 9173</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/9173"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-netif </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I3d8227f2281f6ca92fd2502d3e328765dc7ecfe9 </div>
<div style="display:none"> Gerrit-Change-Number: 9173 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>