When I execute ‘git clone --recursive -b v3.4.1 -j nproc
https://github.com/free5gc/free5gc.git’ to download free5gc locally(virtualbox vm), I am unable to successfully run ‘./test.sh TestRegistration’. However, when I execute the v3.3.0 version, it works successfully.
Each time I re-run free5gc, I make sure to first run ‘make’ in the free5gc folder, and then go to the gtp5g folder and execute ‘make clean’, ‘make’, and ‘sudo make install’.
I wonder if the issue lies with some code errors present in the v3.4.1 version.