aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-02-16Makefile: Build gtp-{link,tunnel} by default, but don't install themHarald Welte1-2/+2
2017-03-24Add support for SGSN role via IFLA_GTP_ROLEHarald Welte1-3/+9
2017-03-24gtl-link.c: Actually use libgtpnl, don't hand-coded netlink msgHarald Welte1-55/+3
2016-05-10tools: gtp-link: bind to GTP UDP socketsPablo Neira Ayuso1-1/+36
2016-05-10tools: silence compilation warningsPablo Neira Ayuso1-1/+1
2016-05-10tools: gtp-link: rename file now that we support deletion commandPablo Neira Ayuso2-3/+3
2016-05-10tools: gtp-link: allow to delete linksPablo Neira Ayuso1-5/+19
2016-05-10tools: gtp-tunnel: restore option parsingPablo Neira Ayuso1-0/+2
2016-05-10tools: gtp-tunnel: simplify this by using gtp_list_tunnel()Pablo Neira Ayuso1-81/+3
2016-05-10tools: gtp-tunnel: fix wrong MS addressPablo Neira Ayuso1-2/+2
2016-05-10include: refresh linux header copies in the treePablo Neira Ayuso2-4/+6
2016-05-08gtp-rtnl: Split TID handling for GTPv0 and GTPv1Andreas Schultz3-78/+95
2016-05-08gtp-rtnl: real_ifname is not long needed, remove itAndreas Schultz1-3/+2
2014-04-03Add copright headers and license files, list Pablo as authorHarald Welte3-0/+66
2014-03-20libgtpnl: tools: gtp-tunnel: display teid in hexadecimalPablo Neira Ayuso1-1/+1
2014-03-18libgtpnl: tools: fix compilation of gtp-link-addPablo Neira Ayuso1-1/+1
2014-02-24allow to specify the interface name for the GTP devicePablo Neira Ayuso1-2/+9
2014-02-22tools: gtp-tunnel: fix accidentally swapped ms_addr and sgsn_addrPablo Neira Ayuso1-2/+2
2014-02-20add libgtpnlPablo Neira Ayuso4-0/+319