PDCCH test skips 100PRB for ARM

master
Xavier Arteaga 3 years ago committed by Andre Puschmann
parent 9139f88b31
commit 2cd8ba3a1a

@ -199,6 +199,10 @@ add_executable(pdcch_test pdcch_test.c)
target_link_libraries(pdcch_test srsran_phy)
foreach (nof_prb 6 15 25 50 75 100)
# Currently, the ARM platforms srsRAN has been tested are not capable of running 100PRB. So, skip 100 PRB in ARM
if (HAVE_NEON AND (${nof_prb} EQUAL 100))
continue()
endif ()
foreach (nof_ports 1 2)
foreach (cfi 1 2 3)
foreach (snr auto 15 300)

Loading…
Cancel
Save