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 6cb9e7d8981e127161f14f22ad9271252c531aec (commit)
via e094157e125a70b9a384ba3cec01261624f4eb59 (commit)
from 58a5665ecb72b2b4e2a9e33dde83d12060c41b4a (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=6cb9e7d8981e127161f14f22ad92…
commit 6cb9e7d8981e127161f14f22ad9271252c531aec
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 15 09:35:21 2017 +0100
libosmocodec: add FR bit offset definitions
This change defines the GSM FR bit positions as described
in RFC 3551, which will be used by further ECU
(Error Correction Unit) implementation.
Change-Id: I1d0a198af0f8dd1f690b5a81f5c9eb92c43aefed
http://cgit.osmocom.org/libosmocore/commit/?id=e094157e125a70b9a384ba3cec01…
commit e094157e125a70b9a384ba3cec01261624f4eb59
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Dec 16 01:39:48 2017 +0700
libosmocodec: add FR/HR/EFR frame length definitions
There are some projects, such as OsmoBTS and OsmocomBB, which
are dealing with raw TCH payloads, so they need to have the
FR/HR/EFR frame length defined. At the moment, each project
defines them itself. Let's share these definitions.
Change-Id: Ib19dd1bf81712d034157f9ce061008be0000ef38
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/codec/codec.h | 7 +
include/osmocom/codec/gsm610_bits.h | 272 ++++++++++++++++++++++++++++++++++++
3 files changed, 280 insertions(+)
create mode 100644 include/osmocom/codec/gsm610_bits.h
hooks/post-receive
--
An utility library for Open Source Mobile Communications