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
9070e4a1
Commit
9070e4a1
authored
Mar 28, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop-2oaiue-doc-update' into integration_2022_wk13
parents
2c86b745
128bd86f
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
4 deletions
+29
-4
ci-scripts/yaml_files/5g_rfsimulator/README.md
ci-scripts/yaml_files/5g_rfsimulator/README.md
+4
-4
ci-scripts/yaml_files/5g_rfsimulator/docker-compose.yaml
ci-scripts/yaml_files/5g_rfsimulator/docker-compose.yaml
+24
-0
ci-scripts/yaml_files/5g_rfsimulator/oai_db.sql
ci-scripts/yaml_files/5g_rfsimulator/oai_db.sql
+1
-0
No files found.
ci-scripts/yaml_files/5g_rfsimulator/README.md
View file @
9070e4a1
...
...
@@ -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
...
...
ci-scripts/yaml_files/5g_rfsimulator/docker-compose.yaml
View file @
9070e4a1
...
...
@@ -279,6 +279,30 @@ services:
timeout
:
5s
retries
:
5
oai-nr-ue2
:
image
:
oai-nr-ue:develop
privileged
:
true
container_name
:
rfsim5g-oai-nr-ue2
environment
:
RFSIMULATOR
:
192.168.71.140
FULL_IMSI
:
'
208990100001101'
FULL_KEY
:
'
fec86ba6eb707ed08905757b1bb44b8f'
OPC
:
'
C42449363BBAD02B66D16BC975D77CC1'
DNN
:
oai
NSSAI_SST
:
1
NSSAI_SD
:
1
USE_ADDITIONAL_OPTIONS
:
-E --sa --rfsim -r 106 --numerology 1 -C 3619200000 --nokrnmod --log_config.global_log_options level,nocolor,time
depends_on
:
-
oai-gnb
networks
:
public_net
:
ipv4_address
:
192.168.71.151
healthcheck
:
test
:
/bin/bash -c "pgrep nr-uesoftmodem"
interval
:
10s
timeout
:
5s
retries
:
5
networks
:
public_net
:
driver
:
bridge
...
...
ci-scripts/yaml_files/5g_rfsimulator/oai_db.sql
View file @
9070e4a1
This diff is collapsed.
Click to expand it.
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