Commit d45261f8 authored by Sakthivel Velumani's avatar Sakthivel Velumani
Browse files

Add dlsim test case for 256 qam & fading channel

So far the performance of 256 qam with fading channel was very bad with
nearly 100% bler. It was similar for other mod order > 2. With the
current fix in compensation and LLR computation, the performance is now
in acceptable range. Hence, a new test case is added with TDL-A channel.
parent cb0245b6
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -225,14 +225,16 @@
      <desc>nr_dlsim Test cases. (Test1: 106 PRBs 50 PDSCH-PRBs MCS Index 27),
                                 (Test2: 106 PRBs 50 PDSCH-PRBs MCS Index 16),
                                 (Test3: 106 MCS-TABLE 256 QAM MCS Index 26),
                                 (Test4: MCS 0, low SNR performance),
                                 (Test5: 4x4 MIMO, 1 Layer),
                                 (Test6: 4x4 MIMO, 2 Layers),
                                 (Test7: 4x4 MIMO, 4 Layers)</desc>
                                 (Test4: 106 MCS-TABLE 256 QAM MCS Index 22, Fading Channel),
                                 (Test5: MCS 0, low SNR performance),
                                 (Test6: 4x4 MIMO, 1 Layer),
                                 (Test7: 4x4 MIMO, 2 Layers),
                                 (Test8: 4x4 MIMO, 4 Layers)</desc>
      <main_exec>nr_dlsim</main_exec>
      <main_exec_args>-n100 -e27 -s30
                      -n100 -e16 -s11 -S13
                      -n100 -q1 -e26 -s30
                      -n100 -q1 -e22 -s25 -gA
                      -n100 -e0 -t95 -S-1.0 -i 2 1 0
                      -n10 -s20 -U 3 0 0 2 -gA -x1 -y4 -z4
                      -n10 -s20 -U 3 0 0 2 -gA -x2 -y4 -z4