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
37b808d1
Commit
37b808d1
authored
Feb 16, 2023
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated 5G L2sim tutorial
parent
2de56bf3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
doc/L2NFAPI.md
doc/L2NFAPI.md
+31
-1
No files found.
doc/L2NFAPI.md
View file @
37b808d1
...
...
@@ -12,6 +12,8 @@
</tr>
</table>
## 4G L2 nFAPI simulator
This simulator allows to test L2 and above Layers using the nFAPI interface.
The UE executable is able to "simulate" multiple UEs in order to stimulate the scheduler in the eNB.
...
...
@@ -38,7 +40,34 @@ Normally it should be fine to run both executables on the same host using the `l
**2022/03/08: Starting the `2022.w01` tag on the `develop` branch, the L2 nFAPI simulation is using a proxy.**
A tutorial is available on the
[
EpiSci GitHub Repository
](
https://github.com/EpiSci/oai-lte-5g-multi-ue-proxy#readme
)
.
## 5G L2 nFAPI simulator
### Download and Build the Proxy Server (from EpiSci)
```
bash
$
cd
~
$
git clone https://github.com/EpiSci/oai-lte-5g-multi-ue-proxy.git
$
cd
oai-lte-multi-ue-proxy
$
make
```
### Start Proxy Server
Set the number of UEs to connect to server as 1 and the mode is SA.
```
bash
$ number_of_ues
=
1
$
sudo
-E
./build/proxy
$number_of_ues
--nr
```
### Start gNB
```
bash
$
sudo
-E
./nr-softmodem
-O
../ci-scripts/conf_files/episci/proxy_rcc.band78.tm1.106PRB.nfapi.conf
--nfapi
VNF
--noS1
--sa
--emulate-l1
```
### Start UE
```
bash
$
sudo
-E
./nr-uesoftmodem
-O
../ci-scripts/conf_files/episci/proxy_nr-ue.nfapi.conf
--nokrnmod
1
--nfapi
STANDALONE_PNF
--node-number
2
--sa
--emulate-l1
```
### EpiSci's Documentation
A more detailed tutorial is available on the
[
EpiSci GitHub Repository
](
https://github.com/EpiSci/oai-lte-5g-multi-ue-proxy#readme
)
.
This proxy allows to perform L2 nFAPI simulator for:
...
...
@@ -46,6 +75,7 @@ This proxy allows to perform L2 nFAPI simulator for:
*
5G-NSA
*
5G-SA
### L2 Simulator as Docker Containers
Another tutorial for 5G SA mode with 1 User is available
[
here
](
../ci-scripts/yaml_files/5g_l2sim_tdd/README.md
)
.
----
...
...
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