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 70460814ce3600b9491dea6b1f541144283dcfb1 (commit)
from 527dd402c714c3ee0832fa2057b219075f8f7646 (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=70460814ce3600b9491dea6b1f54114…
commit 70460814ce3600b9491dea6b1f541144283dcfb1
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 16 19:46:00 2016 +0200
DTX: fix SID logic
Previously receiving SID via RTP always caused it's transmission to L1
regardless of the time which might have resulted in excess traffic. Fix
this by only saving SID data and transmitting it later on as necessary
according to 3GPP TS 26.093 A.5.1.1.
Change-Id: Ifcdc5c60d0238b704a94f6778d4e00f2b087b090
Fixes: OS#1801
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 11 +++++++----
src/osmo-bts-litecell15/l1_if.h | 4 +++-
src/osmo-bts-litecell15/tch.c | 13 +++++++++----
src/osmo-bts-sysmo/l1_if.c | 11 +++++++----
src/osmo-bts-sysmo/l1_if.h | 4 +++-
src/osmo-bts-sysmo/tch.c | 13 +++++++++----
6 files changed, 38 insertions(+), 18 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)