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 a760a043c4153770fe9577259989169cb2286a82 (commit)
from 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (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=a760a043c4153770fe9577259989169…
commit a760a043c4153770fe9577259989169cb2286a82
Author: Jean-Francois Dionne <jf.dionne(a)nutaq.com>
Date: Tue Jan 24 12:10:13 2017 -0500
Fix AMR HR DTX FSM logic.
Fix SID_FIRST_INH detection during speech and when SID_FIRST is interrupted by FACCH.
Fix SID_UPDATE_INH detection during silence and when SID_UPDATE is interrupted by
FACCH.
Add a delay for SID_FIRST to appear at the right time after FACCH.
Fix extra byte sent in downlink for SID_FIRST and SID_UPDATE.
Change-Id: Ia811305e15541f2376005df736bd610e8b0d2f69
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/dtx_dl_amr_fsm.h | 12 ++-
include/osmo-bts/rsl.h | 1 +
src/common/dtx_dl_amr_fsm.c | 171 ++++++++++++++++++++++++++++----------
src/common/msg_utils.c | 42 +++++++---
src/osmo-bts-litecell15/l1_if.c | 17 +++-
src/osmo-bts-litecell15/tch.c | 4 +-
src/osmo-bts-sysmo/l1_if.c | 17 +++-
src/osmo-bts-sysmo/tch.c | 4 +-
8 files changed, 195 insertions(+), 73 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)