This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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 60af2f83a5989b03d54e4a68f066ba84c30e8a24 (commit)
via ed3b6f8f2ab290246977fca46a4e838dd017a441 (commit)
from 345d6870387cefcaf5057634c06ec804e6b69eec (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=60af2f83a5989b03d54e4a68f066ba84c30e8a24
commit 60af2f83a5989b03d54e4a68f066ba84c30e8a24
Author: Harald Welte <laforge at gnumonks.org>
Date: Fri Mar 17 23:26:11 2017 +0100
add README.md file
http://cgit.osmocom.org/libgtpnl/commit/?id=ed3b6f8f2ab290246977fca46a4e838dd017a441
commit ed3b6f8f2ab290246977fca46a4e838dd017a441
Author: Harald Welte <laforge at 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 at gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++
include/libgtpnl/gtpnl.h | 1 +
include/linux/if_link.h | 7 +++++++
src/gtp-rtnl.c | 14 ++++++++++++-
4 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 README.md
hooks/post-receive
--
netlink library for Linux kernel GTP code