diff --git a/src/common/bts.c b/src/common/bts.c index cbd99db35..a65bc9258 100644 --- a/src/common/bts.c +++ b/src/common/bts.c @@ -382,6 +382,7 @@ int bts_init(struct gsm_bts *bts) /* features implemented in 'common', available for all models, * order alphabetically */ osmo_bts_set_feature(bts->features, BTS_FEAT_ABIS_OSMO_PCU); + osmo_bts_set_feature(bts->features, BTS_FEAT_CCN); osmo_bts_set_feature(bts->features, BTS_FEAT_DYN_TS_SDCCH8); osmo_bts_set_feature(bts->features, BTS_FEAT_ETWS_PN); osmo_bts_set_feature(bts->features, BTS_FEAT_IPV6_NSVC);