<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/9491">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bts.c: Log name of RR msg type instead of value<br><br>Change-Id: Ia35e132e0b6532dfbf09bb33fe9328a9e3e16885<br>---<br>M src/common/bts.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-bts refs/changes/91/9491/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/bts.c b/src/common/bts.c</span><br><span>index 54e5480..f0850c1 100644</span><br><span>--- a/src/common/bts.c</span><br><span>+++ b/src/common/bts.c</span><br><span>@@ -538,8 +538,8 @@</span><br><span>    if (bts->agch_queue.length > hard_limit) {</span><br><span>             LOGP(DSUM, LOGL_ERROR,</span><br><span>                    "AGCH: too many messages in queue, "</span><br><span style="color: hsl(0, 100%, 40%);">-                  "refusing message type 0x%02x, length = %d/%d\n",</span><br><span style="color: hsl(0, 100%, 40%);">-                     ((struct gsm48_imm_ass *)msgb_l3(msg))->msg_type,</span><br><span style="color: hsl(120, 100%, 40%);">+                  "refusing message type %s, length = %d/%d\n",</span><br><span style="color: hsl(120, 100%, 40%);">+               gsm48_rr_msg_name(((struct gsm48_imm_ass *)msgb_l3(msg))->msg_type),</span><br><span>                      bts->agch_queue.length, bts->agch_queue.max_length);</span><br><span> </span><br><span>          bts->agch_queue.rejected_msgs++;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9491">change 9491</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/9491"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bts </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia35e132e0b6532dfbf09bb33fe9328a9e3e16885 </div>
<div style="display:none"> Gerrit-Change-Number: 9491 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>