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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
128bd86f
Commit
128bd86f
authored
Mar 24, 2022
by
Manish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OAI UE IP Address Aligned in Readme with New IP Series for OAI UEs
Signed-off-by:
Manish
<
Manish1.Kumar@amd.com
>
parent
f6fc820d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ci-scripts/yaml_files/5g_rfsimulator/README.md
ci-scripts/yaml_files/5g_rfsimulator/README.md
+4
-4
No files found.
ci-scripts/yaml_files/5g_rfsimulator/README.md
View file @
128bd86f
...
...
@@ -234,7 +234,7 @@ Making sure the OAI UE is connected:
$
docker
exec
-it
rfsim5g-oai-nr-ue /bin/bash
root@bb4d400a832d:/opt/oai-nr-ue# ifconfig
eth0:
flags
=
4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.71.1
37
netmask 255.255.255.192 broadcast 192.168.71.191
inet 192.168.71.1
50
netmask 255.255.255.192 broadcast 192.168.71.191
ether 02:42:c0:a8:47:89 txqueuelen 0
(
Ethernet
)
RX packets 224259 bytes 5821372018
(
5.8 GB
)
RX errors 0 dropped 0 overruns 0 frame 0
...
...
@@ -270,7 +270,7 @@ Create entry for Second UE in docker-compose.yaml file as follows:
privileged:
true
container_name: rfsim5g-oai-nr-ue2
environment:
RFSIMULATOR: 192.168.71.1
36
RFSIMULATOR: 192.168.71.1
40
FULL_IMSI:
'208990100001101'
FULL_KEY:
'fec86ba6eb707ed08905757b1bb44b8f'
OPC:
'C42449363BBAD02B66D16BC975D77CC1'
...
...
@@ -282,7 +282,7 @@ Create entry for Second UE in docker-compose.yaml file as follows:
- oai-gnb
networks:
public_net:
ipv4_address: 192.168.71.1
38
ipv4_address: 192.168.71.1
51
healthcheck:
test
: /bin/bash
-c
"pgrep nr-uesoftmodem"
interval: 10s
...
...
@@ -326,7 +326,7 @@ Making sure the Second OAI UE is connected:
$
docker
exec
-it
rfsim5g-oai-nr-ue2 /bin/bash
root@bb4d400a832d:/opt/oai-nr-ue# ifconfig
eth0:
flags
=
4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.71.1
38
netmask 255.255.255.192 broadcast 192.168.71.191
inet 192.168.71.1
51
netmask 255.255.255.192 broadcast 192.168.71.191
ether 02:42:c0:a8:47:8a txqueuelen 0
(
Ethernet
)
RX packets 3192021 bytes 67784900946
(
67.7 GB
)
RX errors 0 dropped 0 overruns 0 frame 0
...
...
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