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 f0d6d6ba02eb79c2b42d0755372b773684c1f7cf (commit)
via dd084e6e57ee31ae260e8fc16d33e55cff0feeec (commit)
from 61372a20de695a151611753689ee9a3018b101f6 (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=f0d6d6ba02eb79c2b42d0755372b773…
commit f0d6d6ba02eb79c2b42d0755372b773684c1f7cf
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 21 17:52:01 2016 +0200
Use error values instead of number for RSL error
Change-Id: I0aa695c42a4399828fb8e9c08c905870175b7149
http://cgit.osmocom.org/osmo-bts/commit/?id=dd084e6e57ee31ae260e8fc16d33e55…
commit dd084e6e57ee31ae260e8fc16d33e55cff0feeec
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 21 13:14:27 2016 +0200
Use libosmocodec functions for AMR
Switch to using libosmocodec functions as a preparation step for DTX
support as they expose necessary bits.
Change-Id: Ie7423032fd06779d78876182ee63538d98906328
Related: OS#1750
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 4 +-
src/osmo-bts-trx/Makefile.am | 4 +-
src/osmo-bts-trx/amr.c | 81 ----------------------------------------
src/osmo-bts-trx/amr.h | 8 ----
src/osmo-bts-trx/scheduler_trx.c | 35 +++++++++--------
5 files changed, 23 insertions(+), 109 deletions(-)
delete mode 100644 src/osmo-bts-trx/amr.c
delete mode 100644 src/osmo-bts-trx/amr.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)