Commit 353d42a1 authored by Thomas Schlichter's avatar Thomas Schlichter Committed by Marwan Hammouda

change maximum DL and UL MCS to 0 for FDD SA configurations

parent bc0fc177
......@@ -202,6 +202,9 @@ MACRLCs = (
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
dl_max_mcs = 0;
ul_max_mcs = 0;
min_grant_mcs = 0;
}
);
......
......@@ -203,6 +203,9 @@ MACRLCs = (
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
dl_max_mcs = 0;
ul_max_mcs = 0;
min_grant_mcs = 0;
}
);
......
......@@ -203,6 +203,9 @@ MACRLCs = (
pusch_TargetSNRx10 = 150;
pucch_TargetSNRx10 = 200;
ulsch_max_frame_inactivity = 0;
dl_max_mcs = 0;
ul_max_mcs = 0;
min_grant_mcs = 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