aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_pcu.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 14:30:03 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 11:54:57 +0100
commit519d071131ca1235d5ba525040dab4cbe357fa92 (patch)
tree9390557d84067a6305ea93a0d710c458266a5f68 /src/gprs_pcu.c
parent47f15fb6fd599bac4fd87993e1d6f79acfebeed6 (diff)
Move ws_* fields from BTS to PCU
Diffstat (limited to 'src/gprs_pcu.c')
-rw-r--r--src/gprs_pcu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gprs_pcu.c b/src/gprs_pcu.c
index 209fca62..18c55686 100644
--- a/src/gprs_pcu.c
+++ b/src/gprs_pcu.c
@@ -91,6 +91,9 @@ struct gprs_pcu *gprs_pcu_alloc(void *ctx)
pcu->vty.mcs_lqual_ranges[8].low = 23;
pcu->vty.mcs_lqual_ranges[8].high = 256;
pcu->vty.ns_dialect = NS2_DIALECT_IPACCESS;
+ /* TODO: increase them when CRBB decoding is implemented */
+ pcu->vty.ws_base = 64;
+ pcu->vty.ws_pdch = 0;
pcu->T_defs = T_defs_pcu;
osmo_tdefs_reset(pcu->T_defs);