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 <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to