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.orgpespin has uploaded this change for review. ( 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(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/26/24226/1
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: 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/20210513/71c497b2/attachment.htm>