Difference between revisions of "4G: OpenAirInterface instalasi dari github"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " apt update apt -y install git git config --global user.name "Your Name" git config --global user.email "Your email address" cd /usr/local/src git clone https://gitlab....") |
Onnowpurbo (talk | contribs) |
||
| Line 7: | Line 7: | ||
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 | ||
| + | |||
| + | |||
| + | cd <your oai installation directory>/openairinterface5g/ | ||
| + | source oaienv | ||
| + | cd cmake_targets/ | ||
| + | ./build_oai -I -w USRP --eNB --UE --nrUE --gNB | ||
Revision as of 13:22, 30 September 2022
apt update apt -y install git git config --global user.name "Your Name" git config --global user.email "Your email address"
cd /usr/local/src git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
cd <your oai installation directory>/openairinterface5g/ source oaienv cd cmake_targets/ ./build_oai -I -w USRP --eNB --UE --nrUE --gNB