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, master has been updated
       via  1aef9a6e1f12d8c710d21a9e8abf688dd81b350a (commit)
       via  e485cdd38b363d84b3f6abc7e683c03c9a882d54 (commit)
      from  ecbdc5cb06ef7f61c6f4cdb4e1fd84a05ec0407d (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/osmo-iuh/commit/?id=1aef9a6e1f12d8c710d21a9e8abf688dd81b350a

commit 1aef9a6e1f12d8c710d21a9e8abf688dd81b350a
Author: Neels Hofmeyr <[email protected]>
Date:   Sat Aug 12 18:02:44 2017 +0200

    iu_client: derive local SCCP addr from sccp instance
    
    ranap_iu_init() is passed an sccp instance that has a local primary point 
code.
    Use this primary PC by default as the local address for IuCS and IuPS 
clients.
    
    Remove the current vty command 'iu local-address point-code PC':
    - It is possible that we would like to configure a differing local point 
code
      at some point; this should then happen via sccp address book entries, not
      parsing PC directly.
    - Obtaining the local PC from the SCCP instance makes this command obsolete 
for
      all setups we're currently aiming at: one local PC per SCCP instance.
    - There are vty doc failures in this vty command, which cause osmo-msc and
      osmo-bsc vty test failures; rather than fixing this, let's drop it 
entirely
      until we see a need for it (and then do it properly with the address 
book).
    
    Cosmetic: prefix the local static variable with g_* like g_sccp and g_scu 
and
    define it in the same place. No default values are needed anymore, it gets
    overwritten in ranap_iu_init().
    
    Change-Id: I3bb7fc1cd5261d214c6ba0cccfe95f637e6db087

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

commit e485cdd38b363d84b3f6abc7e683c03c9a882d54
Author: Alexander Couzens <[email protected]>
Date:   Sun Aug 6 21:52:02 2017 +0000

    add /debian package support
    
    Change-Id: I985805aea0e48fe70619de8b81206098e4e37613

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

Summary of changes:
 debian/changelog                 |  5 ++++
 debian/compat                    |  1 +
 debian/control                   | 60 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                 | 48 ++++++++++++++++++++++++++++++++
 debian/libosmo-ranap-dev.install |  3 ++
 debian/libosmo-ranap0.install    |  1 +
 debian/osmo-hnbgw.install        |  2 ++
 debian/rules                     | 18 ++++++++++++
 debian/source/format             |  1 +
 src/iu_client.c                  | 11 ++------
 src/iu_client_vty.c              | 19 -------------
 11 files changed, 142 insertions(+), 27 deletions(-)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/libosmo-ranap-dev.install
 create mode 100644 debian/libosmo-ranap0.install
 create mode 100644 debian/osmo-hnbgw.install
 create mode 100755 debian/rules
 create mode 100644 debian/source/format


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

Reply via email to