osmo-bts.git branch master updated. 0.4.0-311-gbce25a6

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 Oct 28 13:42:45 UTC 2016


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  bce25a60f4bbd798b98727e66b25bf343031f7bc (commit)
      from  efb4a4baeb8ecd13ff41f25d61fd91a1162e6fa9 (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=bce25a60f4bbd798b98727e66b25bf343031f7bc

commit bce25a60f4bbd798b98727e66b25bf343031f7bc
Author: Max <msuraev at sysmocom.de>
Date:   Wed Oct 26 17:28:42 2016 +0200

    DTX DL: split ONSET state handling
    
    Handle ONSET cause by Voice and FACCH separately. In case of Voice we
    have RTP payload which we have to cache and send later on in next
    response to L1 RTS. FACCH have higher priority so it preempts both voice
    and silence alike - hence we can send ONSET immediately but still have
    to track previous state in order to get back to it gracefully.
    
    This affects lc15 and sysmo hw as there's no FSM-based DTX
    implementation for other models yet.
    
    Note: this requires patch for OpenBSC which adds FACCH buffer to tch.dtx
    struct.
    
    Change-Id: Idba14dcd0cb12cd7aee86391fcc152c49fcd7052
    Related: OS#1802

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

Summary of changes:
 include/osmo-bts/dtx_dl_amr_fsm.h |  1 -
 src/common/dtx_dl_amr_fsm.c       | 23 +++++++-----------
 src/common/msg_utils.c            | 21 ++++++++++++++---
 src/osmo-bts-litecell15/l1_if.c   | 49 ++++++++++++++++++++++++++++++++++-----
 src/osmo-bts-litecell15/tch.c     |  6 +++--
 src/osmo-bts-sysmo/l1_if.c        | 49 ++++++++++++++++++++++++++++++++++-----
 src/osmo-bts-sysmo/tch.c          |  6 +++--
 7 files changed, 120 insertions(+), 35 deletions(-)


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



More information about the osmocom-commitlog mailing list