cellmgr-ng.git branch master updated. 1.3.0-69-gbaaa66c

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
Sun Aug 14 06:25:14 UTC 2016


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 "Cellmanager NG, intended to interface with BSplus".

The branch, master has been updated
       via  baaa66c445486a44be091209a9a96719f9ea8470 (commit)
       via  e0b626adc0184185747280d9c023721179d1f226 (commit)
      from  6dd4499ea9c53a5f4ab07a3c2b428eb6b318d039 (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/cellmgr-ng/commit/?id=baaa66c445486a44be091209a9a96719f9ea8470

commit baaa66c445486a44be091209a9a96719f9ea8470
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Aug 14 08:14:59 2016 +0200

    mgcp: Address compiler warning and initialize
    
    mgcp/mgcp_protocol.c: In function ‘mgcp_handle_message’:
    /home/ich/install/openbsc/include/osmocom/core/logging.h:59:4: warning: ‘save’ may be used uninitialized in this function [-Wmaybe-uninitialized]
        logp2(ss, level, __BASE_FILE__, __LINE__, 0, fmt, ##args); \
        ^
    mgcp/mgcp_protocol.c:368:15: note: ‘save’ was declared here
      char *elem, *save;
    
    Change-Id: I28152373b043c8a5b55a83ac09dd7bafce4d2d66

http://cgit.osmocom.org/cellmgr-ng/commit/?id=e0b626adc0184185747280d9c023721179d1f226

commit e0b626adc0184185747280d9c023721179d1f226
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Aug 14 08:10:53 2016 +0200

    vty: Adapt the go_parent_cb and fix compiler warning
    
    The return type changed from enum to int and it is time to catch
    up with it.
    
    vty_interface.c:108:2: warning: initialization from incompatible pointer type
      .go_parent_cb = ss7_go_parent,
      ^
    vty_interface.c:108:2: warning: (near initialization for ‘vty_info.go_parent_cb’)
    
    mgcp_ss7_vty.c:36:2: warning: initialization from incompatible pointer type
      .go_parent_cb = mgcp_go_parent,
      ^
    mgcp_ss7_vty.c:36:2: warning: (near initialization for ‘vty_info.go_parent_cb’)
    
    Change-Id: I8061df697daf79fa57b8313c15f6567ff152f4a5

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

Summary of changes:
 src/mgcp/mgcp_protocol.c | 2 +-
 src/mgcp/mgcp_vty.c      | 2 +-
 src/mgcp_ss7_vty.c       | 2 +-
 src/vty_interface.c      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cellmanager NG, intended to interface with BSplus



More information about the osmocom-commitlog mailing list