libosmocore.git branch neels/bind updated. 0.9.0-80-g32655ae

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
Wed Feb 24 17:54:11 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 "An utility library for Open Source Mobile Communications".

The branch, neels/bind has been updated
  discards  469390d8e461e178a48d1790d084ce559f9e9ca3 (commit)
  discards  b2f7b00356d2a32f8c3bf53636ea082a6cf0f6b2 (commit)
       via  32655ae179533b1c925481e88e16c19755793903 (commit)
       via  f16588988123af283cbb3fc851f4163b46ea76e0 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (469390d8e461e178a48d1790d084ce559f9e9ca3)
            \
             N -- N -- N (32655ae179533b1c925481e88e16c19755793903)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=32655ae179533b1c925481e88e16c19755793903

commit 32655ae179533b1c925481e88e16c19755793903
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Feb 24 00:10:41 2016 +0100

    vty: add ctrl section for Control interface bind address
    
    This may seem like overkill for a mere const char * config item, but it makes
    the Control interface VTY commands reusable in any main() scope (inspired by
    libosmo-abis' VTY config).
    
    Add API functions ctrl_vty_init() and ctrl_vty_get_bind_addr(), in new files
    src/ctrl/control_vty.c and include/osmocom/ctrl/control_vty.h, compiled and/or
    installed dependent on ENABLE_VTY.
    
    Using these functions allows configuring a static const char* with the VTY
    commands
    
        ctrl
         bind A.B.C.D
    
    which callers shall subsequently use to bind the Control interface to a
    specific local interface address, by passing the return value of
    ctrl_vty_get_bind_addr() to control_interface_setup().
    
    Add CTRL_NODE to enum node_type, "eating" RESERVED4_NODE to heed that comment
    on avoiding ABI changes.

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

commit f16588988123af283cbb3fc851f4163b46ea76e0
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Feb 24 00:09:40 2016 +0100

    add ctrl_interface_setup_dynip() for bind address
    
    Make the ctrl interface bind address configurable, so that it may be made
    available on other addresses than 127.0.0.1. The specific aim is to allow
    running multiple osmo-nitbs alongside each other (commits in openbsc follow).

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

Summary of changes:
 include/osmocom/vty/command.h | 3 +--
 src/ctrl/control_vty.c        | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)


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



More information about the osmocom-commitlog mailing list