<p>keith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/23575">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Show BTS Channel Load on Ericsson BTS<br><br>On the RBS, the TRX NM State is always NULL.<br><br>Change-Id: I8bf6efc7f950246e0a836eceea834575a38a2d48<br>---<br>M src/osmo-bsc/chan_alloc.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/75/23575/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/chan_alloc.c b/src/osmo-bsc/chan_alloc.c</span><br><span>index 3569d4e..3de08c4 100644</span><br><span>--- a/src/osmo-bsc/chan_alloc.c</span><br><span>+++ b/src/osmo-bsc/chan_alloc.c</span><br><span>@@ -56,7 +56,7 @@</span><br><span>                         struct gsm_lchan *lchan;</span><br><span> </span><br><span>                         /* skip administratively deactivated timeslots */</span><br><span style="color: hsl(0, 100%, 40%);">-                       if (!nm_is_running(&ts->mo.nm_state))</span><br><span style="color: hsl(120, 100%, 40%);">+                  if (!is_ericsson_bts(trx->bts) && !nm_is_running(&ts->mo.nm_state))</span><br><span>                                continue;</span><br><span> </span><br><span>                        /* Dynamic timeslots have to be counted separately</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/23575">change 23575</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/+/23575"/><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: I8bf6efc7f950246e0a836eceea834575a38a2d48 </div>
<div style="display:none"> Gerrit-Change-Number: 23575 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: keith <keith@rhizomatica.org> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>