A fix proposal for phy simulators compilation Pb.
parent
a01e93be
No related branches found
No related tags found
Showing
- cmake_targets/CMakeLists.txt 5 additions, 1 deletioncmake_targets/CMakeLists.txt
- executables/softmodem-common.c 61 additions, 60 deletionsexecutables/softmodem-common.c
- openair1/SIMULATION/NR_PHY/dlsim.c 0 additions, 1 deletionopenair1/SIMULATION/NR_PHY/dlsim.c
- openair1/SIMULATION/NR_PHY/ulsim.c 0 additions, 1 deletionopenair1/SIMULATION/NR_PHY/ulsim.c
Loading
-
This is a proposal to fix the nr_dlsim and nr_ulsim compilation problem. I included softmodem-common.c in these target sources and added also a PHYSICAL_SIMULATOR compilation macro in CMakefile.txt. Testing the PHYSICAL_SIMULATOR macro in softmodem-common.c allows to prevent inclusion of unwanted code when compiling PHY simulators.
-
Done here ad0eba1e
Please register or sign in to comment