pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/35765?usp=email )


Change subject: cosmetic: tbf_ul_fsm: add missing state to tdef_state_timeout 
array
......................................................................

cosmetic: tbf_ul_fsm: add missing state to tdef_state_timeout array

Change-Id: I6e825a105de4a49329912db6c79aaebbfd3ddf9f
---
M src/rlcmac/tbf_ul_fsm.c
1 file changed, 10 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/65/35765/1

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 @@
        [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.

--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/35765?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I6e825a105de4a49329912db6c79aaebbfd3ddf9f
Gerrit-Change-Number: 35765
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to