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 "The OpenGGSN project".
The branch, laforge/sgsnemu-v6 has been updated
discards 218a30d594f5c677f378044d58ec02470c1aa233 (commit)
discards e800235d90d4641783dee1a862a76f3d6da362f1 (commit)
discards f0523c7c08ade95ab9ada04d6710079360945cc9 (commit)
discards 202d1ccdaef84d6539d82eb32880a46317487e5b (commit)
discards e7a34d1788e0daf849dba48e284c06c45a9a76b3 (commit)
discards aa034b003a72350ed1f2b626059b67412d474e22 (commit)
via 31906715bfa192a85be12df0d04d17015f8a1ef7 (commit)
via a2257f7b2c8808defd01c21c735159de0dd7c03c (commit)
via 08d4fa1da25cf78aec56dbd688ee7960599330ef (commit)
via e37f48eaf9c7ed378c774ec97bd3b3d0f303e4a7 (commit)
via 8a55263a1b7ccc8d17373360e582a0c3aeb97c68 (commit)
via fed3389112f140c01916fd2e769fd194b6bfe715 (commit)
via ea0c26a4361f9b4d623678ba5beacebbcb621c83 (commit)
via 081f30cba4ff6c38f3a135e77856f49e4a0c6e0b (commit)
via 9d9d91b8e8cb291d5337a68c54654dcc40d2826a (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 (218a30d594f5c677f378044d58ec02470c1aa233)
\
N -- N -- N (31906715bfa192a85be12df0d04d17015f8a1ef7)
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/osmo-ggsn/commit/?id=31906715bfa192a85be12df0d04d17…
commit 31906715bfa192a85be12df0d04d17015f8a1ef7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 21:07:16 2017 +0200
ggsn: Improve logging of gtp->tun and tun->gtp packets
Change-Id: If3ffb5dbd4ef6bdf23eb35986d3558f252157ee1
http://cgit.osmocom.org/osmo-ggsn/commit/?id=a2257f7b2c8808defd01c21c735159…
commit a2257f7b2c8808defd01c21c735159de0dd7c03c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 21:00:52 2017 +0200
ggsn/icmpv6.c: Add Debug log message when handling router solicitation
Change-Id: Ie02d4437e788fba44d4c99f7aa587208666b8598
http://cgit.osmocom.org/osmo-ggsn/commit/?id=08d4fa1da25cf78aec56dbd688ee79…
commit 08d4fa1da25cf78aec56dbd688ee7960599330ef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Oct 14 20:59:52 2017 +0200
ggsn/icmpv6: Ensure log lines have PDP context prefix
If something is logged, we want to know to which PDP context
(identified by IMSI:NSAPI tuple) it belongs.
Change-Id: I8d984fa89bbdc542715d2d6f544bff7fe76250f1
http://cgit.osmocom.org/osmo-ggsn/commit/?id=e37f48eaf9c7ed378c774ec97bd3b3…
commit e37f48eaf9c7ed378c774ec97bd3b3d0f303e4a7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:05:50 2017 +0800
sgsnemu: Use getprotobynumber() in print_ipprot()
There's no point in sgsnemu doing a poor mans reimplementation
of what the C library provides already by means of getprotobynumber()
Change-Id: I8cdc460e4fa5d86d80addf6e5f341d2d80093a35
http://cgit.osmocom.org/osmo-ggsn/commit/?id=8a55263a1b7ccc8d17373360e582a0…
commit 8a55263a1b7ccc8d17373360e582a0c3aeb97c68
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:03:25 2017 +0800
sgsnemu: Remove dead code: encaps_printf()
This function is never used/called, remove it.
Change-Id: I37a447e4d5387e3fc5f4433ab20ceba7c446684b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=fed3389112f140c01916fd2e769fd1…
commit fed3389112f140c01916fd2e769fd194b6bfe715
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:02:45 2017 +0800
sgsnemu: Mark local functions 'static'
We don't need to export those to the global name space as they're
not called from code in other files.
Change-Id: I454249335ba46abdb3afbc669c4a06a06f39ae72
http://cgit.osmocom.org/osmo-ggsn/commit/?id=ea0c26a4361f9b4d623678ba5beace…
commit ea0c26a4361f9b4d623678ba5beacebbcb621c83
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 08:54:04 2017 +0800
sgsnemu: Make use of "dependon" feature in gengetopt
The gengetopt syntax can specify that a particular command line argument
depends on some other argument/option present. We can use this to
provide useful feedback to the user at the command line parsing state,
like --pingrate making no sense without --pinghost being specified.
Change-Id: Ief27275e90e6bce23aed1e83874dbac98dd0926b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=081f30cba4ff6c38f3a135e77856f4…
commit 081f30cba4ff6c38f3a135e77856f49e4a0c6e0b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 10 09:36:35 2017 +0800
sgsnemu: Print warnings on broken IPv6 configuration (acept_ra)
When sgsnemu is used for an IPv6 pdp context, we rely on the router
discovery procedure and SLAAC to set the correct IPv6 address/prefix
on the tun device. This requires the system to be configure to accept
router-advertisements on the tun device. Let's print a warning
if accept_ra for the specific tun device is set to a wrong value.
We're leaving it up to the user to either set a system-wide
/proc/sys/net/ipv6/conf/default/accept_ra or to configure this in an
ip-up script used together with sgsnemu.
Change-Id: I563092ca35bc74f035a5023e11256779aac46e11
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 18 ++++++++++++------
ggsn/icmpv6.c | 15 +++++++++------
2 files changed, 21 insertions(+), 12 deletions(-)
hooks/post-receive
--
The OpenGGSN project