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


Change subject: rlcmac: tbf_ul_ass_fsm: Fix 'sba' field wrongly reset to true
......................................................................

rlcmac: tbf_ul_ass_fsm: Fix 'sba' field wrongly reset to true

Change-Id: Ibf0c60516c337f4428ff33afbfb65a39a37a3719
---
M src/rlcmac/tbf_ul_ass_fsm.c
1 file changed, 10 insertions(+), 1 deletion(-)



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

diff --git a/src/rlcmac/tbf_ul_ass_fsm.c b/src/rlcmac/tbf_ul_ass_fsm.c
index e577313..1783d5b 100644
--- a/src/rlcmac/tbf_ul_ass_fsm.c
+++ b/src/rlcmac/tbf_ul_ass_fsm.c
@@ -130,7 +130,7 @@
 {
        /* reset previous state: */
        memset(&ctx->phase1_alloc, 0, sizeof(ctx->phase1_alloc));
-       ctx->sba = true;
+       ctx->sba = false;
        ctx->tbf_starting_time_exists = false;
        ctx->tbf_starting_time = 0;


--
To view, visit https://gerrit.osmocom.org/c/libosmo-gprs/+/34650?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: Ibf0c60516c337f4428ff33afbfb65a39a37a3719
Gerrit-Change-Number: 34650
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to