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 a10ac248c6b6efe3f1fa1fd85331b32e7941c981 (commit)
via 60970056c87180c88539fcc6e3b0ba72e0f3d674 (commit)
via 8ecadc66cef3ceb17f9f815ba5bd4e31406a664a (commit)
via 9302abe0547e6f6172416b1d07182916b628e480 (commit)
from 45e97ac59aca2766977cc3d041abd6a201615516 (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=a10ac248c6b6efe3f1fa1fd85331b32…
commit a10ac248c6b6efe3f1fa1fd85331b32e7941c981
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 11:33:43 2016 +0200
DTXu: mark beginning of speech burst in RTP
Set Marker bit in RTP header to mark the beginning of talkspurt.
Change-Id: I3dd70ad8ff94356e3c3cc5458255f6c23534783e
Related: OS#1562
http://cgit.osmocom.org/osmo-bts/commit/?id=60970056c87180c88539fcc6e3b0ba7…
commit 60970056c87180c88539fcc6e3b0ba72e0f3d674
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 12:11:03 2016 +0200
DTXd: store/repeat last SID
Store last SID received over RTP and repeat is if necessary (no new SID
or SPEECH frames) according to codec-specific scheduling rules.
Related: OS#1563
Copy-paster from I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305 for LC15.
Change-Id: I29acea6e8bbf426330ce52554a48afb5d2ef1679
http://cgit.osmocom.org/osmo-bts/commit/?id=8ecadc66cef3ceb17f9f815ba5bd4e3…
commit 8ecadc66cef3ceb17f9f815ba5bd4e31406a664a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 12:06:06 2016 +0200
DTXd: store/repeat last SID
Store last SID received over RTP and repeat is if necessary (no new SID
or SPEECH frames) according to codec-specific scheduling rules.
Change-Id: I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305
Related: OS#1563
http://cgit.osmocom.org/osmo-bts/commit/?id=9302abe0547e6f6172416b1d0718291…
commit 9302abe0547e6f6172416b1d07182916b628e480
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 11:43:43 2016 +0200
Fix debug output
Previously frame number was not saved in case of PRIM_TCH rendering many
debug statements with g_time useless.
Copy-paste from ef30f50d5d6d5f863fc147d05ccdceb89284934e.
Change-Id: I952b39458d921622d5964cbdcc2f4e45ff9ea951
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 6 +-
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-litecell15/l1_if.h | 2 +-
src/osmo-bts-litecell15/tch.c | 182 ++++++++++++++++++++++++++++++++++-----
src/osmo-bts-sysmo/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.h | 2 +-
src/osmo-bts-sysmo/tch.c | 183 +++++++++++++++++++++++++++++++++++-----
7 files changed, 330 insertions(+), 49 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)