Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@oliveiraleo oliveiraleo released this 30 Aug 18:13
· 7 commits to main since this release
3608691

What's Changed

deploy-free5gc.sh

  • Update free5GC nightly commit hash to be able to use the latest fixes related to N3IWUE signaling reported on free5gc/free5gc#584
  • Update control variables' names to a pattern that puts the name the related component in the suffix
  • Add the parameter -n3iwf-nightly to control which version of N3IWF will be cloned (stable or nightly)
  • Update the clone command used to install free5GC stable to silence 'You are in detached HEAD state' warnings

deploy-UERANSIM.sh

  • Update UERANSIM nightly commit to use the version with the EAP-AKA-PRIME fix

deploy-n3iwue.sh

  • Add 3 parameters to control which version of N3IWUE will be installed
  • Now at least one parameter is required, similar to the behavior of deploy-UERANSIM.sh (e.g. to choose which branch to install)
  • Update hostname control variable to new suffix naming pattern

deploy-both-UEs.sh

  • Update parameters used to deploy N3IWUE due to the changes made on deploy-n3iwue.sh

Future directions

  • Make ATSSS prototype's source code first public release
  • Improvements on the IP address setup on all scripts may be made, so it gets easier to setup them as currently they must be manually typed (still is on hold, not a priority right now)

Full Changelog: v1.2.2...v1.2.3