openbsc.git branch master updated. 0.14.0-8-gcf7557a

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
Sat Mar 28 16:57:49 UTC 2015


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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  cf7557a7e756af54350fb9bcf1a19429848a17de (commit)
       via  37b5ce56a0650eeb8a3c6b788d1c9ba16139b313 (commit)
       via  9967a57587b9dcc1eeeaa710159447eb098380f3 (commit)
      from  cea35aecdc846edf125ac7e7d0407967d4778ccb (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=cf7557a7e756af54350fb9bcf1a19429848a17de

commit cf7557a7e756af54350fb9bcf1a19429848a17de
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Mar 16 08:14:23 2012 +0100

    rtp: Fixed problem of mute audio on some calls
    
    When reading from RTP socket, the first read() may fail right after
    connecting to remote socket. Subsequent read() will work as it should.
    
    If the remote socket does not open fast enough, the transmitted RTP
    payload can cause an ICMP (connection refused) packet reply. This causes
    the read to fail with errno=111. In all other error cases, the errno is
    logged at debug level. In all error cases, reading is not disabled.
    
    Conflicts:
    	openbsc/src/libtrau/rtp_proxy.c
    
    [hfreyther: Fix typo, stop reading in all cases but ECONNREFUSED]

http://cgit.osmocom.org/openbsc/commit/?id=37b5ce56a0650eeb8a3c6b788d1c9ba16139b313

commit 37b5ce56a0650eeb8a3c6b788d1c9ba16139b313
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sat Mar 28 17:30:31 2015 +0100

    rtp: Fix memory leak fixed by Andreas without mentioning it
    
    We allocate the msgb at entry of the method and we always need
    to msgb_free it.

http://cgit.osmocom.org/openbsc/commit/?id=9967a57587b9dcc1eeeaa710159447eb098380f3

commit 9967a57587b9dcc1eeeaa710159447eb098380f3
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Jan 20 20:33:37 2012 +0100

    rtp: Add handling of BFI (Bad Frame Indicatior) of received TRAU frames
    
    If a bad TRAU frame is received, it is forwarded to MNCC application
    as GSM_BAD_FRAME. The application can now handle the GAP of missing
    audio. (e.g. by extrapolation)
    
    If TRAU frames are forwarded via RTP, bad frames are dropped, but frame
    counter and timestamp of RTP sender state is incremented.
    
    Conflicts:
    	openbsc/src/libtrau/rtp_proxy.c
    
    [hfreyther: Merge without testcase, fix typo]

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

Summary of changes:
 openbsc/src/libtrau/rtp_proxy.c | 27 +++++++++++++++++++++++++--
 openbsc/src/libtrau/trau_mux.c  |  5 ++++-
 2 files changed, 29 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list