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
zzha zzha
OpenXG-RAN
Commits
6f9b8824
Commit
6f9b8824
authored
Dec 18, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ci-addition' into integration_2023_w50
parents
fa78e135
7d2a17c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
ci-scripts/yaml_files/5g_f1_rfsimulator/docker-compose.yaml
ci-scripts/yaml_files/5g_f1_rfsimulator/docker-compose.yaml
+1
-1
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
+2
-2
docker/Dockerfile.nr-cuup.ubuntu20
docker/Dockerfile.nr-cuup.ubuntu20
+2
-0
No files found.
ci-scripts/yaml_files/5g_f1_rfsimulator/docker-compose.yaml
View file @
6f9b8824
...
...
@@ -167,7 +167,7 @@ services:
privileged
:
true
container_name
:
rfsim5g-oai-cu
environment
:
USE_ADDITIONAL_OPTIONS
:
--sa --
rfsim --
log_config.global_log_options level,nocolor,time
USE_ADDITIONAL_OPTIONS
:
--sa --log_config.global_log_options level,nocolor,time
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
-
oai-ext-dn
...
...
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
View file @
6f9b8824
...
...
@@ -169,7 +169,7 @@ services:
privileged
:
true
container_name
:
rfsim5g-oai-cucp
environment
:
USE_ADDITIONAL_OPTIONS
:
--sa --
rfsim --
log_config.global_log_options level,nocolor,time
USE_ADDITIONAL_OPTIONS
:
--sa --log_config.global_log_options level,nocolor,time
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
-
oai-ext-dn
...
...
@@ -191,7 +191,7 @@ services:
privileged
:
true
container_name
:
rfsim5g-oai-cuup
environment
:
USE_ADDITIONAL_OPTIONS
:
--sa --
rfsim --
log_config.global_log_options level,nocolor,time
USE_ADDITIONAL_OPTIONS
:
--sa --log_config.global_log_options level,nocolor,time
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
-
oai-cucp
...
...
docker/Dockerfile.nr-cuup.ubuntu20
View file @
6f9b8824
...
...
@@ -44,6 +44,8 @@ RUN apt-get update && \
# if the --sanitize option was used to build, additional packages are required
/bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \
libasan5 \
iproute2 \
net-tools \
libubsan1 \
liblapacke; fi' && \
rm -rf /var/lib/apt/lists/*
...
...
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