[Git] LCR - Linux Call Router branch master updated. 337b89412c5a969fa0177d146009b2aefb8c4b1f
[email protected] (git version ctrl) Sun, 31 Mar 2013 16:36:08 +0200 (CEST)
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
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 "LCR - Linux Call Router".
The branch, master has been updated
via 337b89412c5a969fa0177d146009b2aefb8c4b1f (commit)
via a04f6e025ff2b440dcca23d5909ef17d81da6941 (commit)
via a3b269f357b7e6b74d91a942f874ee041320dce7 (commit)
via f2f39255e1d74727a86c0e4eb4795ee703c23cbc (commit)
via 278f2cbeca65df1413530d116afa84b592da517a (commit)
from 3196efde7b84c2711c79b8100cc9af587d3a6732 (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 -----------------------------------------------------------------
commit 337b89412c5a969fa0177d146009b2aefb8c4b1f
Author: Andreas Eversberg <[email protected]>
Date: Sun Mar 31 12:52:55 2013 +0200
Store states of HR codec
This is required, if multiple HR calls are made, because HR codec
uses global variables. These global variables are stored after
encoding/decoding and recalled before coding/decoding.
commit a04f6e025ff2b440dcca23d5909ef17d81da6941
Author: Andreas Eversberg <[email protected]>
Date: Sun Mar 31 12:52:04 2013 +0200
Add essential option to enable and prefer half rate calls to mobile
Without it might not be possible to use TCH/H, unless OpenBSC would
support late assignment.
commit a3b269f357b7e6b74d91a942f874ee041320dce7
Author: Andreas Eversberg <[email protected]>
Date: Sun Mar 31 12:50:04 2013 +0200
Add support for TCH/H and half rate codec
commit f2f39255e1d74727a86c0e4eb4795ee703c23cbc
Author: Andreas Eversberg <[email protected]>
Date: Sun Mar 31 12:47:31 2013 +0200
Fix: libtool is not part of repository
commit 278f2cbeca65df1413530d116afa84b592da517a
Author: Andreas Eversberg <[email protected]>
Date: Sun Mar 31 12:35:00 2013 +0200
Add GSM HR reference codec that is automatically downloaded from 3gpp.org
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 +
Makefile.am | 16 +-
acinclude.m4 | 797 ----
configure.ac | 17 +-
default/interface.conf | 1 +
gsm.cpp | 77 +-
gsm_audio.c | 120 +
gsm_audio.h | 6 +
gsm_bs.cpp | 126 +-
include/Makefile.am | 5 +
include/gsmhr/Makefile.am | 1 +
include/gsmhr/gsmhr.h | 40 +
interface.c | 13 +
interface.h | 1 +
libgsmhr/Makefile.am | 23 +
libgsmhr/fetch_sources.py | 66 +
libgsmhr/libgsmhr.c | 290 ++
libtool |10226 ---------------------------------------------
mncc.h | 11 +
19 files changed, 788 insertions(+), 11052 deletions(-)
delete mode 100644 acinclude.m4
create mode 100644 include/Makefile.am
create mode 100644 include/gsmhr/Makefile.am
create mode 100644 include/gsmhr/gsmhr.h
create mode 100644 libgsmhr/Makefile.am
create mode 100755 libgsmhr/fetch_sources.py
create mode 100644 libgsmhr/libgsmhr.c
delete mode 100644 libtool
hooks/post-receive
--
LCR - Linux Call Router