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
via 1274f63100801440f51913d726c7a653f5b1b559 (commit)
via f13f13b4155283c8d60c3f7f2ea7c3e25bcf7352 (commit)
via eb6b3c05252a4dc1c27a77c8aa7e022c8fca06e4 (commit)
from 1dbef680f35ff013aa4862bccb7751acdd5cacb2 (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/openbsc/commit/?id=1274f63100801440f51913d726c7a653…
commit 1274f63100801440f51913d726c7a653f5b1b559
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Nov 30 00:07:02 2015 +0100
gtphub: add two stubs
http://cgit.osmocom.org/openbsc/commit/?id=f13f13b4155283c8d60c3f7f2ea7c3e2…
commit f13f13b4155283c8d60c3f7f2ea7c3e25bcf7352
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 29 23:50:45 2015 +0100
gtphub: vty: add missing SGSN-proxy output.
http://cgit.osmocom.org/openbsc/commit/?id=eb6b3c05252a4dc1c27a77c8aa7e022c…
commit eb6b3c05252a4dc1c27a77c8aa7e022c8fca06e4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 29 23:49:48 2015 +0100
gtphub: refactor: use side_idx everywhere.
This is a mostly cosmetic change. Instead of separate buffer handling
functions, reduce some code duplication by using a side_idx just like the
plane_idx, with arrays.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 51 ++--
openbsc/src/gprs/gtphub.c | 521 ++++++++++++++++---------------------
openbsc/src/gprs/gtphub_main.c | 25 +-
openbsc/src/gprs/gtphub_vty.c | 72 ++---
openbsc/tests/gtphub/gtphub_test.c | 72 ++---
5 files changed, 325 insertions(+), 416 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)