Skip to content

Commit

Permalink
Use latest commits of open5gs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
herlesupreeth committed Jan 11, 2025
1 parent 2e182da commit 9af58c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2 && meson build --prefix=`pwd`/install && \
git checkout 04ec945e1d334ca5917705a885eff80ad30e1e38 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include

Expand Down
2 changes: 1 addition & 1 deletion hss/hss.conf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ TLS_CA = "/open5gs/install/etc/freeDiameter/cacert.pem";
# algorithms. In addition the "0xffffff" application is advertised in CER/CEA
# exchanges.
# Default: Relaying is enabled.
#NoRelay;
NoRelay;

# Number of server threads that can handle incoming messages at the same time.
# Default: 4
Expand Down
2 changes: 1 addition & 1 deletion mme/mme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ TLS_CA = "/open5gs/install/etc/freeDiameter/cacert.pem";
# algorithms. In addition the "0xffffff" application is advertised in CER/CEA
# exchanges.
# Default: Relaying is enabled.
#NoRelay;
NoRelay;

# Number of server threads that can handle incoming messages at the same time.
# Default: 4
Expand Down
2 changes: 1 addition & 1 deletion pcrf/pcrf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ TLS_CA = "/open5gs/install/etc/freeDiameter/cacert.pem";
# algorithms. In addition the "0xffffff" application is advertised in CER/CEA
# exchanges.
# Default: Relaying is enabled.
#NoRelay;
NoRelay;

# Number of server threads that can handle incoming messages at the same time.
# Default: 4
Expand Down
2 changes: 1 addition & 1 deletion smf/smf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ TLS_CA = "/open5gs/install/etc/freeDiameter/cacert.pem";
# algorithms. In addition the "0xffffff" application is advertised in CER/CEA
# exchanges.
# Default: Relaying is enabled.
#NoRelay;
NoRelay;

# Number of server threads that can handle incoming messages at the same time.
# Default: 4
Expand Down

0 comments on commit 9af58c1

Please sign in to comment.