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
315caca9
Commit
315caca9
authored
Dec 22, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/NR_SA_Tutorials' into integration_2022_wk51
parents
8943dfa1
5db45c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
+9
-6
No files found.
doc/NR_SA_CN5G_gNB_USRP_COTS_UE_Tutorial.md
View file @
315caca9
...
...
@@ -17,7 +17,7 @@
[[
_TOC_
]]
# 1. Scenario
In this tutorial we describe how to configure and run a 5G end-to-end setup with OAI CN5G, OAI gNB, OAI UE and COTS UE.
In this tutorial we describe how to configure and run a 5G end-to-end setup with OAI CN5G, OAI gNB, OAI
nr
UE and COTS UE.
Minimum hardware requirements:
-
Laptop/Desktop/Server for OAI CN5G and OAI gNB
...
...
@@ -233,13 +233,14 @@ iperf -s -u -i 1 -B 12.1.1.2
docker
exec
-it
oai-ext-dn iperf
-u
-t
86400
-i
1
-fk
-B
192.168.70.135
-b
100M
-c
12.1.1.2
```
## 5.2 Testing with OAI UE
### 5.2.1 Testing with OAI UE with USRP B210
## 5.2 Testing with OAI
nr
UE
### 5.2.1 Testing with OAI
nr
UE with USRP B210
Important notes:
-
This should be run in a second Ubuntu 20.04 host, other than gNB
-
It only applies when running OAI gNB with USRP B210
-
OAI gNB must run with the following flag:
`--gNBs.[0].min_rxtxtime 6`
Run OAI UE
Run OAI
nr
UE
```
bash
cd
~/openairinterface5g
source
oaienv
...
...
@@ -247,12 +248,12 @@ cd cmake_targets/ran_build/build
sudo
./nr-uesoftmodem
-r
106
--numerology
1
--band
78
-C
3619200000
--nokrnmod
--ue-fo-compensation
--sa
-E
--uicc0
.imsi 001010000000001
--uicc0
.nssai_sd 1
```
### 5.2.2 Testing with OAI UE with RFsimulator
### 5.2.2 Testing with OAI
nr
UE with RFsimulator
Important notes:
-
This should be run on the same host as the OAI gNB
-
It only applies when running OAI gNB with RFsimulator
Run OAI UE with RFsimulator
Run OAI
nr
UE with RFsimulator
```
bash
cd
~/openairinterface5g
source
oaienv
...
...
@@ -291,6 +292,8 @@ sudo ethtool -G enp1s0f0 tx 4096 rx 4096
```
## 6.2 Real-time performance workarounds
-
Enable Performance Mode in Ubuntu 22:
-
Settings/Power/Power Mode: Performance
-
If you get real-time problems on heavy UL traffic, reduce the maximum UL MCS using an additional command-line switch:
`--MACRLCs.[0].ul_max_mcs 14`
.
## 6.3 Uplink issues related with noise on the DC carriers
...
...
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