osmo-iuh.git branch neels/hnbgw-cfg created. bb7e02a45875d9c73740c8dd0529cfba55e4f62d

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 Aug 18 01:33: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 "Osmocom code for Iuh interface".

The branch, neels/hnbgw-cfg has been created
        at  bb7e02a45875d9c73740c8dd0529cfba55e4f62d (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-iuh/commit/?id=bb7e02a45875d9c73740c8dd0529cfba55e4f62d

commit bb7e02a45875d9c73740c8dd0529cfba55e4f62d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 03:25:56 2016 +0200

    doc: add example osmo-hnbgw.cfg
    
    Change-Id: I424ccdea02578edc7816e4d23a9ea7c5729315d8

http://cgit.osmocom.org/osmo-iuh/commit/?id=f495b2347bfc0c974e33988f8240be5cb7b2db3b

commit f495b2347bfc0c974e33988f8240be5cb7b2db3b
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 02:18:00 2016 +0200

    hnbgw: make Iuh bind address configurable via VTY
    
    Add config node hnbgw/iuh/bind, taking an IPv4 address.
    
    Use this address to bind the Iuh server.
    
    This is particularly useful for the ip.access nano3G, which is very sensitive
    with SCTP addresses that don't respond to SCTP heartbeats. If the hnbgw listens
    on 0.0.0.0, there will be SCTP heartbeats for all local interfaces on the
    machine that the hnbgw runs on; the nano3G will interpret the "missing", or
    rather, redundant heartbeat acks for the interfaces that aren't really related
    to the Iuh server and assume a broken Iuh link, leading to an Iuh shutdown and
    reconnection, looping every minute or so. By binding the hnbgw to only one
    local interface, the SCTP addresses can be reduced and "missing" heartbeat acks
    can be avoided.
    
    Change-Id: Ie2749c152b878e17aa65dfb806826357d5c494f1

http://cgit.osmocom.org/osmo-iuh/commit/?id=926153b9af0659e8c214f40424e29cda0c821607

commit 926153b9af0659e8c214f40424e29cda0c821607
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 02:15:56 2016 +0200

    hnbgw vty: add empty hnbgw and hnbgw/iuh vty nodes
    
    Add include/osmocom/iuh/ named after this project (osmo-iuh), and add vty.h to
    define VTY node enum values. Also add (to) Makefile.am and configure.ac to
    include in the build.
    
    An upcoming commit will add the actual first config item to the hnbgw/iuh node.
    
    Change-Id: I71545823d3bd81cb888c85df8e298a56c98bf131

http://cgit.osmocom.org/osmo-iuh/commit/?id=4d8eb4cbd7e7ecc1ad04e3b38ab5121dca2580b1

commit 4d8eb4cbd7e7ecc1ad04e3b38ab5121dca2580b1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 01:03:44 2016 +0200

    hnbgw: move vty commands out to new hnbgw_vty.c
    
    Pass g_hnb_gw and tall_hnb_ctx to hnbgw_vty_init() as they are no longer
    statically available.
    
    Change-Id: If85c1b97a240bd1dcf9f367ea6fca857d542ab22

http://cgit.osmocom.org/osmo-iuh/commit/?id=1d03f19e06ae5ca51e3f37fa01c6585df6d8ad26

commit 1d03f19e06ae5ca51e3f37fa01c6585df6d8ad26
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 03:15:14 2016 +0200

    hnbgw: make cmdline options stronger than config file
    
    Now that a config file gets parsed after the command line options, e.g. the
    'logging timestamp 0' config item is stronger than a -T commandline option. So
    rather store the cmdline options to take effect after config file parsing.
    
    This adds a stupid 'log_disable_color = true' reverse boolean logic, which is
    unavoidable if we want to use the same default cmdline options as osmo-nitb /
    osmo-cscn.
    
    Change-Id: I16ad55b173a443c36b71dc6b70f58695f6665312

http://cgit.osmocom.org/osmo-iuh/commit/?id=085cd67672c9006be6e6f89abb80cff8926ef245

commit 085cd67672c9006be6e6f89abb80cff8926ef245
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Aug 17 13:54:00 2016 +0200

    hnbgw: add config file and -c cmdline option
    
    Change-Id: I6ac9fa17b35260031c55aab664124d466f60c937

http://cgit.osmocom.org/osmo-iuh/commit/?id=4d675a7df9fd9f3b435da4cbea8446a1e9df22b3

commit 4d675a7df9fd9f3b435da4cbea8446a1e9df22b3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Aug 17 13:53:18 2016 +0200

    hnbgw: add cmdline arg parsing with default options
    
    Default options taken from osmo-nitb:
    
        -h --help                  This text.
        -d option --debug=DHNBAP:DSUA:DRUA:DRANAP:DMAIN  Enable debugging.
        -D --daemonize             Fork the process into a background daemon.
        -s --disable-color
        -T --timestamp             Prefix every log line with a timestamp.
        -V --version               Print the version of OsmoHNBGW.
        -e --log-level number      Set a global loglevel.
    
    Change-Id: I931cee01c605c1b507c16041ada226cf963ea433

http://cgit.osmocom.org/osmo-iuh/commit/?id=4c45d2b9fd364122f561239a7a8572f904effee6

commit 4c45d2b9fd364122f561239a7a8572f904effee6
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Aug 18 02:10:57 2016 +0200

    hnbgw: add copyright to vty_info
    
    Change-Id: I702b606837199ab64c3590546900d4d30357b919

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


hooks/post-receive
-- 
Osmocom code for Iuh interface



More information about the osmocom-commitlog mailing list