<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/14126">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abis_rsl: Avoid "nimplemented" log message for every CBCH LOAD IND<br><br>Now that OsmoBTS is generating CBCH LOAD IND messages, let's avoid<br>spamming the BSC log with notices abou receiving this unimplemented<br>message.<br><br>Change-Id: Ida5045ec7a18c1062a3b80a381db52d5c98e9966<br>---<br>M src/osmo-bsc/abis_rsl.c<br>1 file changed, 4 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/26/14126/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c</span><br><span>index 5a1c8ff..51dc001 100644</span><br><span>--- a/src/osmo-bsc/abis_rsl.c</span><br><span>+++ b/src/osmo-bsc/abis_rsl.c</span><br><span>@@ -1532,11 +1532,13 @@</span><br><span>                 break;</span><br><span>       case RSL_MT_DELETE_IND:</span><br><span>              /* CCCH overloaded, IMM_ASSIGN was dropped */</span><br><span style="color: hsl(0, 100%, 40%);">-   case RSL_MT_CBCH_LOAD_IND:</span><br><span style="color: hsl(0, 100%, 40%);">-              /* current load on the CBCH */</span><br><span>               LOGP(DRSL, LOGL_NOTICE, "Unimplemented Abis RSL TRX message "</span><br><span>                      "type %s\n", rsl_msg_name(rslh->c.msg_type));</span><br><span>           break;</span><br><span style="color: hsl(120, 100%, 40%);">+        case RSL_MT_CBCH_LOAD_IND:</span><br><span style="color: hsl(120, 100%, 40%);">+            /* current load on the CBCH */</span><br><span style="color: hsl(120, 100%, 40%);">+                /* FIXME: handle this. Ignore for now */</span><br><span style="color: hsl(120, 100%, 40%);">+              break;</span><br><span>       case RSL_MT_ERICSSON_IMM_ASS_SENT:</span><br><span>           rc = rsl_rx_ericsson_imm_assign_sent(msg);</span><br><span>           break;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/14126">change 14126</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/14126"/><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-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ida5045ec7a18c1062a3b80a381db52d5c98e9966 </div>
<div style="display:none"> Gerrit-Change-Number: 14126 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>