From e5d8a469d2311642ba031cff6b6a446199aaf3a4 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Tue, 24 Oct 2023 17:55:27 +0200 Subject: ASCI: Enable voice group/broadcast call feature at osmo-bts-trx Related: OS#4851 Change-Id: I3a2e3f94812cec0bbf7e3674172437fa359d014c --- src/osmo-bts-trx/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c index c1f57161..c2d1e311 100644 --- a/src/osmo-bts-trx/main.c +++ b/src/osmo-bts-trx/main.c @@ -156,6 +156,8 @@ int bts_model_init(struct gsm_bts *bts) osmo_bts_set_feature(bts->features, BTS_FEAT_SPEECH_H_AMR); osmo_bts_set_feature(bts->features, BTS_FEAT_SPEECH_H_V1); osmo_bts_set_feature(bts->features, BTS_FEAT_VAMOS); + osmo_bts_set_feature(bts->features, BTS_FEAT_VGCS); + osmo_bts_set_feature(bts->features, BTS_FEAT_VBS); bts_internal_flag_set(bts, BTS_INTERNAL_FLAG_MEAS_PAYLOAD_COMB); bts_internal_flag_set(bts, BTS_INTERNAL_FLAG_INTERF_MEAS); -- cgit v1.2.3