Use older open5gs commit to avoid slicing bug

This commit is contained in:
herlesupreeth
2023-08-19 18:00:06 +02:00
parent c9a813186a
commit 193c061bea
3 changed files with 7 additions and 7 deletions

View File

@@ -55,6 +55,6 @@ nrf:
- NRF_IP
port: 7777
time:
t3512:
value: 540
# time:
# t3512:
# value: 540

View File

@@ -64,7 +64,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout 4b0bade80e235574b0d94c94c2ffdff4bab58e97 && meson build --prefix=`pwd`/install && \
git checkout 782e2accc77d49d37b1e9bb4a67d0e5cdace444e && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include

View File

@@ -52,6 +52,6 @@ smf:
- addr:
- SMF_IP
time:
t3412:
value: 540
# time:
# t3412:
# value: 540