osmo-bts.git branch master updated. 0.4.0-349-gf9778b2

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Jan 6 10:10:05 UTC 2017


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  f9778b2a26ce06959ee7e188eb1d533d896f1846 (commit)
      from  c2ecca6b0496127709dcd3afa9d366085d8bec97 (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=f9778b2a26ce06959ee7e188eb1d533d896f1846

commit f9778b2a26ce06959ee7e188eb1d533d896f1846
Author: Max <msuraev at sysmocom.de>
Date:   Wed Dec 28 12:43:09 2016 +0100

    DTX AMR HR: fix inhibition
    
    * Unlike in AMR FR, in AMR HR incoming ONSET have to be treated
      differently depending on whether we've recently sent SID UPDATE or
      EMPTY frame. Split ST_SID_U FSM state into 2 states to accommodate for
      that and make sure that additional states specific to AMR HR are not
      used for AMR FR.
    
    * Avoid sending E_VOICE and E_SID_U in corresponding states
      as those do not initiate FSM state transitions anyway. This decrease
      extra load from FSM signalling which otherwise would be triggered on
      per-frame basis.
    
    * Introduce separate signal for SID First P1 -> P2 transition to avoid
      confusion with E_COMPL and E_SID_U initiated transitions from P1
      state.
    
    * Don't init DTX FSM for SDCCH channels.
    
    Change-Id: I229ba39a38a223fada4881fc9aca35d3639371f8
    Related: OS#1801

-----------------------------------------------------------------------

Summary of changes:
 include/osmo-bts/dtx_dl_amr_fsm.h |  2 +
 include/osmo-bts/msg_utils.h      |  1 +
 src/common/bts.c                  |  1 +
 src/common/dtx_dl_amr_fsm.c       | 55 +++++++++++++++++-----
 src/common/l1sap.c                |  3 +-
 src/common/msg_utils.c            | 97 +++++++++++++++++++++++++++++----------
 src/osmo-bts-litecell15/l1_if.c   |  6 ++-
 src/osmo-bts-litecell15/tch.c     |  1 +
 src/osmo-bts-sysmo/l1_if.c        |  6 ++-
 src/osmo-bts-sysmo/tch.c          |  1 +
 10 files changed, 133 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list