aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-02-01 17:20:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2024-02-01 17:20:37 +0100
commite9ea7fc7688d288f10712821ce6dfc945336f7fd (patch)
tree2d0c2a10f61121e077e2575717e911e97f9c1fb4
parent00cd94161f8dd270c96a7f9c6f5d96ac1c6fcdcb (diff)
cosmetic: tbf_ul_fsm: add missing state to tdef_state_timeout array
-rw-r--r--src/rlcmac/tbf_ul_fsm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlcmac/tbf_ul_fsm.c b/src/rlcmac/tbf_ul_fsm.c
index 43cb02f..0949ca6 100644
--- a/src/rlcmac/tbf_ul_fsm.c
+++ b/src/rlcmac/tbf_ul_fsm.c
@@ -46,6 +46,7 @@ static const struct osmo_tdef_state_timeout tbf_ul_fsm_timeouts[32] = {
[GPRS_RLCMAC_TBF_UL_ST_WAIT_ASSIGN] = { },
[GPRS_RLCMAC_TBF_UL_ST_FLOW] = { .T = 3164 },
[GPRS_RLCMAC_TBF_UL_ST_FINISHED] = { .keep_timer = true }, /* keep FLOW state's T3164 / T3166 */
+ [GPRS_RLCMAC_TBF_UL_ST_RELEASING] = { },
};
/* Transition to a state, using the T timer defined in tbf_fsm_timeouts.