aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-30 18:46:24 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-11-04 21:39:43 +0100
commit87eec1fd744a2d55f01fd9b346a61aeae46dca80 (patch)
treebcc7ec9008faee07cc31c77ebf74a8553a622c84 /src/bts.h
parent133fe4a852b9b6d153001c169c80e736900c9448 (diff)
Get rid of bts->egprs_enabled
BTS simply notifies the PCU about the supported MCS, and PCU is responsible for providing correct data formatting supported for the BTS and the target MS. Related: OS#4544 Change-Id: Ifcf23771bd23afc64ca6fea38948f98f2d134ecb
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bts.h b/src/bts.h
index 6a2d3b01..9f2f8985 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -137,7 +137,6 @@ struct gprs_rlcmac_bts {
uint8_t force_two_phase;
uint8_t alpha, gamma;
- bool egprs_enabled;
bool dl_tbf_preemptive_retransmission;
uint8_t si13[GSM_MACBLOCK_LEN];
bool si13_is_set;