Linux Kernel GTP-U code for GTPv0/v1. Part of mainline Linux for several years.
Go to file
Pablo Neira Ayuso 65af4b0a0e gtp: use proper netdev_dbg dynamic debugging infrastructure
Add some instruction in the proper way that can be enabled on the
demand to debug problems. Let's make it quite verbose at this stage
to relax this later.

Make sure debugfs is mounted:

 # mount -t debugfs nodev /sys/kernel/debug

To enable:

  echo -n 'file gtp.c +p' > /sys/kernel/debug/dynamic_debug/control

To disable:

  echo -n 'file gtp.c -p' > /sys/kernel/debug/dynamic_debug/control

More information here on how to use this: http://lwn.net/Articles/434856/
2014-03-19 15:43:20 +01:00
libgtnl libgtpnl: tools: fix compilation of gtp-link-add 2014-03-18 18:30:05 +01:00
Makefile add libgtpnl 2014-02-20 19:41:29 +01:00
genl.h genl: ix crash due to missing wrong prototype 2014-01-21 18:09:17 +01:00
gtp.c gtp: use proper netdev_dbg dynamic debugging infrastructure 2014-03-19 15:43:20 +01:00
gtp.h gtp: use lookup table to calculate gtp1u header length 2014-02-18 16:27:01 +01:00
gtp_nl.h gtp: create socket from userspace and pass them as configuration 2014-02-23 23:09:59 +01:00