mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
channel_mode_from_lchan(): Add missing break statement
GSM48_CMODE_DATA_6k0 was not properly terminated and thus resulted in a bug. Change-Id: I4000f06d0b49c4afb0446beddd150521c4ba3cf0 Fixes: Coverity CID 148207
This commit is contained in:
@@ -453,6 +453,7 @@ static int channel_mode_from_lchan(struct rsl_ie_chan_mode *cm,
|
||||
lchan->csd_mode);
|
||||
return -EINVAL;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
LOGP(DRSL, LOGL_ERROR,
|
||||
"unsupported lchan->tch_mode %u\n",
|
||||
|
Reference in New Issue
Block a user