From 1051c4208834c22d344dd92d25addfd8e5d95993 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 13 Dec 2018 10:16:49 +0100 Subject: 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 --- include/osmocom/msc/vty.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3