osmo-bts.git branch master updated. 0.4.0-287-g5f2e2de

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
Sun Oct 2 13:24:18 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  5f2e2de84f5c7d3b0c9da54a4f51a95b26adc339 (commit)
       via  067ef3f1ce1b7474a553bb8e54ff1543c4012828 (commit)
       via  9959f45d90166331dc8196c603184888bbe7f1e8 (commit)
       via  7dffd553df0ca48f52d6faca70aa3e9cf2760840 (commit)
      from  94fa25295f090cc6190ae7c96df946a3979f05cc (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=5f2e2de84f5c7d3b0c9da54a4f51a95b26adc339

commit 5f2e2de84f5c7d3b0c9da54a4f51a95b26adc339
Author: Max <msuraev at sysmocom.de>
Date:   Fri Sep 30 11:59:38 2016 +0200

    DTX: send AMR voice alongside with ONSET
    
    When ONSET event happens (either via Marker bit or due to unmarked
    talkspurt) we should first send Onset event to L1 and than send voice
    data in response to the same PH-RTS.ind.
    
    Change-Id: I2a7b89430ca49eee4a350c5f980bd6bcbc386347

http://cgit.osmocom.org/osmo-bts/commit/?id=067ef3f1ce1b7474a553bb8e54ff1543c4012828

commit 067ef3f1ce1b7474a553bb8e54ff1543c4012828
Author: Max <msuraev at sysmocom.de>
Date:   Fri Sep 30 19:09:04 2016 +0200

    DTX: move ONSET detection into separate function
    
    Move code from tch.c (lc15, sysmo) into generic function which:
    - check if talkspurt is happening
    - cache SID if necessary or invalidate cache
    - fill in CMR & CMI prefix
    
    This also fixes the problem when SID FIRST was cached without sending
    just like SID UPDATE instead of being sent right away.
    
    Change-Id: I6c7016a54749abadeef4fd4f5b6f750b256fb916

http://cgit.osmocom.org/osmo-bts/commit/?id=9959f45d90166331dc8196c603184888bbe7f1e8

commit 9959f45d90166331dc8196c603184888bbe7f1e8
Author: Max <msuraev at sysmocom.de>
Date:   Tue Sep 27 19:47:08 2016 +0200

    DTX: further AMR SID cache fixes (lc15, sysmo)
    
    * consolidate AMR CMR and CMI handling in common/amr.c
    * use it in save_last_sid()
    * remove dead code
    * properly compute RTP payload length for AMR
    * use save_last_sid() for FR & HR as well
    * invalidate cached SID if SPEECH frame is received
    
    Fixes: OS #1800, #1801
    Change-Id: I5a1c1ad0b0a295a50e67775a4db85f1d331755ed

http://cgit.osmocom.org/osmo-bts/commit/?id=7dffd553df0ca48f52d6faca70aa3e9cf2760840

commit 7dffd553df0ca48f52d6faca70aa3e9cf2760840
Author: Max <msuraev at sysmocom.de>
Date:   Wed Sep 28 16:25:13 2016 +0200

    DTX: move scheduling check inside repeat_last_sid
    
    Note: this also require changes to properly link against libosmocodec -
    see 2bb65be159dfdabf664fec569b343320301701b0 in libosmocore.
    
    Change-Id: I96594cf3aa1013d505bd20069d5bf261d9a2aefb

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

Summary of changes:
 include/osmo-bts/amr.h          |   3 +-
 include/osmo-bts/msg_utils.h    |  12 ++-
 src/common/Makefile.am          |   4 +-
 src/common/amr.c                |  43 ++++++++++-
 src/common/msg_utils.c          | 127 +++++++++++++++++++++++++------
 src/osmo-bts-litecell15/l1_if.c |  12 ++-
 src/osmo-bts-litecell15/l1_if.h |   2 +-
 src/osmo-bts-litecell15/tch.c   | 163 ++++++++++-----------------------------
 src/osmo-bts-sysmo/Makefile.am  |   2 +-
 src/osmo-bts-sysmo/l1_if.c      |  12 ++-
 src/osmo-bts-sysmo/l1_if.h      |   2 +-
 src/osmo-bts-sysmo/tch.c        | 164 ++++++++++------------------------------
 tests/misc/Makefile.am          |   4 +-
 13 files changed, 263 insertions(+), 287 deletions(-)


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



More information about the osmocom-commitlog mailing list