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, master has been updated
via 9c0f4f49e9b15b55cd9baa42c1ba191903664397 (commit)
via ac51c7e68e64740568c6843499cb3a352e3e549e (commit)
via 55d639f0fbc00bec2ef01940d30e569ebb66515f (commit)
from b9ace14717a220edb380d21d849e95ae0c30784e (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/osmo-ggsn/commit/?id=9c0f4f49e9b15b55cd9baa42c1ba19…
commit 9c0f4f49e9b15b55cd9baa42c1ba191903664397
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 12:52:23 2017 +0100
tests: Split ipv6 specific tests into a new test group
This way they can be easily disabled later on when IPv6 support is made
optional.
Change-Id: I3906dbf55ccf1650083398e08ac870add0bbdcef
http://cgit.osmocom.org/osmo-ggsn/commit/?id=ac51c7e68e64740568c6843499cb3a…
commit ac51c7e68e64740568c6843499cb3a352e3e549e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 10:59:52 2017 +0100
Remove unused empty src/Makefile.in
Change-Id: I207362e055dbfafc42fad2cfdd0cf1da9dcad88b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=55d639f0fbc00bec2ef01940d30e56…
commit 55d639f0fbc00bec2ef01940d30e569ebb66515f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 13:17:07 2017 +0100
ggsn.c: Print version of unhandled ip packet
Change-Id: I7e226a12b074c96c572f90e3aaf62716d0cd47c5
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 2 +-
src/Makefile.in | 0
tests/lib/Makefile.am | 8 +-
tests/lib/in46a_test.c | 214 ++++++++++++++++++++++-------------
tests/lib/in46a_test.ok | 16 ++-
tests/lib/in46a_v6_test.ok | 8 ++
tests/lib/ippool_test.c | 15 ++-
tests/lib/ippool_test.err | 2 -
tests/lib/ippool_test.ok | 257 -------------------------------------------
tests/lib/ippool_v6_test.err | 2 +
tests/lib/ippool_v6_test.ok | 257 +++++++++++++++++++++++++++++++++++++++++++
tests/testsuite.at | 13 +++
12 files changed, 441 insertions(+), 353 deletions(-)
delete mode 100644 src/Makefile.in
create mode 100644 tests/lib/in46a_v6_test.ok
create mode 100644 tests/lib/ippool_v6_test.err
create mode 100644 tests/lib/ippool_v6_test.ok
hooks/post-receive
--
The OpenGGSN project