From 28489a29ba5a7fa3b60a6c841c9a7e7e2ce73b4b Mon Sep 17 00:00:00 2001
From: Bartosz Podrygajlo <bartosz.podrygajlo@openairinterface.org>
Date: Fri, 14 Jun 2024 16:54:35 +0200
Subject: [PATCH] Remove references to unused library OML

---
 executables/lte-enb.c         | 1 -
 executables/lte-softmodem.c   | 2 +-
 executables/lte-ue.c          | 1 -
 executables/lte-uesoftmodem.c | 2 +-
 executables/nr-gnb.c          | 1 -
 5 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/executables/lte-enb.c b/executables/lte-enb.c
index 532d8bcfc08..5e686d6527d 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 615f6106fe3..43b1f5c675e 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 df5c47c3ca8..6c5cfd3f328 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 47f6c884c46..600722f6511 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 53c0500f9c5..2e9716c40c8 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"
-- 
GitLab