While doing
git clone https://github.com/PrinzOwO/gtp5g.git
cd gtp5g
make
sudo make install
Getting below error
open5gcore@open5gcore-VirtualBox:~/gtp5g$ make
make -C /usr/src/linux-headers-5.3.0-53-generic/ M=/home/open5gcore/gtp5g modules
make[1]: Entering directory ‘/usr/src/linux-headers-5.3.0-53-generic’
CC [M] /home/open5gcore/gtp5g/gtp5g.o
/home/open5gcore/gtp5g/gtp5g.c: In function ‘ip4_find_route’:
/home/open5gcore/gtp5g/gtp5g.c:770:2: error: too few arguments to function ‘rt->dst.ops->update_pmtu’
rt->dst.ops->update_pmtu(&rt->dst, NULL, skb, mtu);
^~
scripts/Makefile.build:288: recipe for target ‘/home/open5gcore/gtp5g/gtp5g.o’ failed
make[2]: *** [/home/open5gcore/gtp5g/gtp5g.o] Error 1
Makefile:1656: recipe for target ‘module/home/open5gcore/gtp5g’ failed
make[1]: *** [module/home/open5gcore/gtp5g] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.3.0-53-generic’
Makefile:10: recipe for target ‘all’ failed
make: *** [all] Error 2
open5gcore@open5gcore-VirtualBox:~/gtp5g$