OpenAirInterface: Compile: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
Proses build OpenAirInterface
Proses build OpenAirInterface
  cd openairinterface5g/
  cd openairinterface5g/
git checkout develop
  source oaienv
  source oaienv
  cd cmake_targets/
  cd cmake_targets/
  ./build_oai -I -w USRP --eNB --UE
  ./build_oai -I -w USRP --eNB --UE

Revision as of 06:23, 8 November 2022

Rekomendasi OS : Ubuntu 14.04 atau 16.04 Ubuntu 18.04

Instalasi software git

sudo apt-get update
sudo apt-get install subversion git -y
git config --global user.name "nama"
git config --global user.email "email"
  • Khusus untuk ubuntu 14.04
echo -n | openssl s_client -showcerts -connect gitlab.eurecom.fr:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt
git config --global http.sslverify false

Unduh source code OpenAirInterface dari github

cd /usr/local/src/
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git

Proses build OpenAirInterface

cd openairinterface5g/
source oaienv
cd cmake_targets/
./build_oai -I -w USRP --eNB --UE