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
8e30f99e
Commit
8e30f99e
authored
May 02, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: docker-compose file for OAI DU with Accelleran CU
parent
3eea99a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
ci-scripts/yaml_files/5g_rfsimulator_accelleran/docker-compose.yaml
.../yaml_files/5g_rfsimulator_accelleran/docker-compose.yaml
+38
-0
No files found.
ci-scripts/yaml_files/5g_rfsimulator_accelleran/docker-compose.yaml
0 → 100644
View file @
8e30f99e
version
:
'
3.8'
services
:
oai-du
:
image
:
oaisoftwarealliance/oai-gnb:develop
privileged
:
true
container_name
:
rfsim5g-oai-du
network_mode
:
"
host"
environment
:
RFSIMULATOR
:
server
USE_VOLUMED_CONF
:
'
yes'
USE_ADDITIONAL_OPTIONS
:
--sa --rfsim --MACRLCs.[0].local_n_address 172.21.16.109 --MACRLCs.[0].remote_n_address 172.21.6.22 --log_config.global_log_options level,nocolor,time
volumes
:
-
../../conf_files/gnb-du.band78.106prb.rfsim.conf:/opt/oai-gnb/etc/mounted.conf
healthcheck
:
test
:
/bin/bash -c "pgrep nr-softmodem"
interval
:
10s
timeout
:
5s
retries
:
5
oai-nr-ue
:
image
:
oaisoftwarealliance/oai-nr-ue:develop
privileged
:
true
container_name
:
rfsim5g-oai-nr-ue
network_mode
:
"
host"
environment
:
RFSIMULATOR
:
127.0.0.1
FULL_IMSI
:
'
208990100001140'
FULL_KEY
:
'
fec86ba6eb707ed08905757b1bb44b8f'
OPC
:
'
C42449363BBAD02B66D16BC975D77CC1'
DNN
:
oai
NSSAI_SST
:
1
USE_ADDITIONAL_OPTIONS
:
--sa --rfsim -r 106 --numerology 1 -C 3619200000 --log_config.global_log_options level,nocolor,time
depends_on
:
-
oai-du
healthcheck
:
test
:
/bin/bash -c "pgrep nr-uesoftmodem"
interval
:
10s
timeout
:
5s
retries
:
5
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