Change in libosmocore[master]: gprs_ns2: fix comment of alive NS-VC

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
Mon Feb 15 10:56:28 UTC 2021


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

Change subject: gprs_ns2: fix comment of alive NS-VC
......................................................................

gprs_ns2: fix comment of alive NS-VC

There is no active NS-VCs only alive or dead.

Change-Id: Idb5d2ae4a99a472e38601ff841b8046ecf89d1bc
---
M src/gb/gprs_ns2_internal.h
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/gb/gprs_ns2_internal.h b/src/gb/gprs_ns2_internal.h
index 88e352a..d4764f6 100644
--- a/src/gb/gprs_ns2_internal.h
+++ b/src/gb/gprs_ns2_internal.h
@@ -174,10 +174,10 @@
 
 	struct osmo_fsm_inst *bss_sns_fi;
 
-	/*! sum of all the data weight of _active_ NS-VCs */
+	/*! sum of all the data weight of _alive_ NS-VCs */
 	uint32_t sum_data_weight;
 
-	/*! sum of all the signalling weight of _active_ NS-VCs */
+	/*! sum of all the signalling weight of _alive_ NS-VCs */
 	uint32_t sum_sig_weight;
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Idb5d2ae4a99a472e38601ff841b8046ecf89d1bc
Gerrit-Change-Number: 22902
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
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/20210215/9afddc03/attachment.htm>


More information about the gerrit-log mailing list