pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-pcu/+/35957?usp=email )
Change subject: tbf_ul_fsm: Fix wrong cast
......................................................................
tbf_ul_fsm: Fix wrong cast
Change-Id: I6c68e85cfa7ca8d08ed7c851e31831c30772012e
---
M src/tbf_ul_fsm.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/57/35957/1
diff --git a/src/tbf_ul_fsm.c b/src/tbf_ul_fsm.c
index 49849ba..7dff359 100644
--- a/src/tbf_ul_fsm.c
+++ b/src/tbf_ul_fsm.c
@@ -43,7 +43,7 @@
#define tbf_ul_fsm_state_chg(fi, NEXT_STATE) \
osmo_tdef_fsm_inst_state_chg(fi, NEXT_STATE, \
tbf_ul_fsm_timeouts, \
- tbf_ms(((struct tbf_dl_fsm_ctx *)(fi->priv))->tbf)->bts->T_defs_bts,
\
+ tbf_ms(((struct tbf_ul_fsm_ctx *)(fi->priv))->tbf)->bts->T_defs_bts,
\
-1)
static void mod_ass_type(struct tbf_ul_fsm_ctx *ctx, uint8_t t, bool set)
--
To view, visit
https://gerrit.osmocom.org/c/osmo-pcu/+/35957?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I6c68e85cfa7ca8d08ed7c851e31831c30772012e
Gerrit-Change-Number: 35957
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange