From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Mon, 20 Jan 2014 07:27:48 GMT
Message-ID: <201401200727.s0K7RmjH055752@git.osmocom.org>
Subject: openbsc.git branch master updated. 0.13.0-281-gead0529
Message: 7

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  ead0529e076a1bd02b170796dc3895dabde7d2e8 (commit)
       via  e35fd1369762b4b59e2673275836869df379f2b6 (commit)
       via  8857c90e3609c88a3d384e64633258d4d7463f93 (commit)
      from  94bc1e0b5e667ab624e1297ccf5343966ed25f64 (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=ead0529e076a1bd02b170796dc3895dabde7d2e8

commit ead0529e076a1bd02b170796dc3895dabde7d2e8
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Jan 16 16:50:41 2014 +0100

    mgcp/test: Don't reset conn_mode between messages
    
    Currently, the conn_mode field is reset after it has been checked.
    
    This patch disables this behaviour and only adds a mark (bit) to
    detect modifications.
    
    Sponsored-by: On-Waves ehf

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

commit e35fd1369762b4b59e2673275836869df379f2b6
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Jan 16 16:50:40 2014 +0100

    mgcp: Synchronize conn mode bits and output enabled flags
    
    This patch changes implementation and the mgcp_connection_mode enum
    in a way that net_end.output_enabled (bts_end.output_enabled) flag
    always matches the MGCP_CONN_SEND_ONLY (MGCP_CONN_RECV_ONLY) bit of
    conn_mode.
    
    Based on this, the conn_mode bits are then used instead of the
    output_enabled fields within mgcp_protocol.c.
    
    Sponsored-by: On-Waves ehf

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

commit 8857c90e3609c88a3d384e64633258d4d7463f93
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Thu Jan 16 16:50:39 2014 +0100

    mgcp: Disable output enabled on initialisation
    
    Currently RTP output_enabled is set to 1 on initialisation, which
    does not semantically match the initial value of conn_mode
    (MGCP_CONN_NONE).
    
    This patch changes this initial value to 0.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/mgcp_internal.h |  2 +-
 openbsc/src/libmgcp/mgcp_protocol.c     | 33 ++++++++-------------------------
 openbsc/tests/mgcp/mgcp_test.c          | 31 ++++++++++++++++++++++++-------
 openbsc/tests/mgcp/mgcp_test.ok         |  5 +++--
 4 files changed, 36 insertions(+), 35 deletions(-)


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


