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 2bab4815ad67c069dabbe5d11297edd7ab686050 (commit)
discards c5e01d68c32489454e4457aeb4686b4b72df6ca1 (commit)
discards e5dbc2cc028b7df6d557faeabe70642c4668d5d7 (commit)
discards 5d0fa12ddba9261db096c04f2868b589f9bb6147 (commit)
via 746179370c89589ce9a4e959740a8f551a27d935 (commit)
via 5e0586df38fce1bb6edb734c1e4d1f4d9242a1f6 (commit)
via b8aae6dd3e0a0039953eb9c37f9bc720feca82e1 (commit)
via 7d62a4eaa315d689e3c1268f75c42d552f68ac81 (commit)
via c2058e0c648ff0c224da65bd1863da0b5dae542d (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 (2bab4815ad67c069dabbe5d11297edd7ab686050)
\
N -- N -- N (746179370c89589ce9a4e959740a8f551a27d935)
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=746179370c89589ce9a4e959740a8f5…
commit 746179370c89589ce9a4e959740a8f551a27d935
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 12 14:26:49 2015 +0200
gtp.c: add todo comments
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=5e0586df38fce1bb6edb734c1e4d1f4…
commit 5e0586df38fce1bb6edb734c1e4d1f4d9242a1f6
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.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=b8aae6dd3e0a0039953eb9c37f9bc72…
commit b8aae6dd3e0a0039953eb9c37f9bc720feca82e1
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.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=7d62a4eaa315d689e3c1268f75c42d5…
commit 7d62a4eaa315d689e3c1268f75c42d552f68ac81
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.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openggsn/commit/?id=c2058e0c648ff0c224da65bd1863da0…
commit c2058e0c648ff0c224da65bd1863da0b5dae542d
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.)
Sponsored-by: On-Waves ehi
-----------------------------------------------------------------------
Summary of changes:
gtp/gtp.c | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
The OpenGGSN project