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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/gtphub has been updated
discards c78ca1b5422b1c138800ebe4bbe413a19d37517e (commit)
via e7f45512b8fc1743f5aed57cef94e9f8aa19f1e6 (commit)
via cf5bf7ec1f12d7572c62a81e8135038c1684cac9 (commit)
via 061f9cf03f765732a8c5a9d2e40637f86f5482d8 (commit)
via 70e59ceda96dee9cd8bc234ea856b3440e3f7fed (commit)
via c887a7ee53d654b0e461599b3c0380d824e7609d (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 (c78ca1b5422b1c138800ebe4bbe413a19d37517e)
\
N -- N -- N (e7f45512b8fc1743f5aed57cef94e9f8aa19f1e6)
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/openbsc/commit/?id=e7f45512b8fc1743f5aed57cef94e9f8…
commit e7f45512b8fc1743f5aed57cef94e9f8aa19f1e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 26 16:12:14 2015 +0100
log
http://cgit.osmocom.org/openbsc/commit/?id=cf5bf7ec1f12d7572c62a81e8135038c…
commit cf5bf7ec1f12d7572c62a81e8135038c1684cac9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 26 16:09:56 2015 +0100
gtphub: reject invalid GTP packets, adjust nc test.
Enhancing the netcat test so that it sends and evaluates fully valid GTP
packets, so that gtphub can reject invalid GTP packets.
Enable the bit of code that returns error in case GTP packet decoding failed.
Sponsored-by: On-Waves ehi
http://cgit.osmocom.org/openbsc/commit/?id=061f9cf03f765732a8c5a9d2e40637f8…
commit 061f9cf03f765732a8c5a9d2e40637f86f5482d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 26 15:00:52 2015 +0100
gtphub: gtp_decode: flow readability
http://cgit.osmocom.org/openbsc/commit/?id=70e59ceda96dee9cd8bc234ea856b344…
commit 70e59ceda96dee9cd8bc234ea856b3440e3f7fed
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 26 14:55:01 2015 +0100
comment
http://cgit.osmocom.org/openbsc/commit/?id=c887a7ee53d654b0e461599b3c0380d8…
commit c887a7ee53d654b0e461599b3c0380d824e7609d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 26 14:48:58 2015 +0100
gtphub: nr_map: comment, sort.
Add a large comment describing the ideas behind the nr_map implementation.
Tweak a comment.
Sort the nr_* function declarations for readability.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 14 +++++------
openbsc/src/gprs/gtphub.c | 22 ++++++++--------
openbsc/tests/gtphub/Makefile.am | 3 ++-
openbsc/tests/gtphub/gtphub_nc_test.ok | 4 +--
openbsc/tests/gtphub/gtphub_nc_test.sh | 46 +++++++++++++++++++++++-----------
openbsc/tests/gtphub/hex2bin.py | 13 ++++++++++
openbsc/tests/testsuite.at | 1 +
7 files changed, 67 insertions(+), 36 deletions(-)
create mode 100755 openbsc/tests/gtphub/hex2bin.py
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)