https://github.com/simula/oai-cn5g-fed
OAI 5G Network Core (forked from https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git/)
https://github.com/simula/oai-cn5g-fed
Last synced: 18 days ago
JSON representation
OAI 5G Network Core (forked from https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed.git/)
- Host: GitHub
- URL: https://github.com/simula/oai-cn5g-fed
- Owner: simula
- License: other
- Created: 2025-09-10T08:17:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-22T09:31:17.000Z (10 months ago)
- Last Synced: 2025-09-22T11:31:19.877Z (10 months ago)
- Language: Python
- Size: 42.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
OPENAIR-CN-5G: An implementation of the 5G Core network by the OpenAirInterface community.
`OPENAIR-CN-5G` is an implementation of the 3GPP specifications for the 5G Core Network.
At the moment, it contains the following network elements:
* Access and Mobility Management Function (**[AMF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-amf)**)
* Authentication Server Management Function (**[AUSF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-ausf)**)
* Location Management Function (**[LMF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-lmf)**)
* Network Exposure Function (**[NEF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nef)**)
* Network Repository Function (**[NRF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nrf)**)
* Network Slicing Selection Function (**[NSSF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nssf)**)
* Network Data Analytics Function (**[NWDAF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-nwdaf)**)
* Policy Control Function (**[PCF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-pcf)**)
* Session Management Function (**[SMF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-smf)**)
* Unified Data Management (**[UDM](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-udm)**)
* Unified Data Repository (**[UDR](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-udr)**)
* User Plane Function (**UPF**) with 2 variants:
* Simple Implementation (with a eBPF option) (**[UPF](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-upf)**)
* VPP-Based Implementation (**[UPF-VPP](https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-upf-vpp)**)
* Unstructured Data Storage Function (**UDSF**)
Each has its own repository. Some of these repositories are still private, soon to be released.
This repository is a **Federation of the OpenAir CN 5G repositories**.
Its main purpose is for Continuous Integration scripting.
It also hosts some tutorials.
* [How to do a container-based simple deployment](docs/DEPLOY_HOME.md).
* [How to create a container-based developer environment](docs/DEBUG_5G_CORE.md).
# Licence info
It is distributed under `OAI Public License V1.1`.
See [OAI Website for more details](https://www.openairinterface.org/?page_id=698).
The text for `OAI Public License V1.1` is also available under [LICENSE](LICENSE)
file at the root of this repository.
Note that the `UPF-VPP` implementation is distributed under `Apache V2.0 License`.
See [Apache Website for more details](http://www.apache.org/licenses/LICENSE-2.0).
# Collaborative work
This source code is managed through a GITLAB server, a collaborative development platform.
Process is explained in [CONTRIBUTING](CONTRIBUTING.md) file.
If you wish to discuss development topics, we have a weekly one-hour meeting every Tuesday at 11AM CET.
The meeting details are available through this [ics file](./docs/meeting_invitations/invite-2024.ics).
# Contribution requests
In a general way, anybody who is willing can contribute on any part of the
code in any network component.
Contributions can be simple bugfixes, advices and remarks on the design,
architecture, coding/implementation.
# Release Notes
They are available on the [CHANGELOG](CHANGELOG.md) file.