libosmocore.git branch master updated. 0.9.6-390-gb022c867

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
Thu Sep 21 21:39:09 UTC 2017


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  b022c867e86333ceaad9027e2e7ee621ab3891e5 (commit)
       via  00b5ed3d921f2f39e60ed372809c33b8bce78ad8 (commit)
      from  430636328c2fbd9fffc0eac5114462c200b7f2cb (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=b022c867e86333ceaad9027e2e7ee621ab3891e5

commit b022c867e86333ceaad9027e2e7ee621ab3891e5
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Sep 20 01:49:11 2017 +0200

    vty_test: add artificial node levels for better testing
    
    In vty_test, add three levels of parent nodes (level1, level2, level3) with
    each having a leaf child (child1, child2, child3).
    
    Use these to enhance the vty_test cfg files and test more diverse situations.
    
    The current VTY code expects a go_parent_cb() to be present, otherwise it will
    bump right back to the CONFIG_NODE, which will not work with more than one node
    level below the CONFIG_NODE. Hence provide a minimal go_parent_cb().
    
    Change-Id: Ib9bcf58b655fbd85e196f363fb7d8305d7dfc997

http://cgit.osmocom.org/libosmocore/commit/?id=00b5ed3d921f2f39e60ed372809c33b8bce78ad8

commit 00b5ed3d921f2f39e60ed372809c33b8bce78ad8
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Sep 20 00:46:03 2017 +0200

    comment: describe indent_cmp()
    
    Change-Id: Ia58c16d995f6751bdd69defe8a46665aee163f3d

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

Summary of changes:
 src/vty/command.c                  |   4 +
 tests/vty/fail_not_de-indented.cfg |   6 +-
 tests/vty/fail_tabs_and_spaces.cfg |   8 +-
 tests/vty/fail_too_much_indent.cfg |   6 +-
 tests/vty/ok.cfg                   |  31 +++++++-
 tests/vty/ok_empty_parent.cfg      |  24 +++++-
 tests/vty/ok_ignore_blank.cfg      |  15 +++-
 tests/vty/ok_ignore_comment.cfg    |   9 ++-
 tests/vty/ok_indented_root.cfg     |   8 +-
 tests/vty/ok_more_spaces.cfg       |  32 +++++++-
 tests/vty/ok_tabs.cfg              |  32 +++++++-
 tests/vty/ok_tabs_and_spaces.cfg   |  32 +++++++-
 tests/vty/vty_test.c               | 120 +++++++++++++++++++++++++++-
 tests/vty/vty_test.ok              | 156 +++++++++++++++++++++++++++++++++++++
 14 files changed, 444 insertions(+), 39 deletions(-)


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



More information about the osmocom-commitlog mailing list