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, laforge/sgsn-role has been updated discards ed3b6f8f2ab290246977fca46a4e838dd017a441 (commit) via 545686eb6171ad65af3641c1805c12354d453d7d (commit) via fab15163721616e44a60c1342cda32d4e9d02762 (commit)
This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this:
* -- * -- B -- O -- O -- O (ed3b6f8f2ab290246977fca46a4e838dd017a441) \ N -- N -- N (545686eb6171ad65af3641c1805c12354d453d7d)
When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B.
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=545686eb6171ad65af3641c1805c1235...
commit 545686eb6171ad65af3641c1805c12354d453d7d 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=fab15163721616e44a60c1342cda32d4...
commit fab15163721616e44a60c1342cda32d4e9d02762 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.
-----------------------------------------------------------------------
Summary of changes: src/gtp-rtnl.c | 2 ++ tools/gtp-link.c | 58 +++----------------------------------------------------- 2 files changed, 5 insertions(+), 55 deletions(-)
hooks/post-receive