osmocom-bb/src/host/layer23/src
Vadim Yanitskiy 20c5322c22 mobile: set TRAFFIC.{ind,req} mode during call establishment
Now that we support data (CSD) calls in addition to voice calls,
we can no longer initialize the TRAFFIC.{ind,req} routing mode
in gsm48_rr_init().  We need to apply the appropriate TCH routing
mode *during call establishment* based on its type and the
configured I/O handler type.

After this patch, one can have the following configuration:

tch-voice
 io-handler l1phy
tch-data
 io-handler unix-sock
 io-tch-format ti

so that the io-handler setting for voice would not affect data calls.
Before this patch, the L1 PHY (specifically, Calypso firmware) would
not route TRAFFIC.{ind,req} during data calls at all.

Change-Id: Iab68cb47c28380a9c1efc149c6196ea54f75fdb8
Related: OS#4396
2024-02-06 01:05:48 +07:00
..
common mobile: disable TCH/F14.4 (not implemented) 2024-02-06 01:05:48 +07:00
misc layer23/ccch_scan: use osmo_mobile_identity API 2024-01-08 22:51:45 +07:00
mobile mobile: set TRAFFIC.{ind,req} mode during call establishment 2024-02-06 01:05:48 +07:00
modem layer23/modem: handle and forward L1CTL UL BLOCK.cnf 2024-02-05 15:34:28 +00:00
Makefile.am host/layer23: Add modem app 2022-11-21 19:56:54 +01:00