Skip to content

Commit

Permalink
fix(deploy-free5gc): Update free5GC stable version to v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveiraleo committed Sep 27, 2024
1 parent 46885fa commit 372ef15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-free5gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

# Control variables (1 = true, 0 = false)
FREE5GC_STABLE_BRANCH_CONTROL=1 # switch between using the free5GC stable branch or latest nightly
FREE5GC_VERSION=v3.4.2 # select the stable branch tag that will be used by the script
FREE5GC_VERSION=v3.4.3 # select the stable branch tag that will be used by the script
FREE5GC_NIGHTLY_COMMIT=a39de62 # select which commit hash will be used by the script
N3IWF_CONFIGURATION_CONTROL=0 # prepare N3IWF configuration if 1 is set
N3IWF_STABLE_BRANCH_CONTROL=1 # switch between using the N3IWF stable or nightly branch
Expand Down Expand Up @@ -172,7 +172,7 @@ if [ $FREE5GC_STABLE_BRANCH_CONTROL -eq 1 ]; then
echo "[INFO] Downloading reload_host_config script from source"
curl -LOSs https://raw.githubusercontent.com/free5gc/free5gc/main/reload_host_config.sh

elif [[ $FREE5GC_VERSION = "v3.4.1" || $FREE5GC_VERSION = "v3.4.2" ]]; then
elif [[ $FREE5GC_VERSION = "v3.4.1" || $FREE5GC_VERSION = "v3.4.2" || $FREE5GC_VERSION = "v3.4.3" ]]; then
# v3.4.x
git clone -c advice.detachedHead=false --recursive -b $FREE5GC_VERSION -j `nproc` https://github.com/free5gc/free5gc.git # clones the stable build
cd free5gc
Expand Down

0 comments on commit 372ef15

Please sign in to comment.