abis_nm.c: fix error message in verify_chan_comb()

Change-Id: Ic72753d821c3ab72cda79be71aed1704beefe983
This commit is contained in:
Vadim Yanitskiy 2019-11-18 20:04:24 +07:00 committed by laforge
parent fec68adf3c
commit 7f4360bc83
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ static int verify_chan_comb(struct gsm_bts_trx_ts *ts, uint8_t chan_comb,
/* not allowed for TS0 of BCCH-TRX */
if (ts->trx == ts->trx->bts->c0 &&
ts->nr == 0) {
*reason = "SDCCH/8 must be on TS0.";
*reason = "SDCCH/8 must not be on C0/TS0.";
return -EINVAL;
}