fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/35636?usp=email )
(
4 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: doc/examples/mobile: add tch-{data,voice} sections
......................................................................
doc/examples/mobile: add tch-{data,voice} sections
Change-Id: I9e53d4c429445ded07d77b27b6a31aa404b00e27
Related: OS#4396
---
M doc/examples/mobile/default.cfg
M doc/examples/mobile/multi_ms.cfg
2 files changed, 31 insertions(+), 6 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
diff --git a/doc/examples/mobile/default.cfg b/doc/examples/mobile/default.cfg
index 841a356..ac756bb 100644
--- a/doc/examples/mobile/default.cfg
+++ b/doc/examples/mobile/default.cfg
@@ -61,8 +61,13 @@
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 c7d4097..48cdfb1 100644
--- a/doc/examples/mobile/multi_ms.cfg
+++ b/doc/examples/mobile/multi_ms.cfg
@@ -61,8 +61,13 @@
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 @@
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
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/35636?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I9e53d4c429445ded07d77b27b6a31aa404b00e27
Gerrit-Change-Number: 35636
Gerrit-PatchSet: 7
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged