From 785450c4bfdbcde4923b60bcb25b6367c74bb961 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 24 Mar 2020 15:59:16 +0100 Subject: mobile: add audio config, with unused audio loopback setting The aim is to add configurable audio loopback to mobile. An existing patch on a branch from fixeria [1] adds the audio config section. Add a reduced version of this audio config to be compatible with the future merge. Add the audio loopback setting, so far without functionality. Subsequent patch adds the actual loopback. [1] osmocom-bb branch fixeria/audio, patch "mobile/vty_interface.c: add new 'audio' section" Change-id I62cd5ef22ca2290fcafe65c78537ddbcb39fb8c6 Change-Id: Ie03e4a6c6f81ea3925266dd22e87506d722a6e1a --- doc/examples/mobile/default.cfg | 2 ++ doc/examples/mobile/multi_ms.cfg | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/examples/mobile/default.cfg b/doc/examples/mobile/default.cfg index cc816305..f14e9009 100644 --- a/doc/examples/mobile/default.cfg +++ b/doc/examples/mobile/default.cfg @@ -59,4 +59,6 @@ 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 no shutdown diff --git a/doc/examples/mobile/multi_ms.cfg b/doc/examples/mobile/multi_ms.cfg index bef2406e..c72817fd 100644 --- a/doc/examples/mobile/multi_ms.cfg +++ b/doc/examples/mobile/multi_ms.cfg @@ -59,6 +59,8 @@ 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 no shutdown ! ms two @@ -109,4 +111,6 @@ 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 no shutdown -- cgit v1.2.3