Skip to content
Snippets Groups Projects
Commit a1f0501b authored by Carlos Antonio De Lima Filho's avatar Carlos Antonio De Lima Filho
Browse files

Update README.md

parent 496fe172
No related branches found
No related tags found
No related merge requests found
...@@ -92,13 +92,13 @@ In a Linux Terminal, follow the steps below: ...@@ -92,13 +92,13 @@ In a Linux Terminal, follow the steps below:
## gNB Installation ## gNB Installation
To install OAI RAN 5G, go back to /home/dco1020 and follow this tutorial. To install OAI RAN 5G, go back for /home/$your user$ and follow this tutorial.
**Step 0:** go back to /home/dco1020. In a Linux Terminal, type: **Step 0:** go back to /home/$your user$. In a Linux Terminal, type:
> sudo su > sudo su
> >
> cd /home/dco1020 > cd /home/$your user$
## 5G RAN Installation ## 5G RAN Installation
...@@ -122,7 +122,7 @@ sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.6.0_4.6.0.0-0ubun ...@@ -122,7 +122,7 @@ sudo dpkg -i --force-overwrite /var/cache/apt/archives/libuhd4.6.0_4.6.0.0-0ubun
git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
> cd /home/dco1020/openairinterface5g > cd /home/$your user$/openairinterface5g
> >
> git checkout slicing-spring-of-code > git checkout slicing-spring-of-code
> >
...@@ -143,13 +143,13 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git ...@@ -143,13 +143,13 @@ git clone https://gitlab.eurecom.fr/oai/openairinterface5g.git
## Objectives ## Objectives
- Install and configure the gNB and FlexRIC - Install and configure the gNB and FlexRIC
To install OAI FlexRIC, go back to /home/dco1020 and follow this tutorial. To install OAI FlexRIC, go back to /home/$your user$ and follow this tutorial.
**Step 0:** go back to /home/dco1020. In a Linux Terminal, type: **Step 0:** go back to /home/$your user$. In a Linux Terminal, type:
> sudo su > sudo su
> >
> cd /home/dco1020 > cd /home/$your user$
**Step 1:** Install dependencies: **Step 1:** Install dependencies:
...@@ -192,7 +192,7 @@ For this task, open another terminal using crtl+Alt+T. ...@@ -192,7 +192,7 @@ For this task, open another terminal using crtl+Alt+T.
**Step 1:** Core deployment **Step 1:** Core deployment
> cd /home/dco1020/oai-cn5g-fed/docker-compose > cd /home/$your user$/oai-cn5g-fed/docker-compose
> >
> sudo python3 core-network.py --type start-basic --scenario 1 > sudo python3 core-network.py --type start-basic --scenario 1
......
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