libosmocore.git branch master updated. 0.8.0-46-ga9e5252

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
Sat Aug 8 18:43:02 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  a9e5252128d1d871739f067fe9b0ca9b9a75a6f7 (commit)
      from  c136da587fc2fafff1f649828eae5c996c345017 (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/libosmocore/commit/?id=a9e5252128d1d871739f067fe9b0ca9b9a75a6f7

commit a9e5252128d1d871739f067fe9b0ca9b9a75a6f7
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Sun Aug 2 02:14:07 2015 +0000

    vty: Change API to have node installation be done by int
    
    We are mixing enums and hope that no short-enums are used. This
    is leading to a lot compiler warnings generated by clang. Change
    the API to work with integers.
    
    Porting:
    The go_parent_cb implementations in the applications need to be
    fixed. The API change leads to a compile time warning.
    
    Fixes:
    abis_om2000_vty.c:46:2: warning: implicit conversion from enumeration type 'enum bsc_vty_node' to
          different enumeration type 'enum node_type' [-Wenum-conversion]
            OM2K_NODE,
            ^~~~~~~~~

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

Summary of changes:
 TODO-RELEASE                  | 1 +
 include/osmocom/vty/command.h | 8 ++++----
 include/osmocom/vty/vty.h     | 4 ++--
 src/vty/command.c             | 8 ++++----
 4 files changed, 11 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list