aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_msc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/osmo_msc_data.h')
-rw-r--r--openbsc/include/openbsc/osmo_msc_data.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_msc_data.h b/openbsc/include/openbsc/osmo_msc_data.h
index 59b75c303..cc997ff8c 100644
--- a/openbsc/include/openbsc/osmo_msc_data.h
+++ b/openbsc/include/openbsc/osmo_msc_data.h
@@ -69,6 +69,13 @@ struct osmo_msc_data {
/* ussd welcome text */
char *ussd_welcome_txt;
+
+ /* osmo-bsc_mgcp related */
+ struct {
+ char *path;
+ char *config_path;
+ pid_t pid;
+ } bsc_mgcp;
};
int osmo_bsc_msc_init(struct gsm_network *network);