This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "netlink library for Linux kernel GTP code".
The branch, master has been updated via 5204e01dd654346402f9bc3fa2628dc5f3a8946d (commit) via 6e9afbbc3037c9e003260077b33dad202d5c55df (commit) via 3bf55c32bedcb332bcf4baa05f8dbdb5ccbd7316 (commit) via a7a4df366b0107e0f373a40156451ac97c54a080 (commit) via 6d60a402b25a1885a2c14598bef5588df78fd726 (commit) from e17988ac7b857c6f5c250bf0ffa7bd530256a213 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://cgit.osmocom.org/libgtpnl/commit/?id=5204e01dd654346402f9bc3fa2628dc5...
commit 5204e01dd654346402f9bc3fa2628dc5f3a8946d Author: Jonas Bonn jonas@southpole.se Date: Fri Mar 24 15:19:20 2017 +0100
Provide declaration for struct in_addr
http://cgit.osmocom.org/libgtpnl/commit/?id=6e9afbbc3037c9e003260077b33dad20...
commit 6e9afbbc3037c9e003260077b33dad202d5c55df Author: Jonas Bonn jonas@southpole.se Date: Fri Mar 24 15:19:19 2017 +0100
Rename netlink attribute
This aligns with a kernel patch that renames the netlink parameter to emphasize that it refers to the remote peer which may be either a GGSN or an SGSN.
The upstream kernel include file retains the legacy name as a define but we don't need that in our internal library since we are no longer using it anywhere.
http://cgit.osmocom.org/libgtpnl/commit/?id=3bf55c32bedcb332bcf4baa05f8dbdb5...
commit 3bf55c32bedcb332bcf4baa05f8dbdb5ccbd7316 Author: Harald Welte laforge@gnumonks.org Date: Wed Mar 15 18:03:42 2017 +0100
Add support for SGSN role via IFLA_GTP_ROLE
This patch corresponds to a Linux kernel patch extending the kernel GTP to also cover the SGSN role, not just the GGSN role. In order to keep the API/behavior compatible, gtp_dev_create() will continue to create GGSN-side tunnels, while a new gtp_dev_create_sgsn() is introduced to create SGSN-side tunnels.
Signed-off-by: Harald Welte laforge@gnumonks.org
http://cgit.osmocom.org/libgtpnl/commit/?id=a7a4df366b0107e0f373a40156451ac9...
commit a7a4df366b0107e0f373a40156451ac97c54a080 Author: Harald Welte laforge@gnumonks.org Date: Wed Mar 15 20:53:08 2017 +0100
gtl-link.c: Actually use libgtpnl, don't hand-coded netlink msg
The command line tool should use libgtpnl, rather than replicating code for generating a netlink message.
http://cgit.osmocom.org/libgtpnl/commit/?id=6d60a402b25a1885a2c14598bef5588d...
commit 6d60a402b25a1885a2c14598bef5588df78fd726 Author: Harald Welte laforge@gnumonks.org Date: Wed Mar 15 18:03:42 2017 +0100
Add support for SGSN role via IFLA_GTP_ROLE
This patch corresponds to a Linux kernel patch extending the kernel GTP to also cover the SGSN role, not just the GGSN role. In order to keep the API/behavior compatible, gtp_dev_create() will continue to create GGSN-side tunnels, while a new gtp_dev_create_sgsn() is introduced to create SGSN-side tunnels.
Signed-off-by: Harald Welte laforge@gnumonks.org
-----------------------------------------------------------------------
Summary of changes: include/libgtpnl/gtp.h | 1 + include/libgtpnl/gtpnl.h | 1 + include/linux/gtp.h | 2 +- include/linux/if_link.h | 7 +++++ src/gtp-genl.c | 8 +++--- src/gtp-rtnl.c | 16 +++++++++++- src/libgtpnl.map | 1 + tools/gtp-link.c | 66 ++++++++---------------------------------------- 8 files changed, 40 insertions(+), 62 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org