pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-gprs/+/31756 )
Change subject: rlcmac: Log sched of PktCtrlAck requested by UL ASS poll
......................................................................
rlcmac: Log sched of PktCtrlAck requested by UL ASS poll
Change-Id: I81ac177d7abdcd49d2b231ae059ec859b433dd03
---
M src/rlcmac/sched.c
M tests/rlcmac/rlcmac_prim_test.err
2 files changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/56/31756/1
diff --git a/src/rlcmac/sched.c b/src/rlcmac/sched.c
index 2630940..f77deab 100644
--- a/src/rlcmac/sched.c
+++ b/src/rlcmac/sched.c
@@ -204,6 +204,8 @@
return msg;
}
if (tbfs->poll_ul_ass) {
+ LOGRLCMAC(LOGL_DEBUG, "(ts=%u,fn=%u,usf=%u) Tx Pkt Control Ack (UL ASS
poll)\n",
+ bi->ts, bi->fn, bi->usf);
msg = gprs_rlcmac_tbf_create_pkt_ctrl_ack(ul_tbf_as_tbf(tbfs->poll_ul_ass));
if (msg)
return msg;
diff --git a/tests/rlcmac/rlcmac_prim_test.err b/tests/rlcmac/rlcmac_prim_test.err
index 3b53649..1aedd64 100644
--- a/tests/rlcmac/rlcmac_prim_test.err
+++ b/tests/rlcmac/rlcmac_prim_test.err
@@ -731,6 +731,7 @@
DLGLOBAL INFO UL_TBF{ASSIGN}: state_chg to FLOW
DLGLOBAL INFO UL_TBF_ASS{COMPLETED}: state_chg to IDLE
DLGLOBAL DEBUG Rx from lower layers: L1CTL-PDCH_RTS.indication
+DLGLOBAL DEBUG (ts=7,fn=43,usf=2) Tx Pkt Control Ack (UL ASS poll)
DLGLOBAL DEBUG TBF(UL:NR-0:TLLI-00000001) Tx Packet Control Ack
DLGLOBAL DEBUG Tx to lower layers: L1CTL-PDCH_DATA.request
DLGLOBAL DEBUG Rx from lower layers: L1CTL-PDCH_RTS.indication
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/31756
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: I81ac177d7abdcd49d2b231ae059ec859b433dd03
Gerrit-Change-Number: 31756
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange