OsmocomBB MS-side GSM Protocol stack (L1, L2, L3) including firmware https://osmocom.org/projects/baseband
Go to file
Vadim Yanitskiy 20107916e5 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.

Thanks to this patch, it's also no longer required to restart the
mobile application after changing voice or data I/O handler.

Change-Id: Iab68cb47c28380a9c1efc149c6196ea54f75fdb8
Related: OS#4396
2024-02-06 02:00:01 +07:00
contrib contrib/jenkins.sh: uncomment verify_value_string_arrays_are_terminated.py 2023-05-17 10:55:55 +00:00
doc mobile: disable TCH/F14.4 (not implemented) 2024-02-06 01:59:39 +07:00
include l1gprs: implement UL BLOCK.cnf (L1CTL_GPRS_UL_BLOCK_CNF) 2024-02-05 15:33:54 +00:00
src mobile: set TRAFFIC.{ind,req} mode during call establishment 2024-02-06 02:00:01 +07:00
.gitignore doc/manuals: integrate into this repository 2018-12-04 12:14:59 +00:00
.gitreview Add 'git review' config file 2017-09-07 12:21:24 +02:00