[MERGED] osmo-pcu[master]: Fix typo in logging

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 24 22:19:43 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Fix typo in logging
......................................................................


Fix typo in logging

DL-TBD was errorneously printed as UL-TBF.

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/bts.cpp b/src/bts.cpp
index e25c47b..61c9321 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -986,7 +986,7 @@
 		if (ms)
 			LOGP(DRLCMAC, LOGL_NOTICE, "PACKET CONTROL ACK with "
 			     "unknown TBF corresponds to MS with IMSI %s, TA %d, "
-			     "uTBF (TFI=%d, state=%s), uTBF (TFI=%d, state=%s)\n",
+			     "uTBF (TFI=%d, state=%s), dTBF (TFI=%d, state=%s)\n",
 			     ms->imsi(), ms->ta(),
 			     ms->ul_tbf() ? ms->ul_tbf()->tfi() : 0,
 			     ms->ul_tbf() ? ms->ul_tbf()->state_name() : "None",

-- 
To view, visit https://gerrit.osmocom.org/2673
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I94a224c0339a062e4c8d5aa6c4c858f3f0298a0d
Gerrit-PatchSet: 2
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list