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 9f9b96a67bd1a4c3aa4180822e65de0a98572227 (commit)
from c1b86d80d1354c37c72bf6aad1f6230d54930e19 (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=9f9b96a67bd1a4c3aa4180822e65de0…
commit 9f9b96a67bd1a4c3aa4180822e65de0a98572227
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 11 18:13:32 2016 +0200
DTX: fix conversion from fn to ms
Previously FN was converted to millisecondss incorrectly due to wrong
conversion between FN and a number of voice samples. The conversion
should be based on following:
* there are 12/13 useful frames for audio in TCH
* there is 1 RTP packet per 4 frame
* there are 160 samples per RTP packet
Fixes: OS#1801
Change-Id: I9cc70cacabde98621aa892cee74f4ac461645093
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)