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
discards 428725b05d21972ca976c56400a0e8dd86f928f0 (commit)
via 2be5fe3bc8043eddc3539d621d4c7dd41614d6ba (commit)
via d4a57989a65abc997268f67b2c4441f554fe0c8e (commit)
via 1a301260225aeaa4a83584209ff75be2052c3a04 (commit)
via 93c752eacb122df870309f08a822da9271093677 (commit)
via e5dc9529534021a0a44d38eda61cabfed5895377 (commit)
via e4cac9c1adcfcc4b2741dddb075824a0d07ad87b (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 (428725b05d21972ca976c56400a0e8dd86f928f0)
\
N -- N -- N (2be5fe3bc8043eddc3539d621d4c7dd41614d6ba)
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=2be5fe3bc8043eddc3539d621d4c7dd4…
commit 2be5fe3bc8043eddc3539d621d4c7dd41614d6ba
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 14:59:48 2016 +0100
gsm_04_08 rx: check subscriber presence
Change-Id: Ic073b44ed564b9c3b51f1f8bcd134b31dbeb8a21
http://cgit.osmocom.org/openbsc/commit/?id=d4a57989a65abc997268f67b2c4441f5…
commit d4a57989a65abc997268f67b2c4441f554fe0c8e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 14:59:23 2016 +0100
vlr fu
Change-Id: I82bb4842269657d816925a25ca65c69d6377b706
http://cgit.osmocom.org/openbsc/commit/?id=1a301260225aeaa4a83584209ff75be2…
commit 1a301260225aeaa4a83584209ff75be2052c3a04
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 14:56:24 2016 +0100
gsup_client wip
Change-Id: Ic0f8651e27aa7f1d56df23bbaf7deb1879ad1f0f
http://cgit.osmocom.org/openbsc/commit/?id=93c752eacb122df870309f08a822da92…
commit 93c752eacb122df870309f08a822da9271093677
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 14:41:21 2016 +0100
gsup: move to libcommon, rename to osmo_gsup_, cosmetics
Change-Id: I794e54699c760db77619310cdd2554f705337b5d
http://cgit.osmocom.org/openbsc/commit/?id=e5dc9529534021a0a44d38eda61cabfe…
commit e5dc9529534021a0a44d38eda61cabfed5895377
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 02:01:27 2016 +0100
fix build: osmo-nitb: include libvlr from proper dir
Change-Id: Ifebfb3cf3dfec76aca803e1ccf0da182fb8a1b39
http://cgit.osmocom.org/openbsc/commit/?id=e4cac9c1adcfcc4b2741dddb075824a0…
commit e4cac9c1adcfcc4b2741dddb075824a0d07ad87b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 14:57:02 2016 +0100
move vlr_sub_name to libcommon, to allow logging vsub name without libvlr
Change-Id: I8a0e7cbfd5338035499825ef2755efc8c77762ca
-----------------------------------------------------------------------
Summary of changes:
.../openbsc/{gprs_gsup_client.h => gsup_client.h} | 37 ++++----
openbsc/include/openbsc/vlr.h | 4 +-
openbsc/src/gprs/Makefile.am | 3 +-
openbsc/src/libcommon/Makefile.am | 1 +
openbsc/src/libcommon/gsm_subscriber_base.c | 18 +++-
.../gprs_gsup_client.c => libcommon/gsup_client.c} | 99 ++++++++++++----------
openbsc/src/libmsc/gsm_04_08.c | 37 ++++++--
openbsc/src/libvlr/vlr.c | 24 ++----
8 files changed, 128 insertions(+), 95 deletions(-)
rename openbsc/include/openbsc/{gprs_gsup_client.h => gsup_client.h} (58%)
rename openbsc/src/{gprs/gprs_gsup_client.c => libcommon/gsup_client.c} (73%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)