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 aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2 (commit) from f4b238f91efddbfc3bc8456bdfef9a2354103c99 (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=aabeb2eae40bd8d5fc713fcf39e96ff1...
commit aabeb2eae40bd8d5fc713fcf39e96ff14ad991b2 Author: Max msuraev@sysmocom.de Date: Fri Nov 4 17:19:52 2016 +0100
DTX DL AMR: rewrite FSM recursion
Add explicit state for recursion (sending the different payload data in response to the RTS request for same FN) and corresponding transition. Remove ST_FACCH_V as with new explicit recursion handling it becomes unreacheable. This makes it easier to maintain preemption (interruption of current procedure due to FACCH or Inhibition). This also reduces the number of possible transitions out of each state thus reducing graph's cyclomatic complexity.
Change-Id: If39b68083d23a4a35f468a5d75f54eb733ebfd14
-----------------------------------------------------------------------
Summary of changes: include/osmo-bts/dtx_dl_amr_fsm.h | 5 +- include/osmo-bts/msg_utils.h | 2 + src/common/dtx_dl_amr_fsm.c | 147 ++++++++++++++++++++++++-------------- src/common/msg_utils.c | 125 +++++++++++++++++++++++++++----- src/osmo-bts-litecell15/l1_if.c | 33 +++++---- src/osmo-bts-litecell15/tch.c | 31 ++++---- src/osmo-bts-sysmo/l1_if.c | 33 +++++---- src/osmo-bts-sysmo/tch.c | 31 ++++---- 8 files changed, 270 insertions(+), 137 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org