Commit 79fe8f58 authored by Robert Schmidt's avatar Robert Schmidt

Speed up rfsimulator build

The ASN.1 RRC (4G/5G) headers are not needed
parent 5b62e0eb
......@@ -4,7 +4,6 @@ add_library(rfsimulator MODULE
../../openair1/PHY/TOOLS/signal_energy.c
)
target_link_libraries(rfsimulator PRIVATE SIMU)
target_link_libraries(rfsimulator PRIVATE asn1_nr_rrc asn1_lte_rrc)
set_target_properties(rfsimulator PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
add_executable(replay_node stored_node.c)
......
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