Change in osmo-pcu[master]: tbf: Log error path in setup() failing to assign control TS

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
Fri May 21 11:43:03 UTC 2021


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

Change subject: tbf: Log error path in setup() failing to assign control TS
......................................................................

tbf: Log error path in setup() failing to assign control TS

Change-Id: I047209dfe139e37a80878318cca75cb50905536e
---
M src/tbf.cpp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  fixeria: Looks good to me, approved



diff --git a/src/tbf.cpp b/src/tbf.cpp
index fddede6..adfda95 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -751,6 +751,7 @@
 	rc = tbf_assign_control_ts(this);
 	/* if no resource */
 	if (rc < 0) {
+		LOGPTBF(this, LOGL_ERROR, "Failed to assign control TS\n");
 		return -1;
 	}
 

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I047209dfe139e37a80878318cca75cb50905536e
Gerrit-Change-Number: 24226
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
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/20210521/83fcfe3b/attachment.htm>


More information about the gerrit-log mailing list