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.
You need to install git using the following commands:
sudo apt-get update
sudo apt-get install gitThe openairinterface5g repository holds the source code for the RAN (4G and 5G).
Clone the RAN repository:
git clone https://github.com/duranta-project/openairinterface5g.gitdevelop: 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.