Skip to content
Snippets Groups Projects
Commit 379c7e80 authored by Your Name's avatar Your Name
Browse files

Update nric install script

parent 5ba59214
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ cd $WORK_DIR/
sudo rm -rf flexric/
git clone https://projetos.imd.ufrn.br/reginalab/nric-flexric.git flexric
cd $WORK_DIR/flexric
git remote add upstream https://gitlab.eurecom.fr/mosaic5g/flexric.git
sudo rm -rf build/
mkdir $WORK_DIR/flexric/build
cd $WORK_DIR/flexric/build
cmake ..
......@@ -59,9 +61,9 @@ cd $WORK_DIR/
sudo rm -rf oai/
git clone https://projetos.imd.ufrn.br/reginalab/nric-oai oai
cd $WORK_DIR/oai
git remote add upstream https://gitlab.eurecom.fr/oai/openairinterface5g.git
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
source oaienv
cd cmake_targets
sudo ./build_oai -I -w USRP --gNB --nrUE --build-e2 --ninja
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment