Commit a700da57 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Merge remote-tracking branch 'origin/hardware-documentation' into integration_2024_w40

parents fc0cbc31 f648c09d
......@@ -43,6 +43,7 @@ Please see [NOTICE](NOTICE.md) file for third party software that is included in
* [General overview of documentation](./doc/README.md)
* [The implemented features](./doc/FEATURE_SET.md)
* [System Requirements for Using OAI Stack](./doc/system_requirements.md)
* [How to build](./doc/BUILD.md)
* [How to run the modems](./doc/RUNMODEM.md)
......
......@@ -26,7 +26,12 @@ The hardware on which we have tried this tutorial:
|Intel(R) Xeon(R) Gold 6354 36-Core, 128GB|Ubuntu 22.04.3 LTS (5.15.0-1033-realtime) |Intel X710, i40e, 9.00 0x8000cfeb 21.5.9 |
|AMD EPYC 9374F 32-Core Processor, 128GB |Ubuntu 22.04.2 LTS (5.15.0-1038-realtime) |Intel E810 ,ice, 4.00 0x8001184e 1.3236.0|
**NOTE**: These are not minimum hardware requirements. This is the configuration of our servers. The NIC card should support hardware PTP time stamping.
**NOTE**:
- These are not minimum hardware requirements. This is the configuration of our servers.
- The NIC card should support hardware PTP time stamping.
- If you are using Intel servers then use only Ice Lake or newer generations. In case of AMD use only 4th generation, Genoa or newer.
- If you try on any other server apart from the above listed, then choose a desktop/server with clock speed higher than 3.0 GHz and `avx512` capabilities.
NICs we have tested so far:
......
<table style="border-collapse: collapse; border: none;">
<tr style="border-collapse: collapse; border: none;">
<td style="border-collapse: collapse; border: none;">
<a href="http://www.openairinterface.org/">
<img src="./images/oai_final_logo.png" alt="" border=3 height=50 width=150>
</img>
</a>
</td>
<td style="border-collapse: collapse; border: none; vertical-align: center;">
<b><font size = "5">System Requirements for Using OAI Stack</font></b>
</td>
</tr>
</table>
This document describes the minimal and performant system requirements for OpenAirInterface (OAI) 4G/5G software stack (UE and gNB stack). The information provided in this document is based on experimentation, if you have a feedback then open an issue or send an email on the mailing list.
**Table of Contents**
[[_TOC_]]
# Supported CPU Architecture
|Architecture |
|------------------------------------------ |
|x86_64 (Intel, AMD) |
|aarch64 (Neoverse-N1, N2 and Grace hopper) |
**Note**:
- On `x86_64` platform the CPU should support `avx2` instruction set (Minimum requirement).
# Supported Operating System
|Operating System |
|-----------------|
|Ubuntu 20/22/24 |
|RHEL 9 |
|Fedora 40 |
|Debian 11 |
|Rocky 9 |
# Minimum Hardware Requirement for x86_64 Platforms
The minimum hardware requirements depends on the radio unit you would like to use or the test case that you would like to execute.
## Simulated Radio
OAI offers an inbuilt simulated radio, [RFSimulator](../radio/rfsimulator/README.md). It can be used to familiarize oneself with OAI, for development and debugging, and offers the possibility to use basic channel models. It is not designed to do high performance testing. The below requirements are valid for both 4G and 5G RAN and UE Stack.
The following requirements are minimum requirements for all use cases:
### Minimum requirements for gNB Stack
- CPU: 2
- Minimum frequency > 2GHz
- Memory: 4Gi
- `avx2` instruction set
- `sctp` protocol should be enabled
**NOTE**: We have not tested on Intel Atom or Celeron processors, and they
likely won't work well.
### Minimum requirements for UE Stack
- CPU: 2
- Minimum frequency > 2GHz
- Memory: 3Gi
- `avx2` instruction set
**NOTE**: We have not tested on Intel Atom or Celeron processors
## USRP B2XX or Blade RF
USRP B2XX or Blade RF are USB based radios recommended to use with USB 3.0. You can choose a minimum hardware to do functional testing and performance hardware for performance testing. This hardware you can find in Mini-PCs or laptops.
The minimum requirements stated in [simulated radio](.##simulated-radio) apply.
### Minimum requirements for both gNB and UE Stack
- CPU: 3
- Memory: 5Gi
- Disable CPU sleep states
- USB 3.0
- Intel i5, AMD Ryzen 5
### Recommended for performance for gNB and UE Stack
- CPU: 4
- Boost Frequency > 3GHz
- Use only performance cores
- Disable hyper-threading
- Disable CPU sleep states
- DDR4 or DDR5 RAM, minimum 5Gi
- USB 3.0
Apart from this you should follow [tuning and security tips](./tuning_and_security.md) to
tune your system to get high performance.
## USRP N3XX/X3XX/X4XX/AW2S
USRP N3XX/X3XX/X4XX requires two dedicated 10G SFP+ connections. For these radios we only recommend having performance hardware. This hardware you can find in Desktop servers or rack/blade servers. For the gNB, the same applies in case of using AW2S radios.
The minimum requirements stated in [simulated radio](.##simulated-radio) apply.
Apart from this you should follow [tuning and security tips](./tuning_and_security.md) to
tune your system to get high performance.
**NOTE**: In case you are using Mellanox NIC cards then you have to download `mlnx-ofed` and configure your NIC for performance.
### Recommended for performance for gNB Stack
- CPU: 8-10
- Boost Frequency > 4GHz
- Use only performance cores
- Disable CPU sleep states
- DDR4 or DDR5 RAM, 5 Gi
- (Optional) Realtime kernel to have better Jitter statistics
- Intel x710/xx710/E-810 or Mellanox connect 5x or 6x
### Recommended for performance for UE Stack
- CPU: 4
- Boost Frequency > 4GHz
- DDR4 or DDR5 RAM, 5Gi
- Use only performance cores
- Disable CPU sleep states
- (Optional) Realtime kernel to have better Jitter statistics
- Intel x710/xx710/E-810 or Mellanox connect 5x or 6x
## O-RAN Radio Units
We have dedicated documentation for O-RAN Radio Units. [Refer to 7.2 FH documentation](./ORAN_FHI7.2_Tutorial.md) before purchasing a Desktop server or rack/blade server.
The minimum requirements stated in [simulated radio](.##simulated-radio) apply.
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