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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">CBCH: Fix SI4 CBCH IE generation<br><br>When a CBCH is present in the cell, SI4 contains the channel description<br>of the CBCH.  As SI4 may be generated at a time when the underlying<br>timeslot is not configured yet, we need to generate the channel<br>description for the _configured_ channel combination, not the currently<br>used one.<br><br>Change-Id: Idbf9b8e4b1ef0e0348580b83f91355b3236d8609<br>Closes: OS#3532<br>---<br>M src/osmo-bsc/system_information.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/system_information.c b/src/osmo-bsc/system_information.c</span><br><span>index 232a1b6..2104e92 100644</span><br><span>--- a/src/osmo-bsc/system_information.c</span><br><span>+++ b/src/osmo-bsc/system_information.c</span><br><span>@@ -963,7 +963,7 @@</span><br><span>     cbch_lchan = gsm_bts_get_cbch(bts);</span><br><span>  if (cbch_lchan) {</span><br><span>            struct gsm48_chan_desc cd;</span><br><span style="color: hsl(0, 100%, 40%);">-              gsm48_lchan2chan_desc(&cd, cbch_lchan);</span><br><span style="color: hsl(120, 100%, 40%);">+           gsm48_lchan2chan_desc_as_configured(&cd, cbch_lchan);</span><br><span>            tv_fixed_put(si4->data, GSM48_IE_CBCH_CHAN_DESC, 3,</span><br><span>                            (uint8_t *) &cd);</span><br><span>           l2_plen += 3 + 1;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10854">change 10854</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/10854"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Idbf9b8e4b1ef0e0348580b83f91355b3236d8609 </div>
<div style="display:none"> Gerrit-Change-Number: 10854 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>