Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Michael Black
OpenXG-RAN
Commits
536bf6af
Commit
536bf6af
authored
Oct 27, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/NR_SA_Tutorials_v4' into integration_2022_wk43
parents
92178e3e
c64c3e61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
+6
-5
No files found.
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
View file @
536bf6af
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment