The OpenAirInterface software can be obtained from our gitLab server. 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 git
The openairinterface5g repository holds the source code for the RAN (4G and 5G).
Clone the RAN repository:
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
Configure git with your name/email address, important if you are developer and want to contribute by pushing code. Please put your full name and the e-mail address you use in Gitlab.
git config --global user.name "Your Name"
git config --global user.email "Your email address"
More information can be found in the contributing page.
develop
: contains recent commits that are tested on our CI test bench. The
update frequency is about once a week. 5G is only in this branch. It is the
recommended and default branch.
master
: contains a known stable version.You can find the latest stable tag release here: https://gitlab.eurecom.fr/oai/openairinterface5g/tags
The tag naming conventions are:
master
branch: vx
.y
.z
develop
branch yyyy
.wxx
yyyy
is the calendar yearxx
the week number within the yearMore information on work flow and policies can be found in this document.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )