aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-07-21 15:43:15 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-22 16:25:24 +0200
commita3d37cb278b7d0e17053771b1d9dbdda488a079d (patch)
treef5917501206c672162e0488ff778be3fd6fcfece /openbsc/include/openbsc
parent5042e5760c4bb44125697347bb96b851efbe2b5a (diff)
msc-vty-complete
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 283b5498c..e3f6fc3ce 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -489,16 +489,20 @@ struct gsm_network {
} mgcpgw;
struct {
+ /* CS7 instance id number (set via VTY) */
+ uint32_t cs7_instance;
enum nsap_addr_enc rab_assign_addr_enc;
+ struct osmo_sccp_instance *sccp;
} iu;
struct {
+ /* CS7 instance id number (set via VTY) */
+ uint32_t cs7_instance;
/* A list with the context information about
* all BSCs we have connections with */
struct llist_head bscs;
+ struct osmo_sccp_instance *sccp;
} a;
-
- struct osmo_sccp_instance *sccp;
};
struct osmo_esme;