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 527dd402c714c3ee0832fa2057b219075f8f7646 (commit)
from 80473a113d012321fa1faec24794f0b048cb1a58 (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=527dd402c714c3ee0832fa2057b2190…
commit 527dd402c714c3ee0832fa2057b219075f8f7646
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 16 18:48:33 2016 +0200
DTX: fix SID repeat scheduling
Previously SID retransmission was scheduled incorrectly based on GSM
frames instead of voice frames. Fix this by using GSM Fn only as elapsed
time estimation:
* move saved SID retransmission into generic function from lc15 and sysmo
specific code
* split retransmission time check into separate generic function
* compute estimation for elapsed time since last retransmission using
GSM Fn
Change-Id: Ib054b458a7345d9ba40dba53754ca59ab099c8e8
Fixes: OS#1799
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/msg_utils.h | 2 ++
src/common/msg_utils.c | 44 ++++++++++++++++++++++++++++
src/osmo-bts-litecell15/tch.c | 68 +++++++------------------------------------
src/osmo-bts-sysmo/tch.c | 68 +++++++------------------------------------
4 files changed, 66 insertions(+), 116 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)