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
lizhongxiao
OpenXG-RAN
Commits
bc251bdc
Commit
bc251bdc
authored
Dec 26, 2023
by
Arash Sahbafard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: NR_SA_Tutorial_OAI_multi_nrUE_rfsim.md
parent
1a9c87cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
doc/NR_SA_Tutorial_OAI_multi_nrUE_rfsim.md
doc/NR_SA_Tutorial_OAI_multi_nrUE_rfsim.md
+11
-9
No files found.
doc/NR_SA_Tutorial_OAI_multi_nrUE_rfsim.md
View file @
bc251bdc
...
@@ -82,7 +82,7 @@ docker compose up -d
...
@@ -82,7 +82,7 @@ docker compose up -d
@include
"channelmod_rfsimu.conf"
@include
"channelmod_rfsimu.conf"
```
```
You can check the example run 2 in this link:
[
RFSIMULATOR Tutorial
](
../radio/rfsimulator/README.md
)
You can check the example run 2
(RFSIMULATOR) in the Launch gNB in one window part
in this link:
[
RFSIMULATOR Tutorial
](
../radio/rfsimulator/README.md
)
-
For the channel model configuration, follow the link to the configurtion files:
[
Configurations
](
../ci-scripts/conf_files/channelmod_rfsimu.conf
)
-
For the channel model configuration, follow the link to the configurtion files:
[
Configurations
](
../ci-scripts/conf_files/channelmod_rfsimu.conf
)
...
@@ -97,21 +97,23 @@ You can check the example run 2 in this link: [RFSIMULATOR Tutorial](../radio/rf
...
@@ -97,21 +97,23 @@ You can check the example run 2 in this link: [RFSIMULATOR Tutorial](../radio/rf
```
```
and the rest of the channelmod_rfsimu.conf remains unchanged.
and the rest of the channelmod_rfsimu.conf remains unchanged.
You can check the example run 1 in this link:
[
RFSIMULATOR Tutorial
](
../radio/rfsimulator/README.md
)
# 5. OAI UE
# 5. OAI UE
For the UE configuration file, follow the link to the configuration files:
[
Configurations
](
../ci-scripts/conf_files/ue.sa.conf
)
-
Edit the IMSI as the following
```
bash
```
bash
cd
cmake_targets/ran_build/build
imsi
=
"0010100000001"
;
sudo
./nr-uesoftmodem
-O
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
-r
106
--numerology
1
--band
78
-C
3619200000
--rfsim
--sa
--ue-fo-compensation
--uicc0
.imsi 001010000000001
--nokrnmod
-E
--rfsimulator
.options chanmod
--rfsimulator
.serveraddr 127.0.0.1
--telnetsrv
--telnetsrv
.listenport 9095
```
```
-
- Add this line to the bottom of the conf file for including the channel models in your simulations.
-
After editing your configuration files, now you can deploy your UE in RFsimulator as
```
bash
```
bash
cd
~/openairinterface5g/cmake_targets/ran_build/build
@include
"channelmod_rfsimu.conf"
sudo
./nr-uesoftmodem
-O
../../../targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf
-r
106
--numerology
1
--band
78
-C
3619200000
--rfsim
--sa
--uicc0
.imsi 001010000000001
--nokrnmod
-E
--rfsimulator
.options chanmod
--rfsimulator
.serveraddr 127.0.0.1
--telnetsrv
--telnetsrv
.listenport 9095
```
```
You can check the example run 1(RFSIMULATOR) in the Launch UE in another window part in this link:
[
RFSIMULATOR Tutorial
](
../radio/rfsimulator/README.md
)
# 5.2 OAI multiple UE
# 5.2 OAI multiple UE
...
...
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