<p>fixeria <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bts/+/23816">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">lchan2lch_par(): fix missing default branch in switch<br><br>New channel mode values have recently been added with change [1]<br>to 'enum gsm48_chan_mode'.  The lack of default branch in<br>lchan2lch_par() caused build failures on Jenkins:<br><br>  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V2_VAMOS’<br>                      not handled in switch [-Werror=switch]<br>  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V3_VAMOS’<br>                      not handled in switch [-Werror=switch]<br>  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V5_VAMOS’<br>                      not handled in switch [-Werror=switch]<br><br>This function is duplicated in osmo-bts-{lc15,oc2g,octphy,sysmo},<br>so we unfortunately need to apply the same fix to all copy-pasted files.<br><br>Change-Id: I557ff8cac6564d22485c101fba9212f5f0e95bb7<br>Related: [1] Ie0ea592da5610ae70290106d004e549cf3212a89<br>---<br>M src/osmo-bts-lc15/oml.c<br>M src/osmo-bts-oc2g/oml.c<br>M src/osmo-bts-octphy/l1_oml.c<br>M src/osmo-bts-sysmo/oml.c<br>4 files changed, 62 insertions(+), 24 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/16/23816/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bts/+/23816">change 23816</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/+/23816"/><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: I557ff8cac6564d22485c101fba9212f5f0e95bb7 </div>
<div style="display:none"> Gerrit-Change-Number: 23816 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>