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 e0a7d9e2c220e5544ee8982c78851ff40ac425bc (commit)
from 136e73764e7f58e52ffb13d01304fef30eb7d291 (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=e0a7d9e2c220e5544ee8982c7885…
commit e0a7d9e2c220e5544ee8982c78851ff40ac425bc
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 17 17:58:52 2016 +0200
Add octet-aligned/unaligned shift functions
The actual code is from OsmoBTS' tch.c by Harald Welte. Add unit tests,
doxygen annotation and extra memory safety check. Those functions are
used in several BTS implementations but seems generic enough to be
generally useful.
Change-Id: I2b1901c4161e8035f059585901dca593b661556d
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/bits.h | 5 +++
src/bits.c | 48 ++++++++++++++++++++
tests/bits/bitrev_test.c | 25 +++++++++++
tests/bits/bitrev_test.ok | 105 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 183 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications