diff --git a/executables/lte-enb.c b/executables/lte-enb.c index 532d8bcfc08b5a256f0cdfb46536cada635562e6..5e686d6527d8198d188ef19f90dfd508e23a1ad1 100644 --- a/executables/lte-enb.c +++ b/executables/lte-enb.c @@ -79,7 +79,6 @@ #include "common/utils/LOG/log.h" #include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_externs.h" -#include "UTIL/MATH/oml.h" #include "common/utils/LOG/vcd_signal_dumper.h" #include "UTIL/OPT/opt.h" #include "enb_config.h" diff --git a/executables/lte-softmodem.c b/executables/lte-softmodem.c index 615f6106fe36e41d4abfdadea86e5e5d3e795011..43b1f5c675e5d5e3d5ddc6203f30db63fe1899cb 100644 --- a/executables/lte-softmodem.c +++ b/executables/lte-softmodem.c @@ -69,7 +69,7 @@ unsigned short config_frames[4] = {2,9,11,13}; #include "common/utils/LOG/log.h" #include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_externs.h" -#include "UTIL/MATH/oml.h" +#include "SIMULATION/TOOLS/sim.h" #include "common/utils/LOG/vcd_signal_dumper.h" #include "UTIL/OPT/opt.h" #include "enb_config.h" diff --git a/executables/lte-ue.c b/executables/lte-ue.c index df5c47c3ca83dff9826f1b8f5689521123fb7479..6c5cfd3f328018a7dd0877a31ca08c24c940b4b8 100644 --- a/executables/lte-ue.c +++ b/executables/lte-ue.c @@ -56,7 +56,6 @@ #include "nfapi/oai_integration/vendor_ext.h" #include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_externs.h" -#include "UTIL/MATH/oml.h" #include "common/utils/LOG/vcd_signal_dumper.h" #include "UTIL/OPT/opt.h" #include "lte-softmodem.h" diff --git a/executables/lte-uesoftmodem.c b/executables/lte-uesoftmodem.c index 47f6c884c4660ffe3e10e925ba790f75c9e6713d..600722f651108250b73d2a430918b57875b76976 100644 --- a/executables/lte-uesoftmodem.c +++ b/executables/lte-uesoftmodem.c @@ -66,7 +66,7 @@ #include "nfapi/oai_integration/vendor_ext.h" #include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_externs.h" -#include "UTIL/MATH/oml.h" +#include "SIMULATION/TOOLS/sim.h" #include "common/utils/LOG/vcd_signal_dumper.h" #include "UTIL/OPT/opt.h" diff --git a/executables/nr-gnb.c b/executables/nr-gnb.c index 53c0500f9c5d2a7c4000809b870aa98f90977c27..2e9716c40c8e0ea5498e143ebfcde8970cb64296 100644 --- a/executables/nr-gnb.c +++ b/executables/nr-gnb.c @@ -71,7 +71,6 @@ #include "common/utils/LOG/log.h" #include "UTIL/OTG/otg_tx.h" #include "UTIL/OTG/otg_externs.h" -#include "UTIL/MATH/oml.h" #include "common/utils/LOG/vcd_signal_dumper.h" #include "UTIL/OPT/opt.h" #include "gnb_paramdef.h"