aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/codec_pref.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-05 14:04:18 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-07 09:10:59 +0000
commitc3751a389734945ba1d78f7665688372da87fce7 (patch)
treec8fe0a5e5c57c6b26112a7d7c3b8711580c25dcd /src/osmo-bsc/codec_pref.c
parent5aac651ceee572e995d966e207d3b39b0d2ec014 (diff)
codec_pref.c: Add comment in expected switch case without break
Diffstat (limited to 'src/osmo-bsc/codec_pref.c')
-rw-r--r--src/osmo-bsc/codec_pref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bsc/codec_pref.c b/src/osmo-bsc/codec_pref.c
index cbe8ef424..2a9be6e9b 100644
--- a/src/osmo-bsc/codec_pref.c
+++ b/src/osmo-bsc/codec_pref.c
@@ -44,6 +44,7 @@ static enum gsm48_chan_mode gsm88_to_chan_mode(enum gsm0808_permitted_speech spe
break;
case GSM0808_PERM_HR2:
LOGP(DMSC, LOGL_FATAL, "Speech HR2 was never specified!\n");
+ /* fall through */
default:
LOGP(DMSC, LOGL_FATAL, "Unsupported permitted speech %s selected, "
"assuming AMR as channel mode...\n",