From e3ea5d3d25f40685d0ec9f9af88450c3c0ad0ee8 Mon Sep 17 00:00:00 2001 From: Xavier Arteaga Date: Mon, 5 Jul 2021 17:09:34 +0200 Subject: [PATCH] Renamed PHY NR test --- test/phy/CMakeLists.txt | 2 +- test/phy/{nr_dl_flood.cc => nr_phy_test.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/phy/{nr_dl_flood.cc => nr_phy_test.cc} (100%) diff --git a/test/phy/CMakeLists.txt b/test/phy/CMakeLists.txt index 959bd21bb..ea235b828 100644 --- a/test/phy/CMakeLists.txt +++ b/test/phy/CMakeLists.txt @@ -7,7 +7,7 @@ # if (RF_FOUND AND ENABLE_SRSUE AND ENABLE_SRSENB) - add_executable(nr_phy_test nr_dl_flood.cc) + add_executable(nr_phy_test nr_phy_test.cc) target_link_libraries(nr_phy_test srsue_phy_nr srsue_phy diff --git a/test/phy/nr_dl_flood.cc b/test/phy/nr_phy_test.cc similarity index 100% rename from test/phy/nr_dl_flood.cc rename to test/phy/nr_phy_test.cc