From e8dcf64881f0771cf695d7dc1102481dde7201b4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 14 Jan 2021 13:17:01 +0100 Subject: Move cs_adj* fields from BTS to PCU Change-Id: I2b00a83279dccd4feeeeb95e34878c4405e7972c --- src/gprs_pcu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gprs_pcu.c') diff --git a/src/gprs_pcu.c b/src/gprs_pcu.c index 2a84f7bc..d7a851b7 100644 --- a/src/gprs_pcu.c +++ b/src/gprs_pcu.c @@ -55,6 +55,9 @@ struct gprs_pcu *gprs_pcu_alloc(void *ctx) /* By default resegmentation is supported in DL can also be configured * through VTY */ pcu->vty.dl_arq_type = EGPRS_ARQ1; + 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->T_defs = T_defs_pcu; osmo_tdefs_reset(pcu->T_defs); -- cgit v1.2.3