Skip to content

Remove unmaintained ocp-enb, some clean up in CMakeLists.txt

Robert Schmidt requested to merge ocp-enb-cmake into develop
  • Remove ocp-enb and split 7.3
  • Some cleanup:
    • Do not free config module when calling Telnet's softmodem-exit, as it can lead to segfaults (and it is the main thread's task to free it)
    • Drop some variables (CMAKE_DL_LIBS and LIB_LMS_LIBRARIES) from CMakeLists.txt: they are not used
    • CONFIG_LIB needs -ldlsym and the logging module (LOG), so express that in CMakeLists.txt

Merge request reports