aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-12-13 10:16:49 +0100
committerStefan Sperling <ssperling@sysmocom.de>2018-12-13 10:16:49 +0100
commit1051c4208834c22d344dd92d25addfd8e5d95993 (patch)
tree9ca991e0edd65eb60031f3179ea40debd239ff39 /include/osmocom
parent85cb2538f4cb4c6759824dae546564562ff3888e (diff)
require 'ipa-name' option to be set via config file
The 'ipa-name' option can now only be set via the configuration file because changing the IPA name at run-time conflicts with active GSUP connections and routes configured in the HLR. The osmo-msc program must be restarted if its IPA name needs to change. Change-Id: I6cff91793e646e0396e8f1bc87d0f52709e5f12a Related: OS#3355
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/msc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/vty.h b/include/osmocom/msc/vty.h
index 6a55df776..60a36d7ae 100644
--- a/include/osmocom/msc/vty.h
+++ b/include/osmocom/msc/vty.h
@@ -31,4 +31,6 @@ void msc_vty_init(struct gsm_network *msc_network);
struct gsm_network *gsmnet_from_vty(struct vty *vty);
+extern bool msc_parsing_config_file;
+
#endif