Change in libosmocore[master]: gb: Print signalling and data weights on NS-VC creation.

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
Wed Mar 4 08:05:06 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/17338 )

Change subject: gb: Print signalling and data weights on NS-VC creation.
......................................................................

gb: Print signalling and data weights on NS-VC creation.

Change-Id: Ieebec5487f5d995a453d15bc024931299d5cf5bf
---
M src/gb/gprs_ns.c
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/src/gb/gprs_ns.c b/src/gb/gprs_ns.c
index 2701d72..4e584ad 100644
--- a/src/gb/gprs_ns.c
+++ b/src/gb/gprs_ns.c
@@ -318,7 +318,8 @@
 		return NULL;
 	}
 
-	LOGP(DNS, LOGL_INFO, "NSVCI=%u Creating NS-VC\n", nsvci);
+	LOGP(DNS, LOGL_INFO, "NSVCI=%u Creating NS-VC with Signal weight %u, Data weight %u\n",
+	     nsvci, sig_weight, data_weight);
 
 	nsvc = talloc_zero(nsi, struct gprs_nsvc);
 	if (!nsvc)

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ieebec5487f5d995a453d15bc024931299d5cf5bf
Gerrit-Change-Number: 17338
Gerrit-PatchSet: 1
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/a1808acf/attachment.htm>


More information about the gerrit-log mailing list