pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/34621?usp=email )
Change subject: WIP
......................................................................
WIP
Change-Id: I02663a7716f0ea3f3ccc45aaa0777d91008f89cf
---
M src/rlcmac/tbf_ul_ass_fsm.c
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/21/34621/1
diff --git a/src/rlcmac/tbf_ul_ass_fsm.c b/src/rlcmac/tbf_ul_ass_fsm.c
index b1be58c..5b5a892 100644
--- a/src/rlcmac/tbf_ul_ass_fsm.c
+++ b/src/rlcmac/tbf_ul_ass_fsm.c
@@ -258,6 +258,7 @@
ctx->dl_tbf = NULL;
memset(&ctx->phase1_alloc, 0, sizeof(ctx->phase1_alloc));
memset(&ctx->phase2_alloc, 0, sizeof(ctx->phase2_alloc));
+ ctx->tbf_starting_time_exists = false;
}
static void st_idle(struct osmo_fsm_inst *fi, uint32_t event, void *data)
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/34621?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: I02663a7716f0ea3f3ccc45aaa0777d91008f89cf
Gerrit-Change-Number: 34621
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange