Change in osmo-pcu[master]: fix tbf_select_slot_set(): use LOGP() instead of LOGPC()

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

laforge gerrit-no-reply at lists.osmocom.org
Fri Oct 16 16:57:39 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/20684 )

Change subject: fix tbf_select_slot_set(): use LOGP() instead of LOGPC()
......................................................................

fix tbf_select_slot_set(): use LOGP() instead of LOGPC()

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

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gprs_rlcmac_ts_alloc.cpp b/src/gprs_rlcmac_ts_alloc.cpp
index 496d19b..16498ce 100644
--- a/src/gprs_rlcmac_ts_alloc.cpp
+++ b/src/gprs_rlcmac_ts_alloc.cpp
@@ -709,11 +709,11 @@
 	if (tbf->direction != GPRS_RLCMAC_DL_TBF) {
 		snprintf(slot_info, 9, OSMO_BIT_SPEC, OSMO_BIT_PRINT_EX(reserved_ul_slots, 'u'));
 		masked_override_with(slot_info, sl, 'U');
-		LOGPC(DRLCMAC, LOGL_DEBUG, "- Selected UL");
+		LOGP(DRLCMAC, LOGL_DEBUG, "- Selected UL");
 	} else {
 		snprintf(slot_info, 9, OSMO_BIT_SPEC, OSMO_BIT_PRINT_EX(reserved_dl_slots, 'd'));
 		masked_override_with(slot_info, sl, 'D');
-		LOGPC(DRLCMAC, LOGL_DEBUG, "- Selected DL");
+		LOGP(DRLCMAC, LOGL_DEBUG, "- Selected DL");
 	}
 
 	LOGPC(DRLCMAC, LOGL_DEBUG, " slots: (TS=0)\"%s\"(TS=7), %s\n", slot_info, single ? "single" : "multi");

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I8e9ae854d147735357921f71d9a02862376a50b2
Gerrit-Change-Number: 20684
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201016/6a045410/attachment.htm>


More information about the gerrit-log mailing list