aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_ul_ass_fsm.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-15 18:20:05 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 11:35:23 +0100
commit56b7c642983428ce4ab8fc9a7598268afd2f7b4b (patch)
treeab0773cd2f86064c604f2ed33126ab6400993312 /src/tbf_ul_ass_fsm.c
parent683ce64039bb9192b597e62344f0aa084b4ac4c9 (diff)
Move T3172 T_defs_bts->T_defs_pcu to have it configurable in VTY
The timers in T_defs_bts are actually set by BTS over PCUIF. That's not the case for T3172, hence let's move it to T_defs_pcu so it can be configured over VTY. Change-Id: If24191b2305007aa5be5b551c913738a97597c77
Diffstat (limited to 'src/tbf_ul_ass_fsm.c')
-rw-r--r--src/tbf_ul_ass_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf_ul_ass_fsm.c b/src/tbf_ul_ass_fsm.c
index ef75360a..90fe8280 100644
--- a/src/tbf_ul_ass_fsm.c
+++ b/src/tbf_ul_ass_fsm.c
@@ -64,7 +64,7 @@ static struct msgb *create_packet_access_reject(const struct tbf_ul_ass_fsm_ctx
bitvec_unhex(packet_access_rej, DUMMY_VEC);
write_packet_access_reject(packet_access_rej, ms_tlli(ms),
- osmo_tdef_get(ms->bts->T_defs_bts, 3172, OSMO_TDEF_MS, -1));
+ osmo_tdef_get(ms->bts->pcu->T_defs, 3172, OSMO_TDEF_MS, -1));
bts_do_rate_ctr_inc(ms->bts, CTR_PKT_ACCESS_REJ);