gprs_bssgp_pcu: add comments to the pcu states

Related: OS#3879
Change-Id: Iccf6508ce46162e6dfd6b00abd44e24cb425b346
This commit is contained in:
Alexander Couzens 2021-02-22 01:45:17 +01:00 committed by laforge
parent 82519264ca
commit 5d376845bb
1 changed files with 4 additions and 0 deletions

View File

@ -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 */