fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/18600 )

Change subject: osmo-bts-trx: indicate BTS_FEAT_EGPRS support to BSC
......................................................................

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
---
M src/osmo-bts-trx/main.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  neels: Looks good to me, approved



diff --git a/src/osmo-bts-trx/main.c b/src/osmo-bts-trx/main.c
index 3c1c892..3ccd597 100644
--- a/src/osmo-bts-trx/main.c
+++ b/src/osmo-bts-trx/main.c
@@ -111,6 +111,7 @@
        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);

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/18600
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Iaf92764d266e12efd2350967deffae50fbbb3b9e
Gerrit-Change-Number: 18600
Gerrit-PatchSet: 7
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: neels <nhofm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to