Change in osmo-pcu[master]: pdch: Log DL TBF originating the new UL TBF

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 9 13:01:44 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/26179 )


Change subject: pdch: Log DL TBF originating the new UL TBF
......................................................................

pdch: Log DL TBF originating the new UL TBF

Change-Id: Ie4257a2468d589464d0d56882e4408e4bcfe340f
---
M src/pdch.cpp
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/79/26179/1

diff --git a/src/pdch.cpp b/src/pdch.cpp
index c1c7714..6aae7d1 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -123,10 +123,10 @@
 
 	/* schedule uplink assignment or reject */
 	if (ul_tbf) {
-		LOGP(DRLCMAC, LOGL_DEBUG, "MS requests UL TBF in ack message, so we provide one:\n");
+		LOGPTBFDL(tbf, LOGL_DEBUG, "MS requests UL TBF in ack message, so we provide one:\n");
 		osmo_fsm_inst_dispatch(tbf->ul_ass_fsm.fi, TBF_UL_ASS_EV_SCHED_ASS, NULL);
 	} else {
-		LOGP(DRLCMAC, LOGL_NOTICE, "MS requests UL TBF in ack message, but alloc failed: send PktAssRej\n");
+		LOGPTBFDL(tbf, LOGL_NOTICE, "MS requests UL TBF in ack message, but alloc failed: send PktAssRej\n");
 		osmo_fsm_inst_dispatch(tbf->ul_ass_fsm.fi, TBF_UL_ASS_EV_SCHED_ASS_REJ, NULL);
 	}
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/26179
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ie4257a2468d589464d0d56882e4408e4bcfe340f
Gerrit-Change-Number: 26179
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211109/7f51109d/attachment.htm>


More information about the gerrit-log mailing list