aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-14 14:45:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-18 11:54:57 +0100
commitf473ec9d7a250326abd71b910d810567dc976509 (patch)
tree8a79364068f11a2eaf45e856791cd71b17498899 /src/gprs_bssgp_pcu.cpp
parent519d071131ca1235d5ba525040dab4cbe357fa92 (diff)
Move llc_* fields from BTS to PCU
Diffstat (limited to 'src/gprs_bssgp_pcu.cpp')
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index c1a7a7db..1596d67c 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -676,7 +676,7 @@ static uint32_t compute_bucket_size(struct gprs_rlcmac_bts *bts,
uint16_t bucket_time = the_pcu->vty.fc_bucket_time;
if (bucket_time == 0)
- bucket_time = bts->force_llc_lifetime;
+ bucket_time = the_pcu->vty.force_llc_lifetime;
if (bucket_time == 0xffff)
bucket_size = FC_MAX_BUCKET_SIZE;