mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Move noise_device to openair1/SIMULATION/TOOLS
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
add_library(rf_emulator MODULE rf_emulator.c)
|
||||
set_target_properties(rf_emulator PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
||||
target_link_libraries(rf_emulator PRIVATE noise_device log_headers)
|
||||
target_link_libraries(rf_emulator PRIVATE noise_device log_headers noise_device)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <common/utils/LOG/log.h>
|
||||
#include "common/utils/threadPool/pthread_utils.h"
|
||||
#include "common_lib.h"
|
||||
#include "radio/vrtsim/noise_device.h"
|
||||
#include "noise_device.h"
|
||||
#include "simde/x86/avx512.h"
|
||||
#include "SIMULATION/TOOLS/sim.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user