Commit 84ee6517 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Adjust max_rxgain to improve UL throughput

parent f92617b7
...@@ -196,7 +196,7 @@ RUs = ( ...@@ -196,7 +196,7 @@ RUs = (
att_rx = 0; att_rx = 0;
bands = [1]; bands = [1];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
max_rxgain = 105; max_rxgain = 112;
eNB_instances = [0]; eNB_instances = [0];
#beamforming 1x4 matrix: #beamforming 1x4 matrix:
bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000]; bf_weights = [0x00007fff, 0x0000, 0x0000, 0x0000];
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<testCase id="170002"> <testCase id="170002">
<class>Iperf</class> <class>Iperf</class>
<desc>iperf (BIDIR TCP)(20 sec)(single-ue profile)</desc> <desc>iperf (BIDIR TCP)(60 sec)(single-ue profile)</desc>
<iperf_args>-t 60 --bidir</iperf_args> <iperf_args>-t 60 --bidir</iperf_args>
<direction>BIDIR</direction> <direction>BIDIR</direction>
<id>idefix</id> <id>idefix</id>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment