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, master has been updated
via d675515bd4854e1905d27c096fa949944744b010 (commit)
from ba1468e4c66a3f6d5eef2f8ad67188805d07c9b6 (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=d675515bd4854e1905d27c096fa94994…
commit d675515bd4854e1905d27c096fa949944744b010
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jan 27 00:25:47 2017 +0100
gsm48_tx_mm_auth_req(): support UMTS AUTN
To be able to do R99 UMTS authentication, we need to send along AUTN bytes in
the Authentication Request. Add autn parameter to gsm48_tx_mm_auth_req() and
conditionally append the R99 AUTN TLV to the Authentication Request message.
Change-Id: I0d644559088706aa06b42b9bfe1f8c21ca6fa4da
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_04_08.h | 3 ++-
openbsc/src/libmsc/gsm_04_08.c | 23 ++++++++++++++++++++---
openbsc/src/libmsc/token_auth.c | 4 ++--
3 files changed, 24 insertions(+), 6 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)