nanoBTS: Allow BCCH with CBCH on TS0

Change-Id: I111c7f14e5f70ecbf6c660c1de24c6a5796b2eef
Closes: OS#3630
This commit is contained in:
Harald Welte 2018-10-06 23:12:05 +02:00
parent 524a2d24b4
commit d4d4f918a8
1 changed files with 1 additions and 0 deletions

View File

@ -1781,6 +1781,7 @@ static int verify_chan_comb(struct gsm_bts_trx_ts *ts, uint8_t chan_comb,
/* only on TRX0 */
switch (chan_comb) {
case NM_CHANC_BCCH:
case NM_CHANC_BCCH_CBCH:
case NM_CHANC_mainBCCH:
case NM_CHANC_BCCHComb:
return 0;