Commit 3d677e3f authored by Robert Schmidt's avatar Robert Schmidt

Increase UL MCS to 28 in 5G CU-DU F1 RFsim test

The 2nd next commit will introduce channel emulation in RFsim. Enable
higher MCS to be able to see retransmissions.
parent 513f060f
...@@ -177,6 +177,8 @@ MACRLCs = ( ...@@ -177,6 +177,8 @@ MACRLCs = (
remote_n_portd = 2153; remote_n_portd = 2153;
pusch_TargetSNRx10 = 200; pusch_TargetSNRx10 = 200;
pucch_TargetSNRx10 = 200; pucch_TargetSNRx10 = 200;
dl_max_mcs = 28;
ul_max_mcs = 28;
} }
); );
......
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