From 5d376845bb2c6e2306f9fb30863d3ffadccfb166 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 22 Feb 2021 01:45:17 +0100 Subject: [PATCH] gprs_bssgp_pcu: add comments to the pcu states Related: OS#3879 Change-Id: Iccf6508ce46162e6dfd6b00abd44e24cb425b346 --- src/gprs_bssgp_pcu.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gprs_bssgp_pcu.h b/src/gprs_bssgp_pcu.h index db77cbbe..6c6de1df 100644 --- a/src/gprs_bssgp_pcu.h +++ b/src/gprs_bssgp_pcu.h @@ -53,10 +53,14 @@ struct gprs_bssgp_pcu { 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 */