Commit 6c015f80 authored by Robert Schmidt's avatar Robert Schmidt

Test: reduce max_ulsch_frame_inactivity, use default of 10

parent 9a44d4b8
...@@ -171,7 +171,6 @@ MACRLCs = ( ...@@ -171,7 +171,6 @@ MACRLCs = (
remote_n_portd = 2153; remote_n_portd = 2153;
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -178,7 +178,6 @@ MACRLCs = ( ...@@ -178,7 +178,6 @@ MACRLCs = (
remote_n_portd = 2153; remote_n_portd = 2153;
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -200,7 +200,6 @@ MACRLCs = ( ...@@ -200,7 +200,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -202,7 +202,6 @@ MACRLCs = ( ...@@ -202,7 +202,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;
} }
); );
......
...@@ -187,7 +187,6 @@ MACRLCs = ( ...@@ -187,7 +187,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -197,7 +197,6 @@ MACRLCs = ( ...@@ -197,7 +197,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 180; pusch_TargetSNRx10 = 180;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -188,7 +188,6 @@ MACRLCs = ( ...@@ -188,7 +188,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
#pusch_TargetSNRx10 = 150; #pusch_TargetSNRx10 = 150;
#pucch_TargetSNRx10 = 200; #pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
dl_max_mcs = 16; # there are retransmissions if more dl_max_mcs = 16; # there are retransmissions if more
} }
); );
......
...@@ -190,7 +190,6 @@ MACRLCs = ( ...@@ -190,7 +190,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 220; pusch_TargetSNRx10 = 220;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -184,7 +184,6 @@ MACRLCs = ( ...@@ -184,7 +184,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ul_prbblack_SNR_threshold = 10; ul_prbblack_SNR_threshold = 10;
ulsch_max_frame_inactivity = 10;
ul_max_mcs = 9; ul_max_mcs = 9;
} }
); );
......
...@@ -203,7 +203,6 @@ MACRLCs = ( ...@@ -203,7 +203,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 220; pusch_TargetSNRx10 = 220;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -204,7 +204,6 @@ MACRLCs = ( ...@@ -204,7 +204,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
# pusch_TargetSNRx10 = 200; # pusch_TargetSNRx10 = 200;
# pucch_TargetSNRx10 = 150; # pucch_TargetSNRx10 = 150;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -186,7 +186,6 @@ MACRLCs = ( ...@@ -186,7 +186,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -192,7 +192,6 @@ MACRLCs = ( ...@@ -192,7 +192,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 10;
} }
); );
......
...@@ -184,7 +184,6 @@ MACRLCs = ( ...@@ -184,7 +184,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ul_prbblack_SNR_threshold = 10; ul_prbblack_SNR_threshold = 10;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -208,7 +208,6 @@ MACRLCs = ( ...@@ -208,7 +208,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -199,7 +199,6 @@ MACRLCs = ( ...@@ -199,7 +199,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -186,7 +186,6 @@ MACRLCs = ( ...@@ -186,7 +186,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ul_prbblack_SNR_threshold = 10; ul_prbblack_SNR_threshold = 10;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -219,7 +219,6 @@ MACRLCs = ( ...@@ -219,7 +219,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
# pusch_TargetSNRx10 = 200; # pusch_TargetSNRx10 = 200;
# pucch_TargetSNRx10 = 150; # pucch_TargetSNRx10 = 150;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -223,7 +223,6 @@ MACRLCs = ( ...@@ -223,7 +223,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
#pusch_TargetSNRx10 = 200; #pusch_TargetSNRx10 = 200;
#pucch_TargetSNRx10 = 200; #pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -185,7 +185,6 @@ MACRLCs = ( ...@@ -185,7 +185,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
min_grant_prb = 20; min_grant_prb = 20;
min_grant_mcs = 16; min_grant_mcs = 16;
dl_max_mcs = 10; dl_max_mcs = 10;
......
...@@ -191,7 +191,6 @@ MACRLCs = ( ...@@ -191,7 +191,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -201,7 +201,6 @@ MACRLCs = ( ...@@ -201,7 +201,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -202,7 +202,6 @@ MACRLCs = ( ...@@ -202,7 +202,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -202,7 +202,6 @@ MACRLCs = ( ...@@ -202,7 +202,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -201,7 +201,6 @@ MACRLCs = ( ...@@ -201,7 +201,6 @@ MACRLCs = (
ul_bler_target_upper=.35; ul_bler_target_upper=.35;
ul_bler_target_lower=.15; ul_bler_target_lower=.15;
pusch_FailureThres = 100; pusch_FailureThres = 100;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -190,7 +190,6 @@ MACRLCs = ( ...@@ -190,7 +190,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 300; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -190,7 +190,6 @@ MACRLCs = ( ...@@ -190,7 +190,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 300; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -200,7 +200,6 @@ MACRLCs = ( ...@@ -200,7 +200,6 @@ MACRLCs = (
ul_bler_target_upper=.35; ul_bler_target_upper=.35;
ul_bler_target_lower=.15; ul_bler_target_lower=.15;
pusch_FailureThres = 100; pusch_FailureThres = 100;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -187,7 +187,6 @@ MACRLCs = ( ...@@ -187,7 +187,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
#pusch_TargetSNRx10 = 150; #pusch_TargetSNRx10 = 150;
#pucch_TargetSNRx10 = 200; #pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -186,7 +186,6 @@ MACRLCs = ( ...@@ -186,7 +186,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -190,7 +190,6 @@ MACRLCs = ( ...@@ -190,7 +190,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 300; pusch_TargetSNRx10 = 300;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -189,7 +189,6 @@ MACRLCs = ( ...@@ -189,7 +189,6 @@ MACRLCs = (
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
pusch_FailureThres = 1000; pusch_FailureThres = 1000;
ulsch_max_frame_inactivity = 0;
} }
); );
......
...@@ -186,7 +186,6 @@ MACRLCs = ( ...@@ -186,7 +186,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 150; pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -223,7 +223,6 @@ MACRLCs = ( ...@@ -223,7 +223,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
...@@ -222,7 +222,6 @@ MACRLCs = ( ...@@ -222,7 +222,6 @@ MACRLCs = (
tr_n_preference = "local_RRC"; tr_n_preference = "local_RRC";
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 1;
} }
); );
......
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