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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 4335badd0e85341a2515c00e5b73d6a921ecdd1b (commit)
via 1a02e36c4c940d7b326fa58a9f8080f79b558bba (commit)
via 26e30b1309517183db0ae56620195707f748ced4 (commit)
from 4b2b0cc15d51d7916a939de06a7e83d8042211dc (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/libosmocore/commit/?id=4335badd0e85341a2515c00e5b73…
commit 4335badd0e85341a2515c00e5b73d6a921ecdd1b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 7 04:39:14 2017 +0200
utils: add osmo_is_hexstr(), add unit test
Will be used by OsmoHLR to validate VTY and CTRL input.
Change-Id: Idf75946eb0a84e145adad13fc7c78bb7a267aa0a
http://cgit.osmocom.org/libosmocore/commit/?id=1a02e36c4c940d7b326fa58a9f80…
commit 1a02e36c4c940d7b326fa58a9f8080f79b558bba
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 7 04:44:08 2017 +0200
auth: add OSMO_MILENAGE_IND_BITLEN_MAX
Will be used by OsmoHLR to validate VTY and CTRL input.
Change-Id: Ic39f3404d1a49ffd06070aa9897b36f219eacf4d
http://cgit.osmocom.org/libosmocore/commit/?id=26e30b1309517183db0ae5662019…
commit 26e30b1309517183db0ae56620195707f748ced4
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Oct 7 04:41:22 2017 +0200
auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()
Add osmo_sub_auth_type_names[] and osmo_sub_auth_type_name().
Also add a hint to enum osmo_auth_algo's API doc that osmo_auth_alg_name()
already exists (it is defined further below).
Change-Id: I652a929bcd11c694d86812fb03d0a1cbd985efda
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/utils.h | 5 ++++
include/osmocom/crypt/auth.h | 9 ++++++-
src/gsm/auth_core.c | 7 +++++
src/gsm/auth_milenage.c | 2 +-
src/gsm/libosmogsm.map | 1 +
src/utils.c | 33 +++++++++++++++++++++++
tests/utils/utils_test.c | 63 ++++++++++++++++++++++++++++++++++++++++++++
tests/utils/utils_test.ok | 31 ++++++++++++++++++++++
8 files changed, 149 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications