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/vlr has been updated
via 9cd8a080de0b8f92101a3ba16c74ee00350f6000 (commit)
via 2b96642351619ed2baa99b43abf501c33d8c0ca1 (commit)
from cac2ca473131c07ba4f4ca04bd688ae28b6e5d56 (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=9cd8a080de0b8f92101a3ba16c74ee00…
commit 9cd8a080de0b8f92101a3ba16c74ee00350f6000
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Dec 20 15:23:03 2016 +0100
very verbose GSUP client logs
Change-Id: Ia07938aa602cc6775c7931678607cd4b3dff3701
http://cgit.osmocom.org/openbsc/commit/?id=2b96642351619ed2baa99b43abf501c3…
commit 2b96642351619ed2baa99b43abf501c33d8c0ca1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Dec 20 15:35:16 2016 +0100
add subscr_conn test
Change-Id: I72a6680b27f030b06d0477c7f3e0b89b852d401a
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 1 +
openbsc/include/openbsc/osmo_msc.h | 11 ++
openbsc/src/libcommon/gsup_client.c | 14 +-
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/gsm_04_08.c | 120 +---------------
openbsc/src/libmsc/osmo_msc.c | 3 +
openbsc/src/libmsc/subscr_conn.c | 141 +++++++++++++++++++
openbsc/src/libvlr/vlr.c | 1 +
openbsc/src/osmo-nitb/Makefile.am | 1 +
openbsc/src/osmo-nitb/bsc_hack.c | 1 +
openbsc/tests/Makefile.am | 1 +
.../osmo-nitb => tests/subscr_conn}/Makefile.am | 36 ++---
openbsc/tests/subscr_conn/subscr_conn_test.c | 151 +++++++++++++++++++++
openbsc/tests/subscr_conn/subscr_conn_test.err | 3 +
openbsc/tests/subscr_conn/subscr_conn_test.ok | 1 +
openbsc/tests/testsuite.at | 7 +
16 files changed, 360 insertions(+), 133 deletions(-)
create mode 100644 openbsc/src/libmsc/subscr_conn.c
copy openbsc/{src/osmo-nitb => tests/subscr_conn}/Makefile.am (70%)
create mode 100644 openbsc/tests/subscr_conn/subscr_conn_test.c
create mode 100644 openbsc/tests/subscr_conn/subscr_conn_test.err
create mode 100644 openbsc/tests/subscr_conn/subscr_conn_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)