Skip to content

Troubleshooting

Mario Teixeira Lemes edited this page Jan 27, 2021 · 6 revisions

To create gtp5g module

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

troubleshooting gtp5g

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