Commit bb378620 authored by Robert Schmidt's avatar Robert Schmidt

Remove ulsch_max_frame_inactivity from CI configs

The parameter is either set to 10 (the default, so not necessary), or to
0 forcing the gNB to schedule the UE all the time, which is only
necessary in specific scenario, and here simply wrong.
parent b2839606
...@@ -197,7 +197,6 @@ MACRLCs = ( ...@@ -197,7 +197,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; # 150; pusch_TargetSNRx10 = 200; # 150;
pucch_TargetSNRx10 = 200; #200; pucch_TargetSNRx10 = 200; #200;
ulsch_max_frame_inactivity = 10;
dl_max_mcs = 28; dl_max_mcs = 28;
ul_max_mcs = 28; ul_max_mcs = 28;
} }
......
...@@ -198,7 +198,6 @@ MACRLCs = ( ...@@ -198,7 +198,6 @@ 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";
# ulsch_max_frame_inactivity = 0;
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
dl_max_mcs = 9; dl_max_mcs = 9;
......
...@@ -205,7 +205,6 @@ MACRLCs = ( ...@@ -205,7 +205,6 @@ 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";
# ulsch_max_frame_inactivity = 0;
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
dl_max_mcs = 9; dl_max_mcs = 9;
......
...@@ -180,7 +180,6 @@ MACRLCs = ( ...@@ -180,7 +180,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 300; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 300; pucch_TargetSNRx10 = 300;
ulsch_max_frame_inactivity = 0;
pusch_FailureThres = 100; pusch_FailureThres = 100;
ul_max_mcs = 28; ul_max_mcs = 28;
} }
......
...@@ -175,7 +175,6 @@ MACRLCs = ( ...@@ -175,7 +175,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 270; pusch_TargetSNRx10 = 270;
pucch_TargetSNRx10 = 270; pucch_TargetSNRx10 = 270;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
ul_max_mcs = 25; ul_max_mcs = 25;
} }
); );
......
...@@ -233,7 +233,6 @@ MACRLCs = ( ...@@ -233,7 +233,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 250; pusch_TargetSNRx10 = 250;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
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