Use latest commit from open5gs repository
This commit is contained in:
@@ -55,6 +55,6 @@ nrf:
|
|||||||
- NRF_IP
|
- NRF_IP
|
||||||
port: 7777
|
port: 7777
|
||||||
|
|
||||||
# time:
|
time:
|
||||||
# t3512:
|
t3512:
|
||||||
# value: 540
|
value: 540
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install
|
|||||||
|
|
||||||
# Get open5gs code and install
|
# Get open5gs code and install
|
||||||
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
|
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
|
||||||
git checkout 782e2accc77d49d37b1e9bb4a67d0e5cdace444e && meson build --prefix=`pwd`/install && \
|
git checkout 7f088730ed4bedc12f562e53de44697d5e1f5c6e && meson build --prefix=`pwd`/install && \
|
||||||
ninja -C build && cd build && ninja install && \
|
ninja -C build && cd build && ninja install && \
|
||||||
mkdir -p /open5gs/install/include
|
mkdir -p /open5gs/install/include
|
||||||
|
|
||||||
|
|||||||
@@ -52,6 +52,6 @@ smf:
|
|||||||
- addr:
|
- addr:
|
||||||
- SMF_IP
|
- SMF_IP
|
||||||
|
|
||||||
# time:
|
time:
|
||||||
# t3412:
|
t3412:
|
||||||
# value: 540
|
value: 540
|
||||||
|
|||||||
Reference in New Issue
Block a user