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


Change subject: WIP
......................................................................

WIP

Change-Id: Iaa1813655b334781032b6d5caf711545d3613e2c
---
M src/rlcmac/tbf_ul_ass_fsm.c
1 file changed, 11 insertions(+), 0 deletions(-)



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

diff --git a/src/rlcmac/tbf_ul_ass_fsm.c b/src/rlcmac/tbf_ul_ass_fsm.c
index e577313..2260596 100644
--- a/src/rlcmac/tbf_ul_ass_fsm.c
+++ b/src/rlcmac/tbf_ul_ass_fsm.c
@@ -404,9 +404,11 @@
                        LOGPFSML(fi, LOGL_ERROR, "Rx Pkt Ul Ass: failed to 
parse!\n");
                // TODO: what to do if Pkt_ul_ass is "reject"? need to check 
spec, depending on cause.
                /* If RRBP contains valid data, schedule a response (PKT 
CONTROL ACK or PKT RESOURCE REQ). */
+               LOGPFSML(fi, LOGL_NOTICE, "PESPIN: Rx Pkt Ul Ass: curr_fn=%u 
S/P=%u\n", d->fn, d->dl_block->SP);
                if (d->dl_block->SP) {
                        uint32_t poll_fn = rrbp2fn(d->fn, d->dl_block->RRBP);
                        uint32_t next_blk = 
fn_next_block(fn_next_block(poll_fn));
+                       LOGPFSML(fi, LOGL_NOTICE, "PESPIN: Rx Pkt Ul Ass: 
poll_fn=%u reserve_fn=%u start_time_exists=%u start_time=%u\n", poll_fn, 
next_blk, ctx->tbf_starting_time_exists, ctx->tbf_starting_time);
                        
gprs_rlcmac_pdch_ulc_reserve(g_rlcmac_ctx->sched.ulc[d->ts_nr], poll_fn,
                                                
GPRS_RLCMAC_PDCH_ULC_POLL_UL_ASS,
                                                ul_tbf_as_tbf(ctx->ul_tbf));

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

Reply via email to