Troubleshooting - mariotlemes/non3GPP-WiFi GitHub Wiki
To create gtp5g module
Sometimes, the gtp5g module failed as show in the figure below. Then, if you get this error:
# If gtp5g module is loaded
sudo rmmod gtp5g
# Compile again gtp5g module
cd ~/gtp5g
sudo make && sudo make install
Pings tests failed
Make sure that you have v0.2.0 version or higher of the gtp5g module installed in your system:
# Clone gtp5g v0.2.0
cd ~
sudo git clone -b v0.2.0 https://github.com/PrinzOwO/gtp5g.git
# Install gtp5g module
cd ~/gtp5g
sudo make && sudo make install