amarisoft_enb: update lteenb default parameter for PDCCH, SRS and CQI

those configs should provide better HO performance, PDDCH format is selected automatically

Change-Id: I62a4240ac062d793ae5e197f852ea09eb4fe4ae9
This commit is contained in:
Andre Puschmann 2020-06-22 13:10:24 +02:00
parent f14ff812ce
commit 0694c30c8e
1 changed files with 3 additions and 3 deletions

View File

@ -123,7 +123,7 @@
/* If defined, force for number of CCEs for UE specific PDCCH to
2^pdcch_format. Otherwise it is computed from the reported
CQI. Range: 0 to 3. */
pdcch_format: 1,
//pdcch_format: 1,
/* if defined, force the PDSCH MCS for all UEs. Otherwise it is
computed from the reported CQI */
@ -152,7 +152,7 @@
sr_period: 20,
/* CQI report config */
cqi_period: 160, /* period (ms). Must be >= 32 for HD-FDD */
cqi_period: 40, /* period (ms). Must be >= 32 for HD-FDD */
/* RI reporting is done with a period of m_ri * cqi_period.
m_ri = 0 (default) disables RI reporting. */
@ -186,7 +186,7 @@
parameters. srs_config_index and freq_domain_position are
allocated for each UE) */
srs_dedicated: {
srs_period: 80, /* period (ms). Must be >= 40 for HD-FDD */
srs_period: 160, /* period (ms). Must be >= 40 for HD-FDD */
srs_bandwidth: 1,
srs_hopping_bandwidth: 0,
},