Harald Welte has submitted this change and it was merged.

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


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

Change-Id: I674ed61a22fad5cc09c45128dbc73474893aefb6
---
M include/osmocom/bsc/osmo_bsc.h
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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

-- 
To view, visit https://gerrit.osmocom.org/5505
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I674ed61a22fad5cc09c45128dbc73474893aefb6
Gerrit-PatchSet: 4
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder

Reply via email to