aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 13:17:01 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 11:54:57 +0100
commite8dcf64881f0771cf695d7dc1102481dde7201b4 (patch)
tree6611140f28247ed6b48cf14b270418d99d006712 /src/bts.h
parent97296b299cab6ac9e66082bb4c65da7422f0db12 (diff)
Move cs_adj* fields from BTS to PCU
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bts.h b/src/bts.h
index b46621af..ea218f7a 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -109,9 +109,6 @@ struct gprs_rlcmac_bts {
uint8_t si13[GSM_MACBLOCK_LEN];
bool si13_is_set;
- uint8_t cs_adj_enabled; /* whether cs_adj_{upper,lower}_limit are used to adjust DL CS */
- uint8_t cs_adj_upper_limit; /* downgrade DL CS if error rate above its value */
- uint8_t cs_adj_lower_limit; /* upgrade DL CS if error rate below its value */
/* downgrade DL CS when less than specified octets are left in tx queue. Optimization, see paper:
"Theoretical Analysis of GPRS Throughput and Delay" */
uint16_t cs_downgrade_threshold;