aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-05-26 23:13:53 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2020-05-26 23:14:01 +0200
commit92b02463013aad6bafd897c330d22f24fb9bb77f (patch)
treea02b7841248b2e7c6bde0db1ed97a827e225a236
parent201372616fa5149f4fe63b1a00e26642f897b8a4 (diff)
manual: Multiple Instances: tweak MNCC, add missing SGs doc
-rw-r--r--doc/manuals/chapters/running.adoc22
1 files changed, 19 insertions, 3 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 4bd391336..e8320a736 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -74,9 +74,25 @@ smpp
More on SMPP configuration in <<smpp-config-global>>.
-The external MNCC handler is configured by the `--mncc-sock` commandline
-argument. Choose a different such socket path for each OsmoMSC instance running
-on the same file system. See more in <<mncc-external>>.
+The external MNCC handler is a UNIX domain socket that is created when external MNCC handling is configured. A separate
+path must be used per osmo-msc instance:
+
+----
+msc
+ mncc external /tmp/mncc_socket
+----
+
+More on MNCC in <<mncc-external>>.
+
+The SGs interface by default listens on 0.0.0.0:29118. Configure a different IP and/or port for each osmo-msc instance.
+You may also want to configure different VLR names:
+
+----
+sgs
+ local-ip 127.0.0.1
+ local-port 29118
+ vlr-name vlr.example.net
+----
For the following links, OsmoMSC acts as a client and does not listen/bind to a
specific interface, and will hence not encounter conflicts for multiple instances