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
ZhouShuya
OpenXG-RAN
Commits
420396e8
Commit
420396e8
authored
Nov 27, 2020
by
yoshio.inoue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation on how to use the ITTI simulator
parent
0fdc6711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
doc/ITTISIM.md
doc/ITTISIM.md
+48
-0
No files found.
doc/ITTISIM.md
0 → 100755
View file @
420396e8
<table
style=
"border-collapse: collapse; border: none;"
>
<tr
style=
"border-collapse: collapse; border: none;"
>
<td
style=
"border-collapse: collapse; border: none;"
>
<a
href=
"http://www.openairinterface.org/"
>
<img
src=
"./images/oai_final_logo.png"
alt=
""
border=
3
height=
50
width=
150
>
</img>
</a>
</td>
<td
style=
"border-collapse: collapse; border: none; vertical-align: center;"
>
<b><font
size =
"5"
>
Running L3 ITTI simulator
</font></b>
</td>
</tr>
</table>
This page is valid on the following branches:
-
`develop`
starting from tag
`2020.w48`
# 1. Building the ITTI simulator.
The ITTI simulator is available directly from the standard build.
```
bash
$
source
oaienv
$
cd
cmake_targets
$
sudo
./build_oai
-x
-w
None
-c
?ittiSIM
```
# 2. Running the ITTI simulator.
The ITTI simulator establishes ITTI-threaded communication between the gNB RRC task and the UE RRC task.
This allows to test the sequence of NGAP/RRC/NAS messages.
The main limitations are:
-
NAS is a simple stub that just sends and receives messages
-
only initial Attach sequence
## 2.1. Starting the ITTI simulator
The ITTI simulator is able to run with a connected 5GC or without any.
The develop branch tag
`2020.w48`
only works RRC without 5GC connection.
```
bash
$
sudo
-E
./ran_build/build/nr-ittisim
-O
gnb.conf
```
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