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
spbro
OpenXG-RAN
Commits
6f9b8824
Commit
6f9b8824
authored
1 year ago
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
Branches unavailable
2024.w43
2024.w42
2024.w41
2024.w40
2024.w39
2024.w38
2024.w36
2024.w35
2024.w34
2024.w33
2024.w32
2024.w31
2024.w30
2024.w29
2024.w28
2024.w27
2024.w26
2024.w25
2024.w24
2024.w23
2024.w22
2024.w21
2024.w18
2024.w17
2024.w16
2024.w15
2024.w14
2024.w13
2024.w12
2024.w11
2024.w10
2024.w09
2024.w08
2024.w06
2024.w05
2024.w04
2024.w03
2024.w02
2024.w01
2023.w51
2023.w50
v2.1.0
ARC_1.3
No related merge requests found
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:
...
@@ -167,7 +167,7 @@ services:
privileged
:
true
privileged
:
true
container_name
:
rfsim5g-oai-cu
container_name
:
rfsim5g-oai-cu
environment
:
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
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
depends_on
:
-
oai-ext-dn
-
oai-ext-dn
...
...
This diff is collapsed.
Click to expand it.
ci-scripts/yaml_files/5g_rfsimulator_e1/docker-compose.yaml
View file @
6f9b8824
...
@@ -169,7 +169,7 @@ services:
...
@@ -169,7 +169,7 @@ services:
privileged
:
true
privileged
:
true
container_name
:
rfsim5g-oai-cucp
container_name
:
rfsim5g-oai-cucp
environment
:
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
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
depends_on
:
-
oai-ext-dn
-
oai-ext-dn
...
@@ -191,7 +191,7 @@ services:
...
@@ -191,7 +191,7 @@ services:
privileged
:
true
privileged
:
true
container_name
:
rfsim5g-oai-cuup
container_name
:
rfsim5g-oai-cuup
environment
:
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
ASAN_OPTIONS
:
detect_leaks=0
depends_on
:
depends_on
:
-
oai-cucp
-
oai-cucp
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.nr-cuup.ubuntu20
View file @
6f9b8824
...
@@ -44,6 +44,8 @@ RUN apt-get update && \
...
@@ -44,6 +44,8 @@ RUN apt-get update && \
# if the --sanitize option was used to build, additional packages are required
# 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 \
/bin/bash -c 'if [[ "$BUILD_OPTION" = "--sanitize" ]]; then DEBIAN_FRONTEND=noninteractive apt-get install --yes \
libasan5 \
libasan5 \
iproute2 \
net-tools \
libubsan1 \
libubsan1 \
liblapacke; fi' && \
liblapacke; fi' && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*
...
...
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