mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- all RAN code, CI code, configuration files, dockerfiles, in CSSL v1.0
- all deployment code (openshift, charts, ancillary files like shell
scripts), in MIT
- documentation in CC-BY-4.0
- exceptions might apply and are listed in NOTICE
- there is a new LICENSES folder with all licenses
- CONTRIBUTIONS.md has been updated accordingly
For automated changes based on OAI PL v1.1:
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.{c,h,cpp}
perl -i~ -0pe 's/\/\*.*Licensed to the OpenAirInterface.*openairinterface.org\n#?/\/*\n * SPDX-License-Identifier: LicenseRef-CSSL-1.0\n/s' **/*.ts
perl -i~ -0pe 's/<!--.*Licensed to the OpenAirInterface.*openairinterface.org\n.*-->/<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->/s' **/*.xml
The rest (cmake, files with missing license, cmake) manually.
100 lines
3.4 KiB
Docker
100 lines
3.4 KiB
Docker
# SPDX-License-Identifier: LicenseRef-CSSL-1.0
|
|
|
|
#---------------------------------------------------------------------
|
|
#
|
|
# Dockerfile for the Open-Air-Interface BUILD service
|
|
# Valid for RHEL9
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
FROM ran-base:latest AS lte-ue-base
|
|
|
|
FROM ran-build:latest AS lte-ue-build
|
|
|
|
|
|
#start from scratch for target executable
|
|
FROM registry.redhat.io/ubi9/ubi:latest AS oai-lte-ue
|
|
ENV TZ=Europe/Paris
|
|
|
|
RUN dnf update -y && \
|
|
dnf install -y \
|
|
lksctp-tools \
|
|
procps-ng \
|
|
tzdata \
|
|
libusbx \
|
|
libgfortran \
|
|
gdb \
|
|
python3 \
|
|
python3-pip \
|
|
iproute \
|
|
net-tools \
|
|
iputils && \
|
|
pip3 install six && \
|
|
pip3 install requests && \
|
|
echo "/usr/local/lib" > /etc/ld.so.conf.d/local-lib.conf && \
|
|
echo "/usr/local/lib64" >> /etc/ld.so.conf.d/local-lib.conf
|
|
|
|
WORKDIR /opt/oai-lte-ue/bin
|
|
COPY --from=lte-ue-build \
|
|
/oai-ran/cmake_targets/ran_build/build/lte-uesoftmodem \
|
|
/oai-ran/cmake_targets/ran_build/build/conf2uedata \
|
|
/oai-ran/cmake_targets/ran_build/build/nvram \
|
|
/oai-ran/cmake_targets/ran_build/build/usim \
|
|
./
|
|
|
|
COPY ./docker/scripts/lte_ue_entrypoint.sh ./entrypoint.sh
|
|
COPY --from=lte-ue-build \
|
|
/oai-ran/cmake_targets/ran_build/build/liboai_eth_transpro.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/libtelnetsrv.so \
|
|
/usr/local/lib/
|
|
|
|
COPY --from=lte-ue-base \
|
|
/lib64/libconfig.so.11 \
|
|
/lib64/libboost_chrono.so.1.75.0 \
|
|
/lib64/libboost_date_time.so.1.75.0 \
|
|
/lib64/libboost_filesystem.so.1.75.0 \
|
|
/lib64/libboost_program_options.so.1.75.0 \
|
|
/lib64/libboost_serialization.so.1.75.0 \
|
|
/lib64/libboost_thread.so.1.75.0 \
|
|
/lib64/libboost_system.so.1.75.0 \
|
|
/lib64/libboost_unit_test_framework.so.1.75.0 \
|
|
/lib64/libboost_atomic.so.1.75.0 \
|
|
/lib64/libboost_timer.so.1.75.0 \
|
|
/lib64/libboost_regex.so.1.75.0 \
|
|
/lib64/libicudata.so.67 \
|
|
/lib64/libicui18n.so.67 \
|
|
/lib64/libicuuc.so.67 \
|
|
/lib64/
|
|
|
|
# Now we are copying from builder-image the UHD files.
|
|
COPY --from=lte-ue-base /usr/local/bin/uhd_find_devices /usr/local/bin
|
|
COPY --from=lte-ue-base /usr/local/lib64/libuhd.so.4.8.0 /usr/local/lib64
|
|
COPY --from=lte-ue-base /usr/local/lib64/uhd/utils/uhd_images_downloader.py /opt/oai-lte-ue/bin
|
|
|
|
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_usrpdevif.so /usr/local/lib/liboai_device.so" && \
|
|
ldconfig && \
|
|
echo "---- ldd on executable lte-uesoftmodem ----" && \
|
|
ldd /opt/oai-lte-ue/bin/lte-uesoftmodem && \
|
|
echo "---- ldd on shared libraries ----" && \
|
|
ldd /usr/local/lib/liboai_eth_transpro.so \
|
|
/usr/local/lib/librfsimulator.so \
|
|
/usr/local/lib/liboai_usrpdevif.so \
|
|
/usr/local/lib/libcoding.so \
|
|
/usr/local/lib/libparams_libconfig.so \
|
|
/usr/local/lib/libdfts.so \
|
|
/usr/local/lib/libtelnetsrv.so \
|
|
/usr/local/lib64/libuhd.so.4.8.0
|
|
|
|
WORKDIR /opt/oai-lte-ue
|
|
COPY --from=lte-ue-base /tini /tini
|
|
CMD ["/opt/oai-lte-ue/bin/lte-uesoftmodem"]
|
|
ENTRYPOINT ["/tini", "-v", "--", "/opt/oai-lte-ue/bin/entrypoint.sh"]
|