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 2aedfbdfe1dfb4df84418af4bb39c40ca1cc5128 (commit)
via 62a63f54a6c6e565df7ca5efadf5430123a5cc5e (commit)
via 6cf0249dacc4ae46eb0857c007906c9a3f128a3e (commit)
via cdeb815c78f4cdd5eb38995ea3f8550c637a1561 (commit)
from b3cbd9aa3b8e80060ff38b975e297a5b4a850fec (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=2aedfbdfe1dfb4df84418af4bb39c40c…
commit 2aedfbdfe1dfb4df84418af4bb39c40ca1cc5128
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Oct 8 16:10:26 2015 +0200
libmsc: Use RAND_bytes to generate a token
[hfreyther: Add cast to uint8_t to fix compiler warning]
http://cgit.osmocom.org/openbsc/commit/?id=62a63f54a6c6e565df7ca5efadf54301…
commit 62a63f54a6c6e565df7ca5efadf5430123a5cc5e
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Oct 8 16:10:25 2015 +0200
libmsc: Use RAND_bytes to choose auth tuple
[hfreyther: Fix compiler warning about unused variable]
http://cgit.osmocom.org/openbsc/commit/?id=6cf0249dacc4ae46eb0857c007906c9a…
commit 6cf0249dacc4ae46eb0857c007906c9a3f128a3e
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Oct 8 16:10:24 2015 +0200
gprs: Use RAND_bytes for p-tmsi
[hfreyther: Link to libcrypto, include header, add uint8_t* cast]
http://cgit.osmocom.org/openbsc/commit/?id=cdeb815c78f4cdd5eb38995ea3f8550c…
commit cdeb815c78f4cdd5eb38995ea3f8550c637a1561
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Oct 8 16:10:23 2015 +0200
libmsc: Use RAND_bytes when choosing a tmsi
Require openssl version to be >= 0.9.5 because we rely on the RAND_bytes
return value.
[hfreyther: Add cast to uint8_t*]
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
openbsc/src/gprs/Makefile.am | 3 ++-
openbsc/src/gprs/gprs_sgsn.c | 6 +++++-
openbsc/src/libmsc/Makefile.am | 2 +-
openbsc/src/libmsc/auth.c | 11 ++++++++---
openbsc/src/libmsc/db.c | 12 ++++++++++--
openbsc/src/osmo-nitb/Makefile.am | 2 +-
openbsc/tests/channel/Makefile.am | 2 +-
openbsc/tests/db/Makefile.am | 2 +-
openbsc/tests/sgsn/Makefile.am | 1 +
10 files changed, 31 insertions(+), 12 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)