aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-23 10:13:27 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-28 01:24:32 +0200
commita494d00c2fe76c00003f9bd196a04386c5c974aa (patch)
tree0a5e4f3963e573b09a494da9cb6ebfbc2a9abd15 /openbsc/include/openbsc/gsm_data.h
parent155d638af04627e5512f3bad27c10b33fc3b90e7 (diff)
wip: vty: make msc sccp addressesconfigurable
Currently all sccp addresses on the msc (and bsc) side are hardcoded. Prepare the msc code to make the associated BSCs configurble. Make the compiler link libosmo-sccp properly and start using the sccp addressbook feature of libosmoc-sccp. Change-Id: I0171da40cfc2d90a4ca8e423b51cf7275c3d5571
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 13178ae6c..be583d958 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -483,6 +483,9 @@ struct gsm_network {
} iu;
struct osmo_sccp_instance *sccp;
+
+ /* A list with all associated BSCs */
+ struct llist_head bscs;
};
struct osmo_esme;