aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-02-22 01:45:17 +0100
committerlaforge <laforge@osmocom.org>2021-03-23 17:47:22 +0000
commit5d376845bb2c6e2306f9fb30863d3ffadccfb166 (patch)
tree68e4eab5f8f0ea4ab8c17ffa3171c9a78b834173
parent82519264ca9b93613ca8d815491a0295a94c0406 (diff)
gprs_bssgp_pcu: add comments to the pcu states
-rw-r--r--src/gprs_bssgp_pcu.h4
1 files changed, 4 insertions, 0 deletions
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 */