osmo_bsc.h: document every field in 'struct osmo_bsc_sccp_con'

Change-Id: I674ed61a22fad5cc09c45128dbc73474893aefb6
This commit is contained in:
Harald Welte 2017-12-18 18:20:13 +01:00
parent 95464c78fd
commit ca494f385e
1 changed files with 5 additions and 0 deletions

View File

@ -19,8 +19,10 @@ struct bsc_msc_data;
struct bsc_msc_connection; struct bsc_msc_connection;
struct osmo_bsc_sccp_con { struct osmo_bsc_sccp_con {
/* list_head anchoring us to gsm_network.subscr_conns */
struct llist_head entry; struct llist_head entry;
/* flag to prevent multiple simultaneous ciphering commands */
int ciphering_handled; int ciphering_handled;
/* for audio handling */ /* for audio handling */
@ -48,9 +50,12 @@ struct osmo_bsc_sccp_con {
/* SCCP connection realted */ /* SCCP connection realted */
struct bsc_msc_data *msc; struct bsc_msc_data *msc;
/* back-pointer to subscriber connection */
struct gsm_subscriber_connection *conn; struct gsm_subscriber_connection *conn;
/* state related to welcome USSD */
uint8_t new_subscriber; uint8_t new_subscriber;
/* state related to osmo_bsc_filter.c */
struct bsc_filter_state filter_state; struct bsc_filter_state filter_state;
/* Sigtran connection ID */ /* Sigtran connection ID */