From 5a3a61d88f1231af5dba96050cbc27270765ef23 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 6 Sep 2010 09:25:48 +0800 Subject: bsc_init: Allow DTXu and enable DTXd on RSL (experimental) Allow the MS to use uplink discontinous transmission by setting the right bit in the SystemInformation and set DTXd/DTXu on the RSL channel commands. This is configurable via dtx-used (0|1) on the network level and still considered as experimental. --- openbsc/include/openbsc/gsm_data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index 14d801459..fe021e945 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -709,6 +709,10 @@ struct gsm_network { struct { enum rrlp_mode mode; } rrlp; + + /* enable the DTXu and DTXd for this network */ + int dtx_enabled; + int msc_prio; }; -- cgit v1.2.3