Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
37a2a059
Commit
37a2a059
authored
Feb 16, 2026
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move developer-specific docs to developer's section
parent
4c9aaba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/README.md
doc/README.md
+5
-4
No files found.
doc/README.md
View file @
37a2a059
...
...
@@ -18,10 +18,6 @@ Beware if you previously pulled the `develop` branch that your repository may be
-
[
FEATURE_SET.md
](
./FEATURE_SET.md
)
: lists supported features
-
[
GET_SOURCES.md
](
./GET_SOURCES.md
)
: how to download the sources
-
[
BUILD.md
](
./BUILD.md
)
: how to build the sources
-
[
code-style-contrib.md
](
./code-style-contrib.md
)
: overall working practices, code style, and review process
-
[
cross-compile.md
](
./cross-compile.md
)
: how to cross-compile OAI for ARM
-
[
clang-format.md
](
./clang-format.md
)
: how to format the code
-
[
sanitizers.md
](
./dev_tools/sanitizers.md
)
: how to run with ASan/UBSan/MemSAN/TSan
-
[
environment-variables.md
](
./environment-variables.md
)
: the environment variables used by OAI
-
[
tuning_and_security.md
](
./tuning_and_security.md
)
: performance and security considerations
...
...
@@ -135,7 +131,12 @@ The other SDRs (AW2S, LimeSDR, ...) have no READMEs.
## Developer tools
-
[
code-style-contrib.md
](
./code-style-contrib.md
)
: overall working practices, code style, and review process
-
[
cross-compile.md
](
./cross-compile.md
)
: how to cross-compile OAI for ARM
-
[
clang-format.md
](
./clang-format.md
)
: how to format the code. See also the
next entry for an error detection tool.
-
[
formatting
](
../tools/formatting/README.md
)
is a clang-format error detection tool
-
[
sanitizers.md
](
./dev_tools/sanitizers.md
)
: how to run with ASan/UBSan/MemSAN/TSan
-
[
iwyu
](
../tools/iwyu/README.md
)
is a tool to detect
`#include`
errors
-
[
docker-dev-env
](
../tools/docker-dev-env/README.md
)
is a ubuntu24 docker development environment
-
[
doc_best_practices.md
](
./doc_best_practices.md
)
: overall best practices for writing documentations
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment