Linux Kernel GTP-U code for GTPv0/v1. Part of mainline Linux for several years.
Go to file
Pablo Neira Ayuso 4c2e76077a gtp-genl: fix compilation warning
Fix these compilation warning:

gtp-genl.c:131:8: warning: 'pdp.version' may be used uninitialized in this function [-Wmaybe-uninitialized]
gtp-genl.c:132:8: warning: 'pdp.tid' may be used uninitialized in this function [-Wmaybe-uninitialized]
d  CCLD   libgtpnl.la

By initializing the pdp object.
2014-02-22 22:30:23 +01:00
libgtnl gtp-genl: fix compilation warning 2014-02-22 22:30:23 +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: delay initialization if compiled built-in 2014-02-21 16:18:22 +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: remove GTP_CMD_CFG_* genetlink and use rtnetlink interface 2014-02-18 19:20:11 +01:00