osmo-bts-trx: indicate support of BTS_FEAT_HOPPING

Change-Id: I81c35d76d4ca0aa54b18c6fd1909a97b4f5f7b68
Related: SYS#4868, OS#4546
This commit is contained in:
Vadim Yanitskiy 2020-06-14 21:16:52 +07:00
parent cf3635fbaa
commit 017f85ab1c
1 changed files with 1 additions and 0 deletions

View File

@ -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);