Commit 80cfd087 authored by Teodora Vladić's avatar Teodora Vladić Committed by Robert Schmidt
parent 1fc4bb6f
......@@ -77,7 +77,7 @@ Supported libxran releases:
| `oran_k_release_v1.0` |
**Note**: The libxran driver of OAI identifies the above K release as "11.1.0".
E/F releases not supported starting from tags `2026.w08`/`2026.w28`, respectively.
E/F releases not supported starting from tags `2026.w08`/`2026.w29`, respectively.
### Configure your server
......
......@@ -27,7 +27,7 @@ if(xran_FOUND)
if(xran_VERSION VERSION_GREATER_EQUAL 5 AND xran_VERSION VERSION_LESS 6)
message(FATAL_ERROR "xran E release not supported starting from tag 2026.w08.\nPlease switch to K version ${K_VERSION}")
elseif(xran_VERSION VERSION_GREATER_EQUAL 6 AND xran_VERSION VERSION_LESS 7)
message(FATAL_ERROR "xran F release not supported starting from tag 2026.w28.\nPlease switch to K version ${K_VERSION}")
message(FATAL_ERROR "xran F release not supported starting from tag 2026.w29.\nPlease switch to K version ${K_VERSION}")
elseif(xran_VERSION VERSION_EQUAL K_VERSION)
if(dpdk_VERSION VERSION_LESS 22)
message(FATAL_ERROR "DPDK version miniminum 22 required for K release, but found ${dpdk_VERSION}")
......
......@@ -12,7 +12,7 @@ if(xran_FOUND)
if(xran_VERSION VERSION_GREATER_EQUAL 5 AND xran_VERSION VERSION_LESS 6)
message(FATAL_ERROR "xran E release not supported starting from tag 2026.w08.\nPlease switch to K version ${K_VERSION}")
elseif(xran_VERSION VERSION_GREATER_EQUAL 6 AND xran_VERSION VERSION_LESS 7)
message(FATAL_ERROR "xran F release not supported starting from tag 2026.w28.\nPlease switch to K version ${K_VERSION}")
message(FATAL_ERROR "xran F release not supported starting from tag 2026.w29.\nPlease switch to K version ${K_VERSION}")
elseif(xran_VERSION VERSION_EQUAL K_VERSION)
target_compile_definitions(oran_fhlib_5g_mplane PRIVATE K_RELEASE)
endif()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment