gtp5g is a customized Linux kernel module gtp5g to handle packet by PFCP IEs such as PDR and FAR. For detailed information, please reference to 3GPP specification TS 29.281 and TS 29.244.
The latest implementation of gtp5g and libgtp5gnl is in
https://github.com/free5gc/gtp5g
https://github.com/free5gc/libgtp5gnl
Due to the evolution of Linux kernel, this module would not work with every kernel version.
Please run this module with kernel version 5.0.0-23-generic
or upper than 5.4
(Ubuntu 20.04).
Please check the libgtp5gnl version is the same as gtp5g, because the type translating between libgtp5gnl and gtp5g had been changed.
make clean && make
Install the module to the system and load automatically at boot
sudo make install
Remove the kernel module from the system
sudo make uninstall
The gtp5g interface will be created by using libgtp5gnl scripts
- Checkout the latest or compatible source of libgtp5gnl
- cd libgtp5gnl
- Create an interface and update rules
- sudo ./run.sh UPF_PDR_FAR_QER
- Troubleshoot
- dmesg
- echo #interfaceName #ID > /proc/gtp5g/pdr
- cat /proc/gtp5g/pdr
- Delete an interface
- sudo ./run.sh Clean
- Note: It will delete list of rules and interface
- Changed to host type between gtp5g and libgtp5gnl
- Supported forwarding policy feature, but need to set ip rule and ip route with Linux mark by self
- Fixed bugs about "any" and "assigned" in SDF filter
- First version
- Supported packet matching about UE IP, TEID and SDF filter
- Auto process packet by PDR/FAR