mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user