From 5b1c1b2184562ac9edb5dfeef70d42a44f289a41 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 10 May 2019 03:47:48 +0700 Subject: osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OML It seems osmo-bts-sysmo does support CBCH (Cell Broadcast), but for some reason it doesn't report BTS_FEAT_CBCH to the BSC. Change-Id: I42dd3f84c44c210d9255e17153372bf252f897a1 --- src/osmo-bts-sysmo/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c index 221e8e8a..ad7118ae 100644 --- a/src/osmo-bts-sysmo/main.c +++ b/src/osmo-bts-sysmo/main.c @@ -76,6 +76,7 @@ int bts_model_init(struct gsm_bts *bts) exit(23); } + gsm_bts_set_feature(bts, BTS_FEAT_CBCH); gsm_bts_set_feature(bts, BTS_FEAT_GPRS); gsm_bts_set_feature(bts, BTS_FEAT_EGPRS); gsm_bts_set_feature(bts, BTS_FEAT_OML_ALERTS); -- cgit v1.2.3