Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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 UE
Commits
22a0ba17
Commit
22a0ba17
authored
3 years ago
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up RHEL 8.2 docker files
parent
564f5a24
master
develop_arm_ue
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
56 deletions
+40
-56
docker/Dockerfile.eNB.rhel8.2
docker/Dockerfile.eNB.rhel8.2
+8
-11
docker/Dockerfile.gNB.rhel8.2
docker/Dockerfile.gNB.rhel8.2
+8
-11
docker/Dockerfile.lteRU.rhel8.2
docker/Dockerfile.lteRU.rhel8.2
+7
-10
docker/Dockerfile.lteUE.rhel8.2
docker/Dockerfile.lteUE.rhel8.2
+8
-11
docker/Dockerfile.nrUE.rhel8.2
docker/Dockerfile.nrUE.rhel8.2
+8
-11
docker/Dockerfile.phySim.rhel8.2
docker/Dockerfile.phySim.rhel8.2
+1
-2
No files found.
docker/Dockerfile.eNB.rhel8.2
View file @
22a0ba17
...
...
@@ -60,17 +60,16 @@ COPY --from=enb-build \
/oai-ran/docker/scripts/entrypoint.sh \
./
WORKDIR /usr/local/lib/
COPY --from=enb-build \
/oai-ran/
targets/bin/liboai_eth_transpro.so.Rel15
\
/oai-ran/
targets/bin/libtcp_bridge_oai.so.Rel15
\
/oai-ran/
targets/bin/librfsimulator.so.Rel15
\
/oai-ran/
targets/bin/liboai_usrpdevif.so.Rel15
\
/oai-ran/
targets/bin
/libcoding.so \
/oai-ran/
targets/bin
/libparams_libconfig.so \
/oai-ran/
cmake_targets/ran_build/build/liboai_eth_transpro.so
\
/oai-ran/
cmake_targets/ran_build/build/libtcp_bridge_oai.so
\
/oai-ran/
cmake_targets/ran_build/build/librfsimulator.so
\
/oai-ran/
cmake_targets/ran_build/build/liboai_usrpdevif.so
\
/oai-ran/
cmake_targets/ran_build/build
/libcoding.so \
/oai-ran/
cmake_targets/ran_build/build
/libparams_libconfig.so \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
/oai-ran/cmake_targets/ran_build/build/liboai_iqplayer.so \
.
/
/usr/local/lib
/
COPY --from=enb-base \
/lib64/libconfig.so.9 \
...
...
@@ -99,9 +98,7 @@ COPY --from=enb-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/oa
WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=enb-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so.Rel15 /usr/local/lib/liboai_transpro.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so.Rel15 /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/librfsimulator.so.Rel15 /usr/local/lib/librfsimulator.so" && \
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
ldconfig
# Copy the relevant configuration files for eNB
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.gNB.rhel8.2
View file @
22a0ba17
...
...
@@ -62,20 +62,19 @@ COPY --from=gnb-build \
/oai-ran/docker/scripts/entrypoint.sh \
./
WORKDIR /usr/local/lib/
COPY --from=gnb-build \
/oai-ran/
targets/bin/liboai_eth_transpro.so.Rel15
\
/oai-ran/
targets/bin/libtcp_bridge_oai.so.Rel15
\
/oai-ran/
targets/bin/librfsimulator.so.Rel15
\
/oai-ran/
targets/bin/liboai_usrpdevif.so.Rel15
\
/oai-ran/
targets/bin
/libcoding.so \
/oai-ran/
targets/bin
/libparams_libconfig.so \
/oai-ran/
cmake_targets/ran_build/build/liboai_eth_transpro.so
\
/oai-ran/
cmake_targets/ran_build/build/libtcp_bridge_oai.so
\
/oai-ran/
cmake_targets/ran_build/build/librfsimulator.so
\
/oai-ran/
cmake_targets/ran_build/build/liboai_usrpdevif.so
\
/oai-ran/
cmake_targets/ran_build/build
/libcoding.so \
/oai-ran/
cmake_targets/ran_build/build
/libparams_libconfig.so \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
/oai-ran/cmake_targets/ran_build/build/libldpc.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_optim.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_optim8seg.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_orig.so \
.
/
/usr/local/lib
/
COPY --from=gnb-base \
/lib64/libconfig.so.9 \
...
...
@@ -105,9 +104,7 @@ COPY --from=gnb-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/oa
WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=gnb-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so.Rel15 /usr/local/lib/liboai_transpro.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so.Rel15 /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/librfsimulator.so.Rel15 /usr/local/lib/librfsimulator.so" && \
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
ldconfig
# Copy the relevant configuration files for gNB
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.lteRU.rhel8.2
View file @
22a0ba17
...
...
@@ -57,15 +57,14 @@ COPY --from=ru-build \
/oai-ran/docker/scripts/entrypoint.sh \
.
WORKDIR /usr/local/lib/
COPY --from=ru-build \
/oai-ran/
targets/bin/liboai_eth_transpro.so.Rel15
\
/oai-ran/
targets/bin/libtcp_bridge_oai.so.Rel15
\
/oai-ran/
targets/bin/librfsimulator.so.Rel15
\
/oai-ran/
targets/bin/liboai_usrpdevif.so.Rel15
\
/oai-ran/
targets/bin
/libparams_libconfig.so \
/oai-ran/
cmake_targets/ran_build/build/liboai_eth_transpro.so
\
/oai-ran/
cmake_targets/ran_build/build/libtcp_bridge_oai.so
\
/oai-ran/
cmake_targets/ran_build/build/librfsimulator.so
\
/oai-ran/
cmake_targets/ran_build/build/liboai_usrpdevif.so
\
/oai-ran/
cmake_targets/ran_build/build
/libparams_libconfig.so \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
.
/
/usr/local/lib
/
COPY --from=ru-base \
/lib64/libconfig.so.9 \
...
...
@@ -93,9 +92,7 @@ COPY --from=ru-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/oai
WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=ru-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so.Rel15 /usr/local/lib/liboai_transpro.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so.Rel15 /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/librfsimulator.so.Rel15 /usr/local/lib/librfsimulator.so" && \
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
ldconfig
# Copy the relevant configuration files for RRU
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.lteUE.rhel8.2
View file @
22a0ba17
...
...
@@ -64,17 +64,16 @@ COPY --from=lte-ue-build \
/oai-ran/targets/bin/usim \
./
WORKDIR /usr/local/lib/
COPY --from=lte-ue-build \
/oai-ran/
targets/bin/liboai_eth_transpro.so.Rel15
\
/oai-ran/
targets/bin/libtcp_bridge_oai.so.Rel15
\
/oai-ran/
targets/bin/librfsimulator.so.Rel15
\
/oai-ran/
targets/bin/liboai_usrpdevif.so.Rel15
\
/oai-ran/
targets/bin
/libcoding.so \
/oai-ran/
targets/bin
/libparams_libconfig.so \
/oai-ran/
cmake_targets/ran_build/build/liboai_eth_transpro.so
\
/oai-ran/
cmake_targets/ran_build/build/libtcp_bridge_oai.so
\
/oai-ran/
cmake_targets/ran_build/build/librfsimulator.so
\
/oai-ran/
cmake_targets/ran_build/build/liboai_usrpdevif.so
\
/oai-ran/
cmake_targets/ran_build/build
/libcoding.so \
/oai-ran/
cmake_targets/ran_build/build
/libparams_libconfig.so \
/oai-ran/cmake_targets/ran_build/build/libSIMU.so \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
.
/
/usr/local/lib
/
COPY --from=lte-ue-base \
/lib64/libconfig.so.9 \
...
...
@@ -103,9 +102,7 @@ COPY --from=lte-ue-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt
WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=lte-ue-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so.Rel15 /usr/local/lib/liboai_transpro.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so.Rel15 /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/librfsimulator.so.Rel15 /usr/local/lib/librfsimulator.so" && \
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
ldconfig
# Copy the relevant configuration files for UE
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.nrUE.rhel8.2
View file @
22a0ba17
...
...
@@ -64,20 +64,19 @@ COPY --from=nr-ue-build \
WORKDIR /opt/oai-nr-ue/etc
COPY --from=nr-ue-build /oai-ran/ci-scripts/conf_files/nr-ue-sim.conf .
WORKDIR /usr/local/lib/
COPY --from=nr-ue-build \
/oai-ran/
targets/bin/liboai_eth_transpro.so.Rel15
\
/oai-ran/
targets/bin/libtcp_bridge_oai.so.Rel15
\
/oai-ran/
targets/bin/librfsimulator.so.Rel15
\
/oai-ran/
targets/bin/liboai_usrpdevif.so.Rel15
\
/oai-ran/
targets/bin
/libcoding.so \
/oai-ran/
targets/bin
/libparams_libconfig.so \
/oai-ran/
cmake_targets/ran_build/build/liboai_eth_transpro.so
\
/oai-ran/
cmake_targets/ran_build/build/libtcp_bridge_oai.so
\
/oai-ran/
cmake_targets/ran_build/build/librfsimulator.so
\
/oai-ran/
cmake_targets/ran_build/build/liboai_usrpdevif.so
\
/oai-ran/
cmake_targets/ran_build/build
/libcoding.so \
/oai-ran/
cmake_targets/ran_build/build
/libparams_libconfig.so \
/oai-ran/cmake_targets/ran_build/build/libdfts.so \
/oai-ran/cmake_targets/ran_build/build/libldpc.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_optim.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_optim8seg.so \
/oai-ran/cmake_targets/ran_build/build/libldpc_orig.so \
.
/
/usr/local/lib
/
COPY --from=nr-ue-base \
/lib64/libconfig.so.9 \
...
...
@@ -107,9 +106,7 @@ COPY --from=nr-ue-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/
WORKDIR /usr/local/share/uhd/rfnoc
COPY --from=nr-ue-base /usr/local/share/uhd/rfnoc/ .
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_eth_transpro.so.Rel15 /usr/local/lib/liboai_transpro.so" && \
/bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so.Rel15 /usr/local/lib/liboai_device.so" && \
/bin/bash -c "ln -s /usr/local/lib/librfsimulator.so.Rel15 /usr/local/lib/librfsimulator.so" && \
RUN /bin/bash -c "ln -s /usr/local/lib/liboai_usrpdevif.so /usr/local/lib/liboai_device.so" && \
ldconfig
# Copy the relevant configuration files for eNB
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.phySim.rhel8.2
View file @
22a0ba17
...
...
@@ -69,7 +69,6 @@ COPY --from=phy-sim-build \
/oai-ran/targets/bin/smallblocktest.Rel15 \
./
WORKDIR /usr/local/lib/
COPY --from=phy-sim-build \
/oai-ran/targets/bin/libcoding.so \
/lib64/liblapacke.so.3 \
...
...
@@ -86,7 +85,7 @@ COPY --from=phy-sim-build \
/oai-ran/cmake_targets/phy_simulators/build/libSIMU.so \
/oai-ran/cmake_targets/phy_simulators/build/libldpc.so \
/oai-ran/cmake_targets/phy_simulators/build/libldpc_orig.so \
.
/
/usr/local/lib
/
RUN ldconfig
...
...
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