osmo-bts-trx: indicate BTS_FEAT_EGPRS support to BSC

EGPRS support, in particular MCS channel coding, was introduced
to osmo-bts-trx years ago, but we still report that it's not
supported. Let's stop confusing BSC, and set this feature too.

Change-Id: Iaf92764d266e12efd2350967deffae50fbbb3b9e
This commit is contained in:
Vadim Yanitskiy 2020-06-10 23:22:38 +07:00
parent 46aa972411
commit f1c2d40b2c
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ int bts_model_init(struct gsm_bts *bts)
bts->c0->nominal_power = 23;
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);
gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_F_V1);
gsm_bts_set_feature(bts, BTS_FEAT_SPEECH_H_V1);