amarisoft_enb.cfg.tmpl: increas threshold for failed UL retransmissions

this avoids the eNB from releasing the UE too early if the UL channel
stays very bad for a longer time but many PUSCH are scheduled

Change-Id: Ib82616e920eecc70fbded12433e54bd90ae1bcd4
This commit is contained in:
Andre Puschmann 2020-09-29 23:10:53 +02:00
parent 0e00f38aa2
commit 51fa941994
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@
mac_config: {
ul_max_harq_tx: 5, /* max number of HARQ transmissions for uplink */
dl_max_harq_tx: 5, /* max number of HARQ transmissions for downlink */
ul_max_consecutive_retx: 1000,
},
/* CPU load limitation */