[PATCH] 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/.

Max gerrit-no-reply at lists.osmocom.org
Thu May 18 11:17:37 UTC 2017


Review at  https://gerrit.osmocom.org/2673

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(-)


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

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: newchange
Gerrit-Change-Id: I94a224c0339a062e4c8d5aa6c4c858f3f0298a0d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list