osmo-bts/src
Vadim Yanitskiy 4f346b0458 lchan2lch_par(): fix missing default branch in switch
New channel mode values have recently been added with change [1]
to 'enum gsm48_chan_mode'.  The lack of default branch in
lchan2lch_par() caused build failures on Jenkins:

  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V2_VAMOS’
                      not handled in switch [-Werror=switch]
  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V3_VAMOS’
                      not handled in switch [-Werror=switch]
  oml.c:956:2: error: enumeration value ‘GSM48_CMODE_SPEECH_V5_VAMOS’
                      not handled in switch [-Werror=switch]

This function is duplicated in osmo-bts-{lc15,oc2g,octphy,sysmo},
so we unfortunately need to apply the same fix to all copy-pasted files.

Change-Id: I557ff8cac6564d22485c101fba9212f5f0e95bb7
Related: [1] Ie0ea592da5610ae70290106d004e549cf3212a89
2021-04-20 22:49:31 +02:00
..
common ta_control: fix Timing Advance control for SDCCH channels 2021-02-20 22:46:24 +01:00
osmo-bts-lc15 lchan2lch_par(): fix missing default branch in switch 2021-04-20 22:49:31 +02:00
osmo-bts-oc2g lchan2lch_par(): fix missing default branch in switch 2021-04-20 22:49:31 +02:00
osmo-bts-octphy lchan2lch_par(): fix missing default branch in switch 2021-04-20 22:49:31 +02:00
osmo-bts-omldummy Introduce NM Channel FSM 2020-10-20 13:45:57 +00:00
osmo-bts-sysmo lchan2lch_par(): fix missing default branch in switch 2021-04-20 22:49:31 +02:00
osmo-bts-trx osmo-bts-trx/scheduler: use DMEAS in trx_sched_meas_avg() 2021-02-05 16:41:27 +01:00
osmo-bts-virtual gsm_data: handle l1_info with structs 2021-02-16 22:28:18 +00:00
Makefile.am osmo-bts-lc15: use consistent name for containing directory 2020-11-05 03:39:50 +07:00