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 created
at 96acc6619f0efd1a55bbe752738252245cf1787b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=96acc6619f0efd1a55bbe75273825224…
commit 96acc6619f0efd1a55bbe752738252245cf1787b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
WIP: Introduce libvlr
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
http://cgit.osmocom.org/openbsc/commit/?id=d9ed9b2a5230c3809e168e64ff1421f1…
commit d9ed9b2a5230c3809e168e64ff1421f10f4e487b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:52 2016 +0200
WIP: move OAP client to libosmocore
http://cgit.osmocom.org/openbsc/commit/?id=347885300b0d78d8f7e2f5a2740330e1…
commit 347885300b0d78d8f7e2f5a2740330e1c42f317b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:29:17 2016 +0200
gsup_client: Make use of OAP optional
http://cgit.osmocom.org/openbsc/commit/?id=ae82ff80cc4717077c7461bc76fd2f7e…
commit ae82ff80cc4717077c7461bc76fd2f7ed454ff88
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:11 2016 +0200
VTY: Print 3G auth tuples, not just 2G auth tuples
http://cgit.osmocom.org/openbsc/commit/?id=6213693bcc8ff31c28d081f795dc3c6a…
commit 6213693bcc8ff31c28d081f795dc3c6a0156a184
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:27:38 2016 +0200
WIP: add gsup_test_client program
http://cgit.osmocom.org/openbsc/commit/?id=97c0e2dd02c3ce19158042d278166c52…
commit 97c0e2dd02c3ce19158042d278166c5272630a8d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
http://cgit.osmocom.org/openbsc/commit/?id=f4087ab8c83d2b940604b0b9e238a810…
commit f4087ab8c83d2b940604b0b9e238a810dca77f2a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate basic support for UMTS AKA
We already had almost all the parts in place before:
* GSUP with capability to send us auth_vectors that contain
either triplets or quintuples
* mm_context that holds such auth_vectors
All that we need to add in this patch is the capability to send
the AUTN parameter in the GMM AUTH REQ and parse the extended RES
in the GMM AUTH RESP.
TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
http://cgit.osmocom.org/openbsc/commit/?id=df964447afddd4d4704f1ece4aa2cae6…
commit df964447afddd4d4704f1ece4aa2cae6b60e12c1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 19 18:06:02 2016 +0200
Introduce subscriber_connection ref-counting
This introduces a reference count for gsm_subscriber_connection. Every
user of the connection needs to hold a reference until done. Once the
reference count dorps to zero, the connection is cleared towards the
BSC (which subsequently will clear any logical channels associated with
it).
Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)