mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Most (but not all) physical simulators are defined under
openair1/SIMULATION/. Defining physical simulators below there seems to
be the more "obvious" directory anyway, as the physical simulators are
openair1/SIMULATION/tests
Phy(L1) Sim tests => PhySim (tests)
4 lines
58 B
CMake
4 lines
58 B
CMake
if(ENABLE_PHYSIM_TESTS)
|
|
add_subdirectory(tests)
|
|
endif()
|