openbsc.git branch fairwaves/rebase created. 0.14.0-34-ge3d81d7

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
Wed Apr 15 11:56:19 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, fairwaves/rebase has been created
        at  e3d81d7ccb2f2315a162ed2a8985745740d3df12 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=e3d81d7ccb2f2315a162ed2a8985745740d3df12

commit e3d81d7ccb2f2315a162ed2a8985745740d3df12
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Mar 31 12:01:25 2013 +0200

    osmo-nitb support for codec negotiation
    
    The caller's most preferred codec is selected out of the union of codecs,
    which both parties support.
    
    Since codec negotiation is done automatically, there is no need to define
    codec for TCH/F and TCH/H via VTY anymore.
    
    Conflicts:
    
    	openbsc/src/libmsc/gsm_04_08.c
    	openbsc/src/libmsc/vty_interface_layer3.c

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

commit bb463820c17556260ca1e19c2b7d487aa49ca6e9
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Mar 31 11:57:38 2013 +0200

    If requested TCH/H channel is not available, try assigning TCH/F
    
    If MNCC application requests a half rate channel, the channel might not be
    available, due to different cell configuration, so the full rate channel
    is used instead.

http://cgit.osmocom.org/openbsc/commit/?id=3ca5635879a026c885de9e23b7eb6f079d0c3b3b

commit 3ca5635879a026c885de9e23b7eb6f079d0c3b3b
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Mar 31 11:44:34 2013 +0200

    Fix: If paging for half rate was requested, use hr, if supported by MS

http://cgit.osmocom.org/openbsc/commit/?id=0380f7234004d530ff5b2f712b332b7f49ddb965

commit 0380f7234004d530ff5b2f712b332b7f49ddb965
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Jan 19 11:47:44 2014 +0100

    Add full AMR multirate IE support with VTY config for MS and BTS side
    
    Conflicts:
    
    	openbsc/include/openbsc/gsm_data_shared.h
    	openbsc/src/libbsc/bsc_vty.c
    	openbsc/src/libbsc/chan_alloc.c

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

commit c33c3797fd8992bd978e98cda3de65d5d15c3463
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Thu Mar 14 09:41:18 2013 +0100

    Drop bad speech frames rather than forwarding them via RTP
    
    Some RTP endpoints may not check for bad frame indications, so a frame
    that is marked as bad may be still forwarded, which creates anoying noise.
    This patch drops these frames. It depends on the other RTP endpoint how
    dropped frames are handled. (insert silence, extrapolate speech...)

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

commit eb355c2c7066d0193a4b86882691eef83e55d969
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Mar 11 08:20:48 2013 +0100

    Add check for non existing lchan at tch_frame_down()
    
    Traffic cannot sent to BTS, if there is (currently) no logical channel
    associated with the transaction.
    
    This happens, if TCH traffic is received from upper layer, but there is
    no lchan available before completing immediate assignment, handover or
    assignment process.

http://cgit.osmocom.org/openbsc/commit/?id=2f05ed0fa8a06986901db5a3af7c3b8c5e73883e

commit 2f05ed0fa8a06986901db5a3af7c3b8c5e73883e
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Mar 10 11:50:19 2013 +0100

    Send RADIO LINK TIMEOUT value via OML attribute to BTS
    
    The same radio link timeout value is used for BTS and MS side.

http://cgit.osmocom.org/openbsc/commit/?id=26ef04a779a8cbc172d83144fdb0fde99bab51a1

commit 26ef04a779a8cbc172d83144fdb0fde99bab51a1
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Sun Mar 10 11:49:35 2013 +0100

    Add option to set RADIO LINK TIMEOUT value via VTY

http://cgit.osmocom.org/openbsc/commit/?id=6a0544b0674818bd46ed15d6e780f86318403a26

commit 6a0544b0674818bd46ed15d6e780f86318403a26
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Fri Feb 17 15:20:59 2012 +0100

    Allow dynamic RTP payload types between application and MNCC interface
    
    Since EFR/AMR/HR codecs use dynamic RTP payload, the payload type can
    be set. If it is set, the frame type must be set also, so OpenBSC
    knows what frame types are received via RTP.
    
    This modification only affects traffic beween application and MNCC
    interface, not the RTP traffic between OpenBSC and BTS.
    
    Conflicts:
    
    	openbsc/src/libtrau/rtp_proxy.c

http://cgit.osmocom.org/openbsc/commit/?id=22a9a544ba0e72f014a3f1ace7c23233dbe17fec

commit 22a9a544ba0e72f014a3f1ace7c23233dbe17fec
Author: Andreas Eversberg <jolly at eversberg.eu>
Date:   Mon Jan 16 09:29:28 2012 +0100

    Add traffic forwarding via RTP to remote application
    
    Instead of forwarding traffic through MNCC interface, traffic can
    be forwarded to a given RTP peer directly. A special MNCC message
    is used to control the peer's destination. The traffic can still be
    forwarded through MNCC interface when this special MNCC message is
    not used.
    
    It also works with E1 based BTSs.
    
    In conjunction with LCR's "rtp-bridge" feature, the RTP traffic
    can be directly exchanged with a remote SIP endpoint, so that the
    traffic is not forwarded by LCR itself. This way the performance
    of handling traffic only depends on OpenBSC and the remote SIP
    endpoint. Also the traffic is exchanged with the SIP endpoint
    without transcoding, to have maximum performance.
    
    Increment MNCC version to 5.
    
    Conflicts:
    
    	openbsc/tests/gbproxy/gbproxy_test.c

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


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



More information about the osmocom-commitlog mailing list