Skip to content

Troubleshooting

root edited this page Jan 25, 2021 · 6 revisions

Troubleshooting

1) To create gtp5g module

Sometimes, the gtp5g module failed as show in the figures below. Then, if you get this error:

# If gtp5g module is loaded
sudo rmmod gtp5g

# Compile gtp5g module again
cd ~/gtp5g
sudo make && sudo make install

2) 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
Clone this wiki locally