aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs_pcu.c')
-rw-r--r--src/gprs_pcu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gprs_pcu.c b/src/gprs_pcu.c
index d7a851b7..ba48c389 100644
--- a/src/gprs_pcu.c
+++ b/src/gprs_pcu.c
@@ -58,6 +58,7 @@ struct gprs_pcu *gprs_pcu_alloc(void *ctx)
pcu->vty.cs_adj_enabled = true;
pcu->vty.cs_adj_upper_limit = 33; /* Decrease CS if the error rate is above */
pcu->vty.cs_adj_lower_limit = 10; /* Increase CS if the error rate is below */
+ pcu->vty.cs_downgrade_threshold = 200;
pcu->T_defs = T_defs_pcu;
osmo_tdefs_reset(pcu->T_defs);