This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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, laforge/pending has been updated
via 325264bfed7cac7f5a436778cadbf389bbc83bb8 (commit)
via 8942dde31150fea0ce0d904488770a1fc7fb1dff (commit)
via f73e028aa53cc3311d6233bfad65b76e091f60ba (commit)
via aba7b4f62b37a37b25981f85e72b807edc80e9c7 (commit)
via 972b47c69774b02907151e64dd2b23b2d4663925 (commit)
via 5540781b25cb1c885028dbac83526eccd8183f44 (commit)
via cd5e52605cdb77bdc6f36fce81a6a1bac7fbda48 (commit)
from 7c55ede8b12faf1420b25ba30b5a22467fb2445c (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=325264bfed7cac7f5a436778cadbf389bbc83bb8
commit 325264bfed7cac7f5a436778cadbf389bbc83bb8
Author: Harald Welte <laforge at gnumonks.org>
Date: Fri May 6 23:28:52 2016 +0200
WIP: move OAP client to libosmocore
http://cgit.osmocom.org/openbsc/commit/?id=8942dde31150fea0ce0d904488770a1fc7fb1dff
commit 8942dde31150fea0ce0d904488770a1fc7fb1dff
Author: Harald Welte <laforge at 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=f73e028aa53cc3311d6233bfad65b76e091f60ba
commit f73e028aa53cc3311d6233bfad65b76e091f60ba
Author: Harald Welte <laforge at 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=aba7b4f62b37a37b25981f85e72b807edc80e9c7
commit aba7b4f62b37a37b25981f85e72b807edc80e9c7
Author: Harald Welte <laforge at gnumonks.org>
Date: Fri May 6 23:27:38 2016 +0200
WIP: add gsup_test_client program
http://cgit.osmocom.org/openbsc/commit/?id=972b47c69774b02907151e64dd2b23b2d4663925
commit 972b47c69774b02907151e64dd2b23b2d4663925
Author: Harald Welte <laforge at gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
http://cgit.osmocom.org/openbsc/commit/?id=5540781b25cb1c885028dbac83526eccd8183f44
commit 5540781b25cb1c885028dbac83526eccd8183f44
Author: Harald Welte <laforge at 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)
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 2 +-
openbsc/include/openbsc/oap_messages.h | 70 --------
openbsc/src/gprs/Makefile.am | 9 +-
openbsc/src/gprs/gprs_gmm.c | 134 ++++++++++++---
openbsc/src/gprs/gprs_gsup_client.c | 9 +-
openbsc/src/gprs/gsup_test_client.c | 303 +++++++++++++++++++++++++++++++++
openbsc/src/gprs/oap.c | 2 +-
openbsc/src/gprs/oap_messages.c | 178 -------------------
openbsc/src/gprs/sgsn_vty.c | 33 +++-
openbsc/tests/oap/oap_test.c | 3 +-
openbsc/tests/sgsn/sgsn_test.c | 4 +-
11 files changed, 460 insertions(+), 287 deletions(-)
delete mode 100644 openbsc/include/openbsc/oap_messages.h
create mode 100644 openbsc/src/gprs/gsup_test_client.c
delete mode 100644 openbsc/src/gprs/oap_messages.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)