Change in osmo-pcu[master]: gprs_bssgp_pcu: add comments to the pcu states

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
Tue Mar 23 17:47:23 UTC 2021


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

Change subject: gprs_bssgp_pcu: add comments to the pcu states
......................................................................

gprs_bssgp_pcu: add comments to the pcu states

Related: OS#3879
Change-Id: Iccf6508ce46162e6dfd6b00abd44e24cb425b346
---
M src/gprs_bssgp_pcu.h
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h
index db77cbb..6c6de1d 100644
--- a/src/gprs_bssgp_pcu.h
+++ b/src/gprs_bssgp_pcu.h
@@ -53,10 +53,14 @@
 
 	struct osmo_timer_list bvc_timer;
 
+	/* state: is the NSVC unblocked? */
 	int nsvc_unblocked;
 
+	/* state: true if bvc signalling needs to be reseted or waiting for reset ack */
 	int bvc_sig_reset;
+	/* state: true if bvc ptp needs to be reseted or waiting for reset ack */
 	int bvc_reset;
+	/* state: true if bvc ptp is unblocked */
 	int bvc_unblocked;
 
 	/* Flow control */

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: Iccf6508ce46162e6dfd6b00abd44e24cb425b346
Gerrit-Change-Number: 23015
Gerrit-PatchSet: 6
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
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/20210323/d2d69fa5/attachment.htm>


More information about the gerrit-log mailing list