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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated via 82cfa3945c35be251dff168260d30756bc3d60db (commit) from e44a5687c4728a3ef1f730ec7349cef135cf174a (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=82cfa3945c35be251dff168260d30756b...
commit 82cfa3945c35be251dff168260d30756bc3d60db Author: Vadim Yanitskiy axilirator@gmail.com Date: Fri Jan 12 03:13:33 2018 +0600
libmsc: add support for both comp128v2 and comp128v3
This change adds support for both comp128v2 and comp128v3 GSM A3/A8 algorithms. Since they already implemented in libosmocore, the corresponding it's API is used.
Change-Id: Ic761be0220397d100c9e6345d4d01af4889dc7c1
-----------------------------------------------------------------------
Summary of changes: openbsc/include/openbsc/gsm_data.h | 2 ++ openbsc/src/libmsc/auth.c | 26 +++++++++++++++++++++++--- openbsc/src/libmsc/ctrl_commands.c | 8 ++++++++ openbsc/src/libmsc/vty_interface_layer3.c | 12 ++++++++++-- openbsc/tests/ctrl_test_runner.py | 10 ++++++++++ 5 files changed, 53 insertions(+), 5 deletions(-)
hooks/post-receive