aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2018-08-23 17:48:02 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-09-25 12:18:08 +0000
commit6e11da02f0d8e35a31e144258affe554db939315 (patch)
tree3a11f289461a3ee6f176cdd9ce416374cdeb8590
parenta270d9375b9ca2b973578937b68583ea2bf6fc1b (diff)
osmo-sip-connector: Explicitly note OsmoMSC config with external MNCC
-rw-r--r--OsmoSIPConnector/chapters/configuration.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/OsmoSIPConnector/chapters/configuration.adoc b/OsmoSIPConnector/chapters/configuration.adoc
index 24ac3a5..5cd57fa 100644
--- a/OsmoSIPConnector/chapters/configuration.adoc
+++ b/OsmoSIPConnector/chapters/configuration.adoc
@@ -11,6 +11,10 @@ the same path that OsmoMSC is also using. This means that OsmoMSC and
OsmoSIPConnector need to be running on the same machine or have a shared
directory that supports UNIX domain sockets.
+Note that you need to start `osmo-msc` with the `--mncc-sock` option and point
+to the same file that osmo-sip-connector is configured to use. See the OsmoMSC
+manual for more information.
+
The example config below assumes that OsmoMSC was started with the command
line `osmo-msc -M /tmp/msc_mncc`.