|
|
@ -202,8 +202,14 @@ foreach (nof_prb 6 15 25 50 75 100)
|
|
|
|
foreach (nof_ports 1 2)
|
|
|
|
foreach (nof_ports 1 2)
|
|
|
|
foreach (cfi 1 2 3)
|
|
|
|
foreach (cfi 1 2 3)
|
|
|
|
foreach (snr auto 15 300)
|
|
|
|
foreach (snr auto 15 300)
|
|
|
|
set(pdcch_test_args "")
|
|
|
|
# Build PDCCH test arguments
|
|
|
|
set(pdcch_test_args -n ${nof_prb} -p ${nof_ports} -f ${cfi} -S ${snr} -R 1 -F)
|
|
|
|
set(pdcch_test_args -n ${nof_prb} -p ${nof_ports} -f ${cfi} -S ${snr} -R 1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The current Viterbi decoder implementation for SSE and NEON does not perform good enough to pass the
|
|
|
|
|
|
|
|
# test without false detection. So, enable false alarm check in AVX2 based machines only.
|
|
|
|
|
|
|
|
if (HAVE_AVX2)
|
|
|
|
|
|
|
|
set(pdcch_test_args ${pdcch_test_args} -F)
|
|
|
|
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
|
|
string(REGEX REPLACE "\ " "" test_name_args ${pdcch_test_args})
|
|
|
|
string(REGEX REPLACE "\ " "" test_name_args ${pdcch_test_args})
|
|
|
|
|
|
|
|
|
|
|
|