aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcu_main.cpp')
-rw-r--r--src/pcu_main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pcu_main.cpp b/src/pcu_main.cpp
index fe851600..a0f31d16 100644
--- a/src/pcu_main.cpp
+++ b/src/pcu_main.cpp
@@ -214,10 +214,10 @@ int main(int argc, char *argv[])
bts->cs_adj_enabled = 1;
bts->cs_adj_upper_limit = 33; /* Decrease CS if the error rate is above */
bts->cs_adj_lower_limit = 10; /* Increase CS if the error rate is below */
- bts->max_cs_ul = 4;
- bts->max_cs_dl = 4;
- bts->max_mcs_ul = MAX_GPRS_CS;
- bts->max_mcs_dl = MAX_GPRS_CS;
+ bts->max_cs_ul = MAX_GPRS_CS;
+ bts->max_cs_dl = MAX_GPRS_CS;
+ bts->max_mcs_ul = MAX_EDGE_MCS;
+ bts->max_mcs_dl = MAX_EDGE_MCS;
/* CS-1 to CS-4 */
bts->cs_lqual_ranges[0].low = -256;
bts->cs_lqual_ranges[0].high = 6;