From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 30 Oct 2013 14:22:51 GMT
Message-ID: <201310301422.r9UEMpvo005841@git.osmocom.org>
Subject: openbsc.git branch master updated. 0.13.0-174-g6e919db
Message: 2

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  6e919dbb653d4b0c209d393b2a5cf5bf8de9be62 (commit)
       via  36722e13daa0be478cba2cf020e5fe80a6218ac2 (commit)
      from  fc7a75f5df7c0fe3aee755fb08b7b424fb6a2495 (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=6e919dbb653d4b0c209d393b2a5cf5bf8de9be62

commit 6e919dbb653d4b0c209d393b2a5cf5bf8de9be62
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Tue Oct 29 09:30:31 2013 +0100

    vty: Enable the end/exit test for libosmocore nodes
    
    This patch replaces the calls to ignoredCheckForEndAndExit by calls
    to checkForEndAndExit to test the libosmocore nodes, too. The former
    method is removed.
    
    Sponsored-by: On-Waves ehf

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

commit 36722e13daa0be478cba2cf020e5fe80a6218ac2
Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
Date:   Tue Oct 29 09:30:30 2013 +0100

    vty: Use vty_install_default() instead of bsc_install_default()
    
    Remove ournode_exit_cmd, ournode_end_cmd, and bsc_install_default()
    since this functionality is provided by the current libosmocore.
    
    Replace calls to bsc_install_default() by call to
    vty_install_default() with the following semantic patch:
    
        @rule1@
        expression N;
        @@
        - bsc_install_default(N);
        + vty_install_default(N);
    
    Ticket: OW#952
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 openbsc/include/openbsc/vty.h             |  4 ---
 openbsc/src/gprs/gb_proxy_vty.c           |  2 +-
 openbsc/src/gprs/sgsn_vty.c               |  2 +-
 openbsc/src/libbsc/abis_nm_vty.c          |  2 +-
 openbsc/src/libbsc/abis_om2000_vty.c      |  2 +-
 openbsc/src/libbsc/bsc_vty.c              |  8 +++---
 openbsc/src/libcommon/common_vty.c        | 44 -------------------------------
 openbsc/src/libmgcp/mgcp_vty.c            |  4 +--
 openbsc/src/libmsc/smpp_vty.c             |  5 ++--
 openbsc/src/libmsc/vty_interface_layer3.c |  2 +-
 openbsc/src/osmo-bsc/osmo_bsc_vty.c       |  4 +--
 openbsc/src/osmo-bsc_nat/bsc_nat_vty.c    |  6 ++---
 openbsc/tests/vty_test_runner.py          | 19 +++++--------
 13 files changed, 24 insertions(+), 80 deletions(-)


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


