aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorAravind Sirsikar <Arvind.sirsikar@radisys.com>2016-05-19 21:19:40 +0530
committerAravind Sirsikar <Arvind.sirsikar@radisys.com>2016-05-19 21:19:40 +0530
commitebebf5d175e6e6311229c2d61914c575a6c001fd (patch)
tree8de21a1346308c99289a1d9422897cf5ebfee443 /src/bts.h
parentef12a45d46d43a9f41ce1d5cff9d7944203e30f8 (diff)
Add header type 1 support for EGPRS uplink
Function is added to parse the EGPRS header type 1 in uplink tbf path. along with configuration parameter updation to reflect max mcs in UL
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.h b/src/bts.h
index c975304..031baef 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -188,7 +188,7 @@ struct gprs_rlcmac_bts {
uint8_t cs_adj_enabled;
uint8_t cs_adj_upper_limit;
uint8_t cs_adj_lower_limit;
- struct {int16_t low; int16_t high;} cs_lqual_ranges[4];
+ struct {int16_t low; int16_t high; } cs_lqual_ranges[9];
uint16_t cs_downgrade_threshold; /* downgrade if less packets left (DL) */
uint16_t ws_base;
uint16_t ws_pdch; /* increase WS by this value per PDCH */