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 545686eb6171ad65af3641c1805c12354d453d7d (commit) via 24f2f694a3be96155c07baea7f493088fc1d1b24 (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 (545686eb6171ad65af3641c1805c12354d453d7d) \ N -- N -- N (24f2f694a3be96155c07baea7f493088fc1d1b24)
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=24f2f694a3be96155c07baea7f493088...
commit 24f2f694a3be96155c07baea7f493088fc1d1b24 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: src/libgtpnl.map | 1 + tools/gtp-link.c | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive