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 cee7546f15bc66443c17a0b2cbca2570d85e3517 (commit)
via ed1ba2c902624a1bc97d73bc29e64f3fab8658ac (commit)
via ed08eb1c5a5a9efa84b3a9111d8e5538da132ce1 (commit)
via 2e84d2c29a75db6412a66356b81037508a7ef248 (commit)
via dd266066c7cc96c797034da352cc9d72177c5780 (commit)
from b5624c3d4838cd774c3a6df4208b709890174a25 (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=cee7546f15bc66443c17a0b2cbca25…
commit cee7546f15bc66443c17a0b2cbca2570d85e3517
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Sep 24 17:45:05 2017 +0800
Replace EUA magic numbers for IETF, IPv4 and IPv6 with #defines
Change-Id: I33f65e404217e717bd795e5229c8d9456a7b3739
http://cgit.osmocom.org/osmo-ggsn/commit/?id=ed1ba2c902624a1bc97d73bc29e64f…
commit ed1ba2c902624a1bc97d73bc29e64f3fab8658ac
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 1 18:16:17 2017 +0800
apn_start(): Extend error message when setting IPv6 address fails
Tell the user about possible causes of failure to set the IPv6
address of the tun device, such as general lack of IPv6 support in
the kernel/OS, or the use of /proc/sys/net/ipv6/conf/default/disable_ipv6
Change-Id: I5ff812425ee12b8386bb66521e05c93e825a4506
http://cgit.osmocom.org/osmo-ggsn/commit/?id=ed08eb1c5a5a9efa84b3a9111d8e55…
commit ed08eb1c5a5a9efa84b3a9111d8e5538da132ce1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 1 18:15:56 2017 +0800
apn_stop(): Print tun device name when closing tun device
Change-Id: If981cc0696122cb69c01ceac6f54ae01bcbf4a2d
http://cgit.osmocom.org/osmo-ggsn/commit/?id=2e84d2c29a75db6412a66356b81037…
commit 2e84d2c29a75db6412a66356b81037508a7ef248
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 1 13:36:52 2017 +0800
create_context_ind(): ignore any non-started APNs
If we receive a GTP-C CREATE PDP CONTEXT for an APN that we were
unable (or not configured) to start, ignore that APN.
Change-Id: I8011a9ccc1d5effd3779f184c9055af46838ccaf
http://cgit.osmocom.org/osmo-ggsn/commit/?id=dd266066c7cc96c797034da352cc9d…
commit dd266066c7cc96c797034da352cc9d72177c5780
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Oct 1 13:35:03 2017 +0800
apn_start(): fix clean-up after errors bringing up APN
When there's an interim error (e.g. in resolving the link-local address
or setting up the tun device), apn_start() simply calls apn_stop()
on the not-yet-fully-started apn_ctx.
This only works if apn_stop() doesn't bail out early in case of
a not-started apn_ctx, so let's remove the related check at the
start of the function.
Change-Id: I2917a6258cb73cc12fd9d81296ff0eaa616890b9
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 11 ++++++-----
gtp/gtp.c | 6 +++---
gtp/pdp.c | 6 +++---
gtp/pdp.h | 4 ++++
lib/in46_addr.c | 13 +++++++------
5 files changed, 23 insertions(+), 17 deletions(-)
hooks/post-receive
--
The OpenGGSN project