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.orgThis 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
       via  f5fe31d5138379e997149e2bdd4a8de9e25d85bb (commit)
      from  ae3f0718f19e1c9bcd06941967ddb0db9fd4f876 (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/openbsc/commit/?id=f5fe31d5138379e997149e2bdd4a8de9e25d85bb
commit f5fe31d5138379e997149e2bdd4a8de9e25d85bb
Author: Max <msuraev at sysmocom.de>
Date:   Fri Jun 10 14:09:07 2016 +0200
    DTX: add data necessary for scheduling
    
    DTXd: to schedule SID repetition we have to know when previous SID was
    sent (fn) and if it was UPDATE or FIRST SID (is_update).
    DTXu: to properly set Marker bit in outgoing RTP we have to know the
    beginning of talkspurt. For codecs without explicit ONSET event we can
    do it by setting the flag (ul_sid) upon receiving SID and unsetting it
    on speech frames.
    
    Change-Id: I79cbec3b6c6fed5de385f8e202ceaf0b13234778
    Related: OS#22, OS#1701
-----------------------------------------------------------------------
Summary of changes:
 openbsc/include/openbsc/gsm_data_shared.h | 5 +++++
 1 file changed, 5 insertions(+)
hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)