Difference between revisions of "OpenAirInterface: Compile"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
| − | + | Rekomendasi OS : Ubuntu 14.04 atau 16.04 Ubuntu 18.04  | |
| + | Instalasi software git  | ||
  sudo apt-get update  |   sudo apt-get update  | ||
  sudo apt-get install subversion git -y  |   sudo apt-get install subversion git -y  | ||
| Line 6: | Line 7: | ||
  git config --global user.email "email"  |   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  |   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  |   git config --global http.sslverify false  | ||
| + | Unduh source code OpenAirInterface dari github  | ||
  cd /usr/local/src/  |   cd /usr/local/src/  | ||
  git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git  |   git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git  | ||
| + | Proses build OpenAirInterface  | ||
  cd openairinterface5g/  |   cd openairinterface5g/  | ||
  git checkout develop  |   git checkout develop  | ||
Revision as of 10:26, 26 October 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/ git checkout develop source oaienv cd cmake_targets/ ./build_oai -I -w USRP --eNB --UE