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 4900b4740212b69db4ae5ab32f58e5a87fa7487a (commit)
discards 8cf505fd9f05d3b5df9d43c2aecc424fd701ab77 (commit)
via c85893195905257b9ea692feaaea935755a07b5d (commit)
via 1cce058a31024887b15db4ddb835afee9089bd6f (commit)
via 111e479632894ab267d22acd0bf83f5e232dd559 (commit)
via 6b85cd4b9a445635ca0a5cd0464606ff4ab15a70 (commit)
via b8d729d031f971596bc3dd96f37cea6a36957f38 (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 (4900b4740212b69db4ae5ab32f58e5a87fa7487a)
\
N -- N -- N (c85893195905257b9ea692feaaea935755a07b5d)
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=c85893195905257b9ea692feaaea9357…
commit c85893195905257b9ea692feaaea935755a07b5d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Oct 3 02:29:34 2015 +0200
gtphub: add simple netcat test WIP
Tweak the hardcoded default ports/interfaces for the test.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=1cce058a31024887b15db4ddb835afee…
commit 1cce058a31024887b15db4ddb835afee9089bd6f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 05:03:52 2015 +0200
gtphub: Add GGSN proxy config. WIP
http://cgit.osmocom.org/openbsc/commit/?id=111e479632894ab267d22acd0bf83f5e…
commit 111e479632894ab267d22acd0bf83f5e232dd559
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 04:53:32 2015 +0200
gtphub: cosmetic: streamline sockaddr handling.
Rename struct gtphub_addr to osmo_sockaddr and use as osmo_sockaddr_init arg.
It makes for a bit less code, doing the same.
http://cgit.osmocom.org/openbsc/commit/?id=6b85cd4b9a445635ca0a5cd0464606ff…
commit 6b85cd4b9a445635ca0a5cd0464606ff4ab15a70
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:28:43 2015 +0200
gtphub: move osmo_sockaddr_init to gtphub.h/c.
osmo_sockaddr_init() will, after all, not go away, because of the
'ggsn-proxy'
config, and it will be used in gtphub.c as soon as the ggsn-proxy config is
applied (which this commit prepares for).
http://cgit.osmocom.org/openbsc/commit/?id=b8d729d031f971596bc3dd96f37cea6a…
commit b8d729d031f971596bc3dd96f37cea6a36957f38
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 16 01:23:19 2015 +0200
gtphub: Add VTY config.
Implement the to_sgsns and to_ggsns bind configs. Have a short config that sets
default ports and same IP address for control and user plane (usual case in the
field), and a very fine grained version (because we can).
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gtphub.h | 81 ++++++++---------
openbsc/src/gprs/Makefile.am | 6 +-
openbsc/src/gprs/gtphub.c | 87 +++++++-----------
openbsc/src/gprs/gtphub_main.c | 57 ++++++------
openbsc/src/gprs/gtphub_vty.c | 189 +++++++++++++++++++++++++++++++++++++--
openbsc/src/gprs/sgsn_vty.c | 2 +-
6 files changed, 288 insertions(+), 134 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)