summaryrefslogtreecommitdiffstats
path: root/doc/examples/mobile
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-24 04:21:56 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-27 06:12:38 +0700
commitb76743df7165dfe13331c06d654350ee3a163bc2 (patch)
tree4a14717adfd44dbc1dd67874ca79f172f785870f /doc/examples/mobile
parentbdc5acdb134f8b34c3d25068eb26d6c9c89900c7 (diff)
mobile: add MNCC socket path to settings
Previously the MNCC socket path was generated automatically, using concatenation of the '/tmp/ms_mncc_' prefix and MS name. Let's allow the user to specify this manually, keeping the same naming generation method for default value. Change-Id: I643356ac579bc5e765f668265ec803b22a73739c Related: OS#3400
Diffstat (limited to 'doc/examples/mobile')
-rw-r--r--doc/examples/mobile/default.cfg1
-rw-r--r--doc/examples/mobile/multi_ms.cfg2
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/mobile/default.cfg b/doc/examples/mobile/default.cfg
index f14e9009..d78bef53 100644
--- a/doc/examples/mobile/default.cfg
+++ b/doc/examples/mobile/default.cfg
@@ -14,6 +14,7 @@ no hide-default
ms 1
layer2-socket /tmp/osmocom_l2
sap-socket /tmp/osmocom_sap
+ mncc-socket /tmp/ms_mncc_1
sim reader
network-selection-mode auto
imei 000000000000000 0
diff --git a/doc/examples/mobile/multi_ms.cfg b/doc/examples/mobile/multi_ms.cfg
index c72817fd..4ccdb102 100644
--- a/doc/examples/mobile/multi_ms.cfg
+++ b/doc/examples/mobile/multi_ms.cfg
@@ -14,6 +14,7 @@ no hide-default
ms one
layer2-socket /tmp/osmocom_l2.one
sap-socket /tmp/osmocom_sap.one
+ mncc-socket /tmp/ms_mncc_one
sim reader
network-selection-mode auto
imei 000000000000000 0
@@ -66,6 +67,7 @@ ms one
ms two
layer2-socket /tmp/osmocom_l2.two
sap-socket /tmp/osmocom_sap.two
+ mncc-socket /tmp/ms_mncc_two
sim reader
network-selection-mode auto
imei 000000000000000 0