summaryrefslogtreecommitdiffstats
path: root/doc/examples/mobile
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-27 04:22:45 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-11-29 02:21:57 +0700
commit8d875f3c3d37af12a0e03d00e1a6c74c5c6679fa (patch)
tree9e57c5392e0b0eebeb7bd2cf8aa24731913cff47 /doc/examples/mobile
parentc46d0699cd329220cb8817359fe61ed45adcd518 (diff)
mobile: add MNCC handler selection to settings
Since the mobile application is potentially able to maintain multiple MS instances, it's better to have a possibility to choose an MNCC (Call Control) handler per each MS separately. This change removes the command-line option '-m', which was used for enabling the external MNCC. Now it's possible configure the MNCC handler for each MS via the VTY interface and settings. The following MNCC-handlers are available: - internal - built-in MNCC-handler (default); - external - external MNCC-handler via UNIX-socket (e.g. LCR); - dummy - dummy handler without CC support. Change-Id: I2df91c7a79ba5c39bc6ceae900ef649129dd0346 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 d78bef53..e24e07f0 100644
--- a/doc/examples/mobile/default.cfg
+++ b/doc/examples/mobile/default.cfg
@@ -15,6 +15,7 @@ ms 1
layer2-socket /tmp/osmocom_l2
sap-socket /tmp/osmocom_sap
mncc-socket /tmp/ms_mncc_1
+ mncc-handler internal
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 4ccdb102..86a9840a 100644
--- a/doc/examples/mobile/multi_ms.cfg
+++ b/doc/examples/mobile/multi_ms.cfg
@@ -15,6 +15,7 @@ ms one
layer2-socket /tmp/osmocom_l2.one
sap-socket /tmp/osmocom_sap.one
mncc-socket /tmp/ms_mncc_one
+ mncc-handler internal
sim reader
network-selection-mode auto
imei 000000000000000 0
@@ -68,6 +69,7 @@ ms two
layer2-socket /tmp/osmocom_l2.two
sap-socket /tmp/osmocom_sap.two
mncc-socket /tmp/ms_mncc_two
+ mncc-handler internal
sim reader
network-selection-mode auto
imei 000000000000000 0