Vadim Yanitskiy has uploaded this change for review. ( 
https://gerrit.osmocom.org/13955


Change subject: osmo-bts-sysmo: fix: indicate BTS_FEAT_CBCH support on OML
......................................................................

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
---
M src/osmo-bts-sysmo/main.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/55/13955/1

diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 221e8e8..ad7118a 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -76,6 +76,7 @@
                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);

--
To view, visit https://gerrit.osmocom.org/13955
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I42dd3f84c44c210d9255e17153372bf252f897a1
Gerrit-Change-Number: 13955
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <[email protected]>

Reply via email to