This project is clone from free5gc GitHub store and already make all file in NFs, you can clone this repository when you have troubles to clone the official free5gc repository.
tips:
- clone this repository
- unzip gtp5g.zip
- cd gtp5g
- sudo make
- sudo make install
- lsmod | grep gtp # check gtp5g installed status
test command:
- cd ~/free5gc
- ./test.sh TestRegistration # success if show 'Pass'
这个项目来自于free5gc的官方仓库,已经安装官方文档中的安装教程make了所有NFs的文件,如果你在下载官方仓库代码或者make amf之类时出现问题并无法解决,可以尝试使用本仓库文件。
- 下载源码
- unzip gtp5g.zip # 解压gtp5g
- cd gtp5g
- sudo make
- sudo make install
- lsmod | grep gtp # 查看安装状态
测试安装状态:
- cd ~/free5gc
- ./test.sh TestRegistration # 如果出现pass字段则说明安装成功