summaryrefslogtreecommitdiffstats
path: root/doc/examples/mobile
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2024-01-20 05:58:12 +0700
committerfixeria <vyanitskiy@sysmocom.de>2024-01-24 00:04:36 +0000
commit17ea9530b9731df6a7962cdd97020842657ea296 (patch)
treeb83593ce77194311093dd9cdf4b641b5b78f63b5 /doc/examples/mobile
parent149da511d413d5aa19aef2101aa4299aa7b50a64 (diff)
doc/examples/mobile: add tch-{data,voice} sections
Diffstat (limited to 'doc/examples/mobile')
-rw-r--r--doc/examples/mobile/default.cfg9
-rw-r--r--doc/examples/mobile/multi_ms.cfg18
2 files changed, 21 insertions, 6 deletions
diff --git a/doc/examples/mobile/default.cfg b/doc/examples/mobile/default.cfg
index 841a3560..ac756bb3 100644
--- a/doc/examples/mobile/default.cfg
+++ b/doc/examples/mobile/default.cfg
@@ -61,8 +61,13 @@ ms 1
ki comp128 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
no barred-access
rplmn 001 01
- audio
- io-handler none
+ tch-data
+ io-handler unix-sock
+ io-tch-format ti
+ unix-socket /tmp/ms_data_1
+ tch-voice
+ io-handler l1phy
+! io-format ti
alsa-output-dev default
alsa-input-dev default
no shutdown
diff --git a/doc/examples/mobile/multi_ms.cfg b/doc/examples/mobile/multi_ms.cfg
index c7d4097d..48cdfb13 100644
--- a/doc/examples/mobile/multi_ms.cfg
+++ b/doc/examples/mobile/multi_ms.cfg
@@ -61,8 +61,13 @@ ms one
ki comp128 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
no barred-access
rplmn 001 01
- audio
- io-handler none
+ tch-data
+ io-handler unix-sock
+ io-tch-format ti
+ unix-socket /tmp/ms_data.one
+ tch-voice
+ io-handler l1phy
+! io-format ti
alsa-output-dev default
alsa-input-dev default
no shutdown
@@ -117,8 +122,13 @@ ms two
ki comp128 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
no barred-access
rplmn 001 01
- audio
- io-handler none
+ tch-data
+ io-handler unix-sock
+ io-tch-format ti
+ unix-socket /tmp/ms_data.two
+ tch-voice
+ io-handler l1phy
+! io-format ti
alsa-output-dev default
alsa-input-dev default
no shutdown