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 7f2821d3cb878a367d3415c3a951f39ffa4c0e89 (commit)
discards e691f68f6fe9181f4303a5de1e2a666f1323cbe3 (commit)
discards f151cc1ce26fb788485c88bdd17165aee63734b4 (commit)
via 359ff5e8e9e3f0952e6a6c9a346287ab97416fd6 (commit)
via ef0c21e48789e82dd010fb3db24f5da0f4a27001 (commit)
via bad8ed55a3df78e8455a7b604fea2d74c8afdf22 (commit)
via b5d56d9ccb47b178a072da033a67364e842ab21d (commit)
via 6f487edd068a33f987909e013e624e0b7f1a98ed (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 (7f2821d3cb878a367d3415c3a951f39ffa4c0e89)
\
N -- N -- N (359ff5e8e9e3f0952e6a6c9a346287ab97416fd6)
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=359ff5e8e9e3f0952e6a6c9a346287ab…
commit 359ff5e8e9e3f0952e6a6c9a346287ab97416fd6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:46:04 2017 +0100
subscr_conn_test: UMTS AKA resync
Change-Id: I04ea9cef0c4fb0707db39c17e20f75409086f8ad
http://cgit.osmocom.org/openbsc/commit/?id=ef0c21e48789e82dd010fb3db24f5da0…
commit ef0c21e48789e82dd010fb3db24f5da0f4a27001
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:04:16 2017 +0100
Add new subscr_conn_test for MSC+VLR end-to-end tests
Change-Id: Ic073f3a069a7f5e7e421e0e56140f069ee9b10b8
http://cgit.osmocom.org/openbsc/commit/?id=bad8ed55a3df78e8455a7b604fea2d74…
commit bad8ed55a3df78e8455a7b604fea2d74c8afdf22
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 2 20:45:01 2017 +0100
gsm48: handle UMTS AKA resync
Change-Id: I64444a3f5308a14948d96939f619b4c8c4c6598c
http://cgit.osmocom.org/openbsc/commit/?id=b5d56d9ccb47b178a072da033a67364e…
commit b5d56d9ccb47b178a072da033a67364e842ab21d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jan 25 15:00:58 2017 +0100
Use libvlr in libmsc (large refactoring)
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>rg>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
TODO: This commit may be split in several smaller changes before merging to
master.
Related: OS#1592
Change-Id: I702ba504ce2de93507312c28eca8d11f09f4ee8b
http://cgit.osmocom.org/openbsc/commit/?id=6f487edd068a33f987909e013e624e0b…
commit 6f487edd068a33f987909e013e624e0b7f1a98ed
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
Add libvlr implementation
Original libvlr code is by Harald Welte <laforge(a)gnumonks.org>rg>,
polished and tweaked by Neels Hofmeyr <nhofmeyr(a)sysmocom.de>de>.
This is a long series of development collapsed in one patch. The original
history may still be available as branch neels/vlr_orig.
Related: OS#1592
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_08.c | 91 ++++++++++++++
openbsc/src/libvlr/vlr_auth_fsm.c | 15 ++-
openbsc/tests/subscr_conn/subscr_conn_test.c | 182 ++++++++++++++++++++++++++-
openbsc/tests/vlr/vlr_test.c | 2 +-
4 files changed, 282 insertions(+), 8 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)