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 fbe655f3202d6968c24abbddc46bff499bfeda5e (commit)
from fed8ce3c5ab740f3a02831e0b00a400e7bbc0e69 (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=fbe655f3202d6968c24abbddc46bff4…
commit fbe655f3202d6968c24abbddc46bff499bfeda5e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 16 12:47:32 2016 +0100
Optionally use adaptive RTP jitter buffering
* add vty option to manually enable adaptive RTP jitter
buffering (disabled by default) on per-bts level
* use this setting on per-lchan level when setting jitter parameters via
vty at runtime
* check and log result of osmo_rtp_socket_set_param()
* note: older libosmo-abis will ignore this setting which will be
properly detected via return value
* if jitter buffer is disabled by configuring "rtp jitter-buffer 0" than
adaptive buffering is disabled as well but it will be used if jitter
buffer is set to different value for a givel lchan via vty
Change-Id: I489f3c419039f40b57c2ef0641c176478b8d3566
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 1 +
src/common/bts.c | 1 +
src/common/rsl.c | 16 +++++++++++++---
src/common/vty.c | 25 +++++++++++++++++++------
4 files changed, 34 insertions(+), 9 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)