Commit 73498cca authored by Robert Schmidt's avatar Robert Schmidt

Update 100MHz 2x2 test case for UL throughput

Do not limit DL power, because it is not done in the other pipelines
either. Set the UL target power high, as this increases the achievable
throughput high (PUCCH can be normal). Finally, increase BLER thresholds
to improve the MCS a bit.
parent 83e2e776
...@@ -172,9 +172,11 @@ MACRLCs = ( ...@@ -172,9 +172,11 @@ 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 = 270; pusch_TargetSNRx10 = 320;
pucch_TargetSNRx10 = 270; pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ul_bler_target_upper = 0.25;
ul_bler_target_lower = 0.15;
ul_max_mcs = 25; ul_max_mcs = 25;
} }
); );
...@@ -194,7 +196,7 @@ RUs = ( ...@@ -194,7 +196,7 @@ RUs = (
local_rf = "yes" local_rf = "yes"
nb_tx = 2; nb_tx = 2;
nb_rx = 2; nb_rx = 2;
att_tx = 15; att_tx = 0;
att_rx = 0; att_rx = 0;
bands = [77]; bands = [77];
max_pdschReferenceSignalPower = -27; max_pdschReferenceSignalPower = -27;
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<node>matix</node> <node>matix</node>
<yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path> <yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path>
<analysis> <analysis>
<services>oai-gnb=RetxCheck=10,100,100,100 oai-gnb=EndsWithBye</services> <services>oai-gnb=RetxCheck=dl=10,100,100,100;ul=25,100,100,100 oai-gnb=EndsWithBye</services>
</analysis> </analysis>
</testCase> </testCase>
......
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