Commit 8d62bc38 authored by Robert Schmidt's avatar Robert Schmidt

Remove documented but unsupported build_oai options

parent a93ad34c
...@@ -99,8 +99,6 @@ Options: ...@@ -99,8 +99,6 @@ Options:
Selects the transport protocol type, options: None, Ethernet, benetel4g, benetel5g, oran_fhlib_5g Selects the transport protocol type, options: None, Ethernet, benetel4g, benetel5g, oran_fhlib_5g
-P | --phy_simulators -P | --phy_simulators
Makes the unitary tests Layer 1 simulators Makes the unitary tests Layer 1 simulators
-S | --core_simulators
Makes the core security features unitary simulators
-s | --check -s | --check
runs a set of auto-tests based on simulators and several compilation tests runs a set of auto-tests based on simulators and several compilation tests
--run-group --run-group
...@@ -113,17 +111,8 @@ Options: ...@@ -113,17 +111,8 @@ Options:
Shows detailed compilation instructions in makefile Shows detailed compilation instructions in makefile
--build-doxygen --build-doxygen
Builds doxygen based documentation. Builds doxygen based documentation.
--build-coverity-scan
Builds Coverity-Scan objects for upload
--disable-deadline
Disables deadline scheduler of Linux kernel (>=3.14.x).
--trace-asn1c-enc-dec --trace-asn1c-enc-dec
Output asn1c logging traces via OAI logging system. Output asn1c logging traces via OAI logging system.
--enable-deadline
Enable deadline scheduler of Linux kernel (>=3.14.x).
--disable-cpu-affinity
Disables CPU Affinity between UHD/TX/RX Threads (Valid only when deadline scheduler is disabled). By defaulT, CPU Affinity is enabled when not using deadline scheduler. It is enabled only with >2 CPUs. For eNB, CPU_0-> Device library (UHD), CPU_1->TX Threads, CPU_2...CPU_MAX->Rx Threads. For UE, CPU_0->Device Library(UHD), CPU_1..CPU_MAX -> All the UE threads
--enable-cpu-affinity
--enable-LTTNG --enable-LTTNG
Enable LTTNG log. While lttng is enabled, T-Tracer will be disabled Enable LTTNG log. While lttng is enabled, T-Tracer will be disabled
--disable-T-Tracer --disable-T-Tracer
...@@ -146,8 +135,6 @@ Options: ...@@ -146,8 +135,6 @@ Options:
Disable AVX512 intrinsics whatever processor capability is Disable AVX512 intrinsics whatever processor capability is
--noavx2 --noavx2
Disable AVX2 intrinsics whatever processor capability is Disable AVX2 intrinsics whatever processor capability is
-k | --skip-shared-libraries
Skip build for shared libraries to reduce compilation time when building frequently for debugging purposes
--ninja --ninja
Tell cmake to use the Ninja build system. Without, will generate make files Tell cmake to use the Ninja build system. Without, will generate make files
--sanitize --sanitize
......
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