From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 20 Dec 2013 14:16:53 GMT
Message-ID: <201312201416.rBKEGrrE071245@git.osmocom.org>
Subject: openbsc.git branch jerlbeck/wip/rtp-keepalive-and-disable-output
	created. 0.13.0-245-g07c89da
Message: 1

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, jerlbeck/wip/rtp-keepalive-and-disable-output has been created
        at  07c89dabe517aad357a08ddb521902a3e0441553 (commit)

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

commit 07c89dabe517aad357a08ddb521902a3e0441553
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 18:53:07 2013 +0100

    mgcp: TODO RTP keepalive
    
    TODO: Add descriptive text
    
    Sponsored-by: On-Waves ehf

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

commit 23b27f4fff4d313ce24d9fc5e34d13336f262617
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 18:25:54 2013 +0100

    mgcp/rtp: Send dummy packet to the RTCP destination, too
    
    Currently a dummy packet is only sent to the RTP port. This is not
    enough if RTCP must also cross the SNAT.
    
    This patch sends an additional dummy packet to the RTCP net
    destination if omit_rtcp is not set.
    
    Sponsored-by: On-Waves ehf

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

commit 665b65ea19a2945dede247c378ceb3fafd17f6d8
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 17:50:27 2013 +0100

    mgcp/rtp: Make offset computation understandable
    
    Rename the timestamp variable to make in clear, that the input
    timestamp is meant. Add a helper variable to illustrate the offset
    computation.
    
    Sponsored-by: On-Waves ehf

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

commit 211450f2f05265968b5b0224d88191e731278da2
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 12:23:24 2013 +0100

    mgcp: Set output_enabled flags based on the MGCP mode
    
    This patch enhances parse_conn_mode() to set the output_enabled flags
    of each end based on the MGCP mode.
    
    Ticket: OW#1044
    Sponsored-by: On-Waves ehf

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

commit c2f1583fccb77950e829ae50ee3d5f011f1b2b41
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 17:01:24 2013 +0100

    mgcp/test: Reset pkt_period_* after each test
    
    Currently these value may leak into the next test.
    
    This patch will reset them after each message has been processed.
    
    Sponsored-by: On-Waves ehf

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

commit 7005d778881827dadb8319a9dc1e37f4b8a17194
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 12:20:49 2013 +0100

    mgcp/test: Test the connection mode parser
    
    This modifies the test MGCP messages to include M:recvonly (CRCX),
    M:sendrecv (MDCX) and M:sendonly (MDCX) outputs the resulting
    output_enabled flags and the conn_mode after processing the message.
    
    Sponsored-by: On-Waves ehf

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

commit a50ea6e26267ac2f45980a024df83e25ec8151f3
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 12:13:32 2013 +0100

    mgcp/rtp: Add flag to disable RTP output
    
    This patch make it possible to have a valid endpoint that drops all
    outgoing RTP packets. The number of dropped packets is shown by the
    VTY 'show mgcp' command. By default, this feature is disabled. To
    enable packet dropping, the corresponding output_enabled field must
    be set to 0.
    
    Ticket: OW#1044
    Sponsored-by: On-Waves ehf

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

commit 95660081ac64bdcf91e2372110c0000e5a961977
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Dec 19 10:00:34 2013 +0100

    mgcp/rtp: Refactor mgcp_send to avoid code duplication
    
    Currently there are two symmetric code paths which are selected by
    the packet destination (NET or BTS).
    
    This patch introduces 3 variables that take the different values
    and unifies both code paths into one.
    
    Sponsored-by: On-Waves ehf

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


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


