From bfe9af4ae1c1d72a5a94546093913083a0eaeda8 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 21 Feb 2018 13:55:36 +0100 Subject: octphy: ensure all BTS models set features Most of the BTS models do not or do register not all of thier features to the the feature list. - Update/extend the feature lists for all BTS-Models Change-Id: I26765a64153368016921c2ac115b1c4aec9bc5e4 --- src/osmo-bts-trx/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/osmo-bts-trx/main.c') diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c index 973a611e..38bb881c 100644 --- a/src/osmo-bts-trx/main.c +++ b/src/osmo-bts-trx/main.c @@ -120,6 +120,11 @@ int bts_model_init(struct gsm_bts *bts) gsm_bts_set_feature(bts, BTS_FEAT_GPRS); gsm_bts_set_feature(bts, BTS_FEAT_OML_ALERTS); + gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_F_V1); + gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_H_V1); + gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_F_EFR); + gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_F_AMR); + gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_H_AMR); bts_model_vty_init(bts); -- cgit v1.2.3