Migrated to open5gs v2.7.0 (#276)

This commit is contained in:
Hossein Katebi
2024-01-24 23:44:53 +03:30
committed by GitHub
parent df1aa8c340
commit 6c61015fd5
35 changed files with 283 additions and 237 deletions

View File

@@ -68,7 +68,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout tags/v2.6.6 && meson build --prefix=`pwd`/install && \
git checkout tags/v2.7.0 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include