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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 45822227577cba5c6c4a4d4d61a7a9e8b4992c25 (commit)
from c1586388dc820853095f6dfbc274792d688640cd (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/osmo-bts/commit/?id=45822227577cba5c6c4a4d4d61a7a9e…
commit 45822227577cba5c6c4a4d4d61a7a9e8b4992c25
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 6 12:49:39 2016 +0200
Use libosmocodec for AMR RTP
Use libosmocodec function to parse RTP with AMR payload in sysmoBTS and
LC15. This replaces "manual" parsing of AMR frame with function covered
by test suite and makes adding DTXd support easier.
Related: OS#1563
Change-Id: I1464f9a12e3f92926d03d5dd5d18e8f0f7206dd9
Reviewed-on:
https://gerrit.osmocom.org/204
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/Makefile.am | 4 ++--
src/osmo-bts-litecell15/tch.c | 25 ++++++++++---------------
src/osmo-bts-sysmo/Makefile.am | 4 ++--
src/osmo-bts-sysmo/tch.c | 26 +++++++++++---------------
tests/sysmobts/Makefile.am | 4 ++--
5 files changed, 27 insertions(+), 36 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)