<p>fixeria <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/15934">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo_bsc_main.c: fix CCCH_CONF computation: use pchan_from_config<br><br>As can be seen from include/osmocom/bsc/gsm_data.h:<br><br>  - pchan_from_config - channel configuration from the VTY/config<br>    (can be changed from the VTY at runtime, should not affect<br>    the existing RSL/OML connections);<br>  - pchan_on_init - channel configuration after the OML link is<br>    established (pchan_from_config is copied here);<br>  - pchan_is - the *actual* channel configuration currently active.<br><br>Since we call bootstrap_bts() during the initialization, even before<br>establishing any OML/RSL connections, neither pchan_on_init nor<br>pchan_is can be used. Let's use pchan_from_config instead.<br><br>This change fixes the problem discovered by @mqng2 and reported<br>together with https://gerrit.osmocom.org/c/osmo-bsc/+/15909:<br><br>  CCCH_CONF in System Information Type 3 does not reflect the<br>  actual channel configuration, and always indicates a single<br>  CCCH combined with SDCCH. This also misleads the lchan<br>  allocation algorithm during the MO connection establishment.<br><br>Change-Id: I8f9d7aa27f24b55732a4de933bc834ed930806fd<br>---<br>M src/osmo-bsc/osmo_bsc_main.c<br>1 file changed, 4 insertions(+), 4 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/34/15934/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/15934">change 15934</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/+/15934"/><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: I8f9d7aa27f24b55732a4de933bc834ed930806fd </div>
<div style="display:none"> Gerrit-Change-Number: 15934 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>