Change in osmo-pcu[master]: pdch: Improve log line and increase log level

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
Mon Nov 8 11:24:16 UTC 2021


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


Change subject: pdch: Improve log line and increase log level
......................................................................

pdch: Improve log line and increase log level

Change-Id: Ie593331a69f6b8ec3b21e2b274a1aa060b2dc439
---
M src/pdch.cpp
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/pdch.cpp b/src/pdch.cpp
index 5d8658a..ddad020 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -126,7 +126,7 @@
 		LOGP(DRLCMAC, 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_DEBUG, "MS requests UL TBF in ack message, so we packet access reject:\n");
+		LOGP(DRLCMAC, 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/+/26152
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Ie593331a69f6b8ec3b21e2b274a1aa060b2dc439
Gerrit-Change-Number: 26152
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/20211108/b4145e69/attachment.htm>


More information about the gerrit-log mailing list