<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/24603">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">conf_lchans_as_pchan(): fix GSM_LCHAN_{CCCH->CBCH} regression<br><br>This regression was introduced (by me) in [1] and broke CCCH.<br><br>Change-Id: I403ad06574a8505b69dd06781f7fe0f7cabf416f<br>Fixes: [1] I1c5a033e89d9ca5fb01ebe9ffb521fd67d159bee<br>Related: SYS#4895, OS#4941<br>---<br>M src/common/oml.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-bts refs/changes/03/24603/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/common/oml.c b/src/common/oml.c</span><br><span>index 0e7fbd5..6acc6b1 100644</span><br><span>--- a/src/common/oml.c</span><br><span>+++ b/src/common/oml.c</span><br><span>@@ -834,7 +834,7 @@</span><br><span>                    ts->lchan[2].type = GSM_LCHAN_CBCH;</span><br><span>               /* fallthrough */</span><br><span>    case GSM_PCHAN_CCCH:</span><br><span style="color: hsl(0, 100%, 40%);">-            ts->lchan[CCCH_LCHAN].type = GSM_LCHAN_CBCH;</span><br><span style="color: hsl(120, 100%, 40%);">+               ts->lchan[CCCH_LCHAN].type = GSM_LCHAN_CCCH;</span><br><span>              break;</span><br><span>       case GSM_PCHAN_TCH_F:</span><br><span>                if (ts->vamos.peer != NULL) { /* VAMOS: enable shadow lchans */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/24603">change 24603</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-bts/+/24603"/><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-Change-Id: I403ad06574a8505b69dd06781f7fe0f7cabf416f </div>
<div style="display:none"> Gerrit-Change-Number: 24603 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>