aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
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/bts.cpp
parent47f15fb6fd599bac4fd87993e1d6f79acfebeed6 (diff)
Move ws_* fields from BTS to PCU
Diffstat (limited to 'src/bts.cpp')
-rw-r--r--src/bts.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 9f987ff3..450c04e8 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -201,10 +201,6 @@ static void bts_init(struct gprs_rlcmac_bts *bts, BTS* bts_obj)
bts->n3105 = 8;
bts->si13_is_set = false;
- /* TODO: increase them when CRBB decoding is implemented */
- bts->ws_base = 64;
- bts->ws_pdch = 0;
-
bts->llc_codel_interval_msec = LLC_CODEL_USE_DEFAULT;
bts->llc_idle_ack_csec = 10;