Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mingxuan Li
openairinterface5G
Commits
c64c3e61
Commit
c64c3e61
authored
2 years ago
by
Luis Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Tutorials: minor updates and improvements
parent
5324e0c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
+6
-5
6 additions, 5 deletions
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
with
6 additions
and
5 deletions
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
+
6
−
5
View file @
c64c3e61
...
...
@@ -21,7 +21,7 @@ In this tutorial we describe how to configure and run a 5G end-to-end setup with
Minimum hardware requirements:
-
Laptop/Desktop/Server for OAI CN5G and OAI gNB
-
Operating System:
[
Ubuntu 20.04.
4
LTS
](
https://releases.ubuntu.com/20.04
.4
/ubuntu-20.04.
4
-desktop-amd64.iso
)
-
Operating System:
[
Ubuntu 20.04.
5
LTS
](
https://releases.ubuntu.com/20.04/ubuntu-20.04.
5
-desktop-amd64.iso
)
-
CPU: 8 cores x86_64 @ 3.5 GHz
-
RAM: 32 GB
-
Laptop for UE
...
...
@@ -88,11 +88,12 @@ docker image tag oaisoftwarealliance/trf-gen-cn5g:latest trf-gen-cn5g:latest
## 2.3 OAI CN5G Configuration files
Download and copy configuration files:
-
Copy
[
docker-compose-basic-nrf.yaml
](
tutorial_resources/docker-compose-basic-nrf.yaml
)
to
`~/oai-cn5g-fed/docker-compose`
```
bash
wget
-O
~/oai-cn5g-fed/docker-compose/docker-compose-basic-nrf.yaml https://gitlab.eurecom.fr/oai/openairinterface5g/-/raw/develop/doc/tutorial_resources/docker-compose-basic-nrf.yaml?inline
=
false
```
-
Copy
[
oai_db.sql
](
tutorial_resources/oai_db.sql
)
to
`~/oai-cn5g-fed/docker-compose/database`
Change permissions on oai_db.sql to prevent mysql permission denied error:
```
bash
chmod
644
~/oai-cn5g-fed/docker-compose/database/oai_db.sql
wget
-O
~/oai-cn5g-fed/docker-compose/database/oai_db.sql
https://gitlab.eurecom.fr/oai/openairinterface5g/-/raw/develop/doc/tutorial_resources/oai_db.sql?inline
=
false
```
## 2.4 SIM Card
...
...
@@ -118,7 +119,7 @@ cd host
mkdir
build
cd
build
cmake ../
make
-j
4
make
-j
$(
nproc
)
make
test
# This step is optional
sudo
make
install
sudo
ldconfig
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment