mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
9cb79027e4b06ae608a83c741a0c967be26c4243
Integration `2026.w05` * !3850 Update vrtsim timing job thread * !3853 Clear memory in shm_td_iq_channel after RX * !3823 Fix RSRP overflow * !3766 UE support to send CSI report on PUSCH * !3848 Initial implementation of O-RU for 7.2 emulator * !3860 NGAP: improve error handling in RRCReconfiguration from Handover Command decoding * !3507 Create Debian and Redhat packages with CPack * !3875 Fix FFT size for xran_fh_tx_send_slot_BySymbol() and xran_fh_rx_read_slot_BySymbol() * !3593 NR UE: add support for multiple RF frontends * !3769 Add Ethernet PDU session support and make PDU session request configurable * !3831 semi-manual remove of not used #define commands * Update RFsim4G UE configs for RFsim changes after !3593 * !3821 [FHI72] [xran F] Handle fragmented (un)compressed packets * !3732 Implement TS 38.473 transparency for CellGroupConfig forwarding and handle re-establishment on a different DU * !3880 Prevent the PNF from sending P7 messages after sending a STOP.indication * !3868 CI: Upgrade Aerial pipeline to 25-3 * Revert one CI XML change after !3732 Closes #1045, #837, and #1043 See merge request oai/openairinterface5g!3877
Revert "CI: upgrade RAN-SA-Handover-CN5G F1 handover test to test Reestablishment on a different DU"
Merge remote-tracking branch 'origin/prevent-p7-msg-after-stop-indication' into integration_2026_w05 (!3880)
OpenAirInterface License
It is distributed under OAI Public License V1.1.
The license information is distributed under LICENSE file in the same directory.
Please see NOTICE file for third party software that is included in the sources.
Where to Start
- General overview of documentation
- The implemented features
- System Requirements for Using OAI Stack
- How to build
- How to run the modems
Not all information is available in a central place, and information for specific sub-systems might be available in the corresponding sub-directories. To find all READMEs, this command might be handy:
find . -iname "readme*"
RAN repository structure
The OpenAirInterface (OAI) software is composed of the following parts:
openairinterface5g
├── charts
├── ci-scripts : Meta-scripts used by the OSA CI process. Contains also configuration files used day-to-day by CI.
├── CMakeLists.txt : Top-level CMakeLists.txt for building
├── cmake_targets : Build utilities to compile (simulation, emulation and real-time platforms), and generated build files.
├── common : Some common OAI utilities, some other tools can be found at openair2/UTILS.
├── doc : Documentation
├── docker : Dockerfiles to build for Ubuntu and RHEL
├── executables : Top-level executable source files (gNB, eNB, ...)
├── maketags : Script to generate emacs tags.
├── nfapi : (n)FAPI code for MAC-PHY interface
├── openair1 : Layer 1 (3GPP LTE Rel-10/12 PHY, NR Rel-15 PHY)
├── openair2 : Layer 2 (3GPP LTE Rel-10 MAC/RLC/PDCP/RRC/X2AP, LTE Rel-14 M2AP, NR Rel-15+ MAC/RLC/PDCP/SDAP/RRC/X2AP/F1AP/E1AP), E2AP
├── openair3 : Layer 3 (3GPP LTE Rel-10 S1AP/GTP, NR Rel-15 NGAP/GTP)
├── openshift : OpenShift helm charts for some deployment options of OAI
├── radio : Drivers for various radios such as USRP, AW2S, RFsim, 7.2 FHI, ...
├── targets : Some configuration files; only historical relevance, and might be deleted in the future
└── tools : Tools for use by the developers/ci machines: code analysis and formatting
How to get support from the OAI Community
You can ask your question on the mailing lists.
Your email should contain below information:
- A clear subject in your email.
- For all the queries there should be [Query] in the subject of the email and for problems there should be [Problem].
- In case of a problem, add a small description.
- Do not share any photos unless you want to share a diagram.
- OAI gNB/DU/CU/CU-CP/CU-UP configuration file in
.confformat only. - Logs of OAI gNB/DU/CU/CU-CP/CU-UP in
.logor.txtformat only. - In case your question is related to performance, include a small description of the machine (Operating System, Kernel version, CPU, RAM and networking card) and diagram of your testing environment.
- Known/open issues are present on GitLab, so keep checking.
Always remember a structured email will help us understand your issues quickly.
Description
No description provided
5GbugCellularconfirmedcriticaldiscussiondocumentationenhancementfeatureOpeairinterfacesuggestionsupportWireless
Readme
515 MiB
Languages
C
91.5%
CMake
3.3%
C++
2.2%
TeX
1%
Python
0.8%
Other
1%
