Skip to content
Snippets Groups Projects
Commit 5fa7b449 authored by Matheus Fagundes's avatar Matheus Fagundes
Browse files

Add script to install sd-ran ONOS-RIC with USRP

parent 8897b32a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
## Clone repository
git clone https://github.com/onosproject/sdran-in-a-box ~/sdran-in-a-box
## Change make and config files
cd ~/sdran-in-a-box
sudo wget -O ~/sdran-in-a-box/MakefileVar.mk https://projetos.imd.ufrn.br/reginalab/sdran-openairinterface/-/raw/main/sd-ran/sdran-install-scripts/MakefileVar.mk?inline=false
sudo wget -O ~/sdran-in-a-box/sdran-in-a-box-values.yaml https://projetos.imd.ufrn.br/reginalab/sdran-openairinterface/-/raw/main/sd-ran/sdran-install-scripts/sdran-in-a-box-values.yaml?inline=false
## Make
sudo apt install build-essential
make riab OPT=ric
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