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, neels/refactor has been updated
discards 09fac6a92f377470d711e27949fabfc0979ebc11 (commit)
discards c682b299c403e6bdee9bd1c3706f3ce686b2ae41 (commit)
discards 226fbeded97539b7d852eba7637cb2c651a11db2 (commit)
via 695b0cff3d66158e0661aff99622b1ad514b8729 (commit)
via b0d8b7841b0649d0ca5c746baa0e2b376af121d2 (commit)
via 74fb84f8d44d0453bb03276948c679d76690832f (commit)
via 5d0fa12ddba9261db096c04f2868b589f9bb6147 (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 (09fac6a92f377470d711e27949fabfc0979ebc11)
\
N -- N -- N (695b0cff3d66158e0661aff99622b1ad514b8729)
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/openggsn/commit/?id=695b0cff3d66158e0661aff99622b1a…
commit 695b0cff3d66158e0661aff99622b1ad514b8729
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 13:42:17 2015 +0200
gtp.c: fix an error log.
Fix: the code handles fd1u but prints fd1c.
http://cgit.osmocom.org/openggsn/commit/?id=b0d8b7841b0649d0ca5c746baa0e2b3…
commit b0d8b7841b0649d0ca5c746baa0e2b376af121d2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 02:45: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=74fb84f8d44d0453bb03276948c679d…
commit 74fb84f8d44d0453bb03276948c679d76690832f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 11 23:44:00 2015 +0200
Rename gtp_dublicate, cosmetic.
Fix spelling dublicate -> duplicate in comments and in (apparently only
statically used) gtp_dublicate().
Add two TODO comments.
Fix other spelling/punctuation and one numbering in comments.
Remove an opening brace from a comment to not mix up cindent in vim.
Break a long line.
http://cgit.osmocom.org/openggsn/commit/?id=5d0fa12ddba9261db096c04f2868b58…
commit 5d0fa12ddba9261db096c04f2868b589f9bb6147
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Oct 11 23:49:27 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 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
hooks/post-receive
--
The OpenGGSN project