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
lizhongxiao
OpenXG-RAN
Commits
fa3f1a8d
Commit
fa3f1a8d
authored
Dec 13, 2023
by
Sagar Arora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ci): adding new packages in cuup dockerfile
- Removed rfsim option from cu, cu-cp and cu-up
parent
790c3b99
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-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.rhel9
docker/Dockerfile.nr-cuup.rhel9
+1
-0
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 @
fa3f1a8d
...
...
@@ -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 @
fa3f1a8d
...
...
@@ -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.rhel9
View file @
fa3f1a8d
...
...
@@ -43,6 +43,7 @@ RUN yum repolist --disablerepo=* && \
tzdata \
atlas \
net-tools \
iproute2 \
iputils && \
echo "/usr/local/lib" > /etc/ld.so.conf.d/local-lib.conf && \
echo "/usr/local/lib64" >> /etc/ld.so.conf.d/local-lib.conf
...
...
docker/Dockerfile.nr-cuup.ubuntu20
View file @
fa3f1a8d
...
...
@@ -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