Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-fed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-fed
Commits
d11c7612
Commit
d11c7612
authored
3 years ago
by
Raphael Defosseux
Browse files
Options
Downloads
Patches
Plain Diff
fix(doc): some little typos
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
d62435ee
No related branches found
No related tags found
1 merge request
!34
UERANSIM Tutorial
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/DEPLOY_SA5G_WITH_UERANSIM.md
+2
-2
2 additions, 2 deletions
docs/DEPLOY_SA5G_WITH_UERANSIM.md
with
2 additions
and
2 deletions
docs/DEPLOY_SA5G_WITH_UERANSIM.md
+
2
−
2
View file @
d11c7612
...
...
@@ -193,7 +193,7 @@ UERANSIM v3.2.4
[
2021-12-01 07:46:03.036]
[
ngap]
[
info] PDU session resource
(
s
)
setup
for
UE[1] count[1]
[
2021-12-01 07:46:03.037]
[
nas]
[
debug] PDU Session Establishment Accept received
[
2021-12-01 07:46:03.037]
[
nas]
[
info] PDU Session establishment is successful PSI[1]
[
2021-12-01 07:46:03.055]
[
app]
[
info] Connection setup
for
PDU session[1] is successful, TUN interface[uesimtun0, 12.
1
.1.2] is up.
[
2021-12-01 07:46:03.055]
[
app]
[
info] Connection setup
for
PDU session[1] is successful, TUN interface[uesimtun0, 12.
2
.1.2] is up.
```
Now we are ready to perform some traffic test.
*
Ping test
<br/>
...
...
@@ -211,7 +211,7 @@ rtt min/avg/max/mdev = 0.145/0.276/0.448/0.127 ms
```
Here we ping external DN from UE (UERANSIM) container.
```
bash
oai-cn5g-fed/docker-compose
$
docker
exec
ueransim ping
-I
uesimtun0 google.com
oai-cn5g-fed/docker-compose
$
docker
exec
ueransim ping
-c
3
-I
uesimtun0 google.com
PING google.com
(
172.217.18.238
)
from 12.2.1.2 : 56
(
84
)
bytes of data.
64 bytes from par10s10-in-f238.1e100.net
(
172.217.18.238
)
:
icmp_seq
=
1
ttl
=
115
time
=
5.12 ms
64 bytes from par10s10-in-f238.1e100.net
(
172.217.18.238
)
:
icmp_seq
=
2
ttl
=
115
time
=
7.52 ms
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment