aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 84855aca3..9053f07e7 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -479,8 +479,9 @@ struct gsm_network {
enum nsap_addr_enc rab_assign_addr_enc;
} iu;
- /* A list with all associated BSCs */
- struct llist_head bscs;
+ struct {
+ struct llist_head bscs;
+ } a;
};
struct osmo_esme;