Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/37212?usp=email )
Change subject: mobile: cosmetic: fix -Wswitch in tch_voice_state_init() ......................................................................
Patch Set 1:
(1 comment)
File src/host/layer23/src/mobile/tch_voice.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/37212/comment/3185fe5b_1c32aed2 PS1, Line 135: #endif is this fine here? that makes it jump into TCH_VOICE_IOH_NONE. Maybe you want to move it before the break?
otherwise I'd suggest adding an: #else /* fall through */ #endif