From 5bfb9102affc861bc478ad8279e587e82c60c6bd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 16 Jun 2010 12:02:13 +0800 Subject: bsc_init: Enable DTX in Cell Options... Allow the MS to use uplink discontinous transmission has it can save some power for the MS and we can save some bandwidth on the uplink as well. --- openbsc/src/bsc_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c index 9e3665cc8..6afe9369d 100644 --- a/openbsc/src/bsc_init.c +++ b/openbsc/src/bsc_init.c @@ -1044,8 +1044,8 @@ static int bootstrap_bts(struct gsm_bts *bts) } /* some defaults for our system information */ - bts->si_common.cell_options.radio_link_timeout = 2; /* 12 */ - bts->si_common.cell_options.dtx = 2; /* MS shall not use upplink DTX */ + bts->si_common.cell_options.radio_link_timeout = 7; /* 12 */ + bts->si_common.cell_options.dtx = 0; /* MS may use upplink DTX */ bts->si_common.cell_options.pwrc = 0; /* PWRC not set */ bts->si_common.cell_sel_par.acs = 0; -- cgit v1.2.3