aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-14 21:16:52 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-07 23:39:01 +0700
commit017f85ab1ce631021abc14510963c77ef982ee38 (patch)
tree49912f70280bf7d0ab9a51014c712fac00fe1b32 /src
parentcf3635fbaa4636ce3393f61fad0fafe5f6d6597a (diff)
osmo-bts-trx: indicate support of BTS_FEAT_HOPPING
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-trx/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index e2d9005b..33bc6f2c 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -143,6 +143,7 @@ int bts_model_init(struct gsm_bts *bts)
osmo_bts_set_feature(bts->features, BTS_FEAT_SPEECH_F_AMR);
osmo_bts_set_feature(bts->features, BTS_FEAT_SPEECH_H_AMR);
osmo_bts_set_feature(bts->features, BTS_FEAT_CBCH);
+ osmo_bts_set_feature(bts->features, BTS_FEAT_HOPPING);
bts_internal_flag_set(bts, BTS_INTERNAL_FLAG_MEAS_PAYLOAD_COMB);