chan_alloc: Fix missing break statement

Fixes: Coverity CID 1261354
This commit is contained in:
Harald Welte 2015-01-01 12:14:43 +01:00
parent c3f0cb38cf
commit c3e66ff5c3
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ struct gsm_bts_trx_ts *ts_alloc(struct gsm_bts *bts,
case GSM_PCHAN_SDCCH8_SACCH8C:
case GSM_PCHAN_SDCCH8_SACCH8C_CBCH:
from = 1; to = 1;
break;
case GSM_PCHAN_TCH_F:
case GSM_PCHAN_TCH_H:
from = 1; to = 7;