mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- Add ci-approval protection for docker/, charts/, openshift/,
and build_oai and build_helper files
- Update oai email contact to `oaicicdteam@openairinterface.org`
- Change GitLab to GitHub in `GET_SOURCES.md`
Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>
1.3 KiB
1.3 KiB
The Duranta OpenAirInterface software can be obtained Github. You will need a git client to get the sources. The repository is used for main developments.
Prerequisites
You need to install git using the following commands:
sudo apt-get update
sudo apt-get install git
Clone the Git repository (for OAI Users without login to github server)
The openairinterface5g repository holds the source code for the RAN (4G and 5G).
All users, anonymous access
Clone the RAN repository:
git clone https://github.com/duranta-project/openairinterface5g.git
Which branch to checkout?
develop: contains recent commits that are tested on our CI test bench. The update frequency is about once a week. This is the recommended and default branch.
You can find the latest stable tag release here.
The tag naming conventions are:
- On
developbranchYYYY.wXXYYYYis the calendar yearXXthe week number within the year
- On
developbranchvX.Y- a semantic version number
More information on work flow and policies can be found in this document.