do not compile full LTE L2 eNB in nr-softmodem (at the cost of a small dummy file)

This commit is contained in:
francescomani
2025-03-24 16:53:06 +01:00
parent d62e202a5b
commit 6c6fa11fd8
2 changed files with 63 additions and 2 deletions

View File

@@ -1335,8 +1335,8 @@ if(E2_AGENT)
endif()
add_library(L2_LTE_NR
${L2_RRC_SRC}
${MAC_SRC}
# temporary solution until 4G/5G code completely untangled (as evidenced by deletion of the following file)
${MAC_DIR}/dummy_functions.c
${ENB_APP_SRC}
)