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 e845cb950544af8f0d00f5a2bed2072d795a2a7e (commit)
via b18e811e24464d9b50f21674246806c3b7c25030 (commit)
via 9b09738891770367f9878a1a4d1b83bc23217383 (commit)
from b07d07072e70ac4f920be9dfdf45615193b4ec2d (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/openggsn/commit/?id=e845cb950544af8f0d00f5a2bed2072…
commit e845cb950544af8f0d00f5a2bed2072d795a2a7e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 14:00:22 2015 +0200
gtp.c: fix an error log.
Fix: the code handles fd1u but prints fd1c.
http://cgit.osmocom.org/openggsn/commit/?id=b18e811e24464d9b50f21674246806c…
commit b18e811e24464d9b50f21674246806c3b7c25030
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 14:00:21 2015 +0200
gtp.h: rename gsn_t.dublicate to duplicate.
Fix spelling dublicate -> duplicate.
This is potentially breaking API compat, but currently, no users of
gsn_t.dublicate are known.
http://cgit.osmocom.org/openggsn/commit/?id=9b09738891770367f9878a1a4d1b83b…
commit 9b09738891770367f9878a1a4d1b83bc23217383
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 14:00:19 2015 +0200
gtp.c: improve 3 error logs.
It would print the memory location of the address buffer. Instead, print the
human readable host address and port.
The current code base supports only IPv4, and thread safety is apparently not
required, hence just use inet_ntoa(). (The IPv6 and thread capable version is 4
times longer and harder to read.)
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 26 ++++++++++++++------------
gtp/gtp.h | 2 +-
2 files changed, 15 insertions(+), 13 deletions(-)
hooks/post-receive
--
The OpenGGSN project