Commit e4cb68a7 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Merge remote-tracking branch 'origin/ci-sa-2x2-increase-bitrate' into integration_2024_w41

parents a177dfa3 bdefd02f
...@@ -23,7 +23,6 @@ gNBs = ( ...@@ -23,7 +23,6 @@ gNBs = (
pusch_AntennaPorts = 2; pusch_AntennaPorts = 2;
do_CSIRS = 1; do_CSIRS = 1;
do_SRS = 1; do_SRS = 1;
ul_prbblacklist = "135,136,137,138"
servingCellConfigCommon = ( servingCellConfigCommon = (
{ {
...@@ -177,8 +176,8 @@ MACRLCs = ( ...@@ -177,8 +176,8 @@ MACRLCs = (
num_cc = 1; num_cc = 1;
tr_s_preference = "local_L1"; tr_s_preference = "local_L1";
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 270;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 270;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0; ulsch_max_frame_inactivity = 0;
ul_max_mcs = 25; ul_max_mcs = 25;
...@@ -200,11 +199,11 @@ RUs = ( ...@@ -200,11 +199,11 @@ RUs = (
local_rf = "yes" local_rf = "yes"
nb_tx = 2; nb_tx = 2;
nb_rx = 2; nb_rx = 2;
att_tx = 12; att_tx = 15;
att_rx = 0; att_rx = 0;
bands = [77]; bands = [77];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
max_rxgain = 72; max_rxgain = 71;
eNB_instances = [0]; eNB_instances = [0];
#clock_src = "internal"; #clock_src = "internal";
sdr_addrs = "addr=192.168.80.53,clock_source=internal,time_source=internal" sdr_addrs = "addr=192.168.80.53,clock_source=internal,time_source=internal"
......
...@@ -114,8 +114,8 @@ ...@@ -114,8 +114,8 @@
<testCase id="071100"> <testCase id="071100">
<class>Iperf</class> <class>Iperf</class>
<desc>iperf (DL/600Mbps/UDP)(30 sec)(single-ue profile)</desc> <desc>iperf (DL/650Mbps/UDP)(30 sec)(single-ue profile)</desc>
<iperf_args>-u -b 600M -t 30 -R -O 10 -l 9000</iperf_args> <iperf_args>-u -b 650M -t 30 -R -O 10 -l 9000</iperf_args>
<svr_id>matix-cn5g</svr_id> <svr_id>matix-cn5g</svr_id>
<id>up2</id> <id>up2</id>
<iperf_packetloss_threshold>25</iperf_packetloss_threshold> <iperf_packetloss_threshold>25</iperf_packetloss_threshold>
...@@ -124,12 +124,12 @@ ...@@ -124,12 +124,12 @@
<testCase id="071101"> <testCase id="071101">
<class>Iperf</class> <class>Iperf</class>
<desc>iperf (UL/40Mbps/UDP)(30 sec)(single-ue profile)</desc> <desc>iperf (UL/130Mbps/UDP)(30 sec)(single-ue profile)</desc>
<iperf_args>-u -b 40M -t 30 -O 10</iperf_args> <iperf_args>-u -b 130M -t 30 -O 10</iperf_args>
<svr_id>matix-cn5g</svr_id> <svr_id>matix-cn5g</svr_id>
<id>up2</id> <id>up2</id>
<iperf_packetloss_threshold>10</iperf_packetloss_threshold> <iperf_packetloss_threshold>25</iperf_packetloss_threshold>
<iperf_bitrate_threshold>80</iperf_bitrate_threshold> <iperf_bitrate_threshold>70</iperf_bitrate_threshold>
</testCase> </testCase>
<testCase id="071002"> <testCase id="071002">
......
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