libosmo-sccp.git branch master updated. 0.0.6.3-289-g50a40f9

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 Aug 9 20:40:51 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 "SCCP Library".

The branch, master has been updated
       via  50a40f921863500d583eafcf0c4ca5552cb3dc1e (commit)
       via  bb8329e91c09a180733716fcdf0c24c4facd5cc9 (commit)
      from  9d1a3f66457508e16dd2d1d33fe7bf5ed24b633b (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/libosmo-sccp/commit/?id=50a40f921863500d583eafcf0c4ca5552cb3dc1e

commit 50a40f921863500d583eafcf0c4ca5552cb3dc1e
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Aug 9 18:46:58 2017 +0200

    vty: hide SG commands when running as ASP
    
    The SG (signal gateway) requires an extra set of VTY commands in
    order to be fully configurable. These VTY commands do not make
    sense in a situation where libosmo-sccp is used to implement an
    ASP (application server process).
    
    Detect in which role libosmo-sccp is used by which of the VTY
    initalization functions are called:
    
    osmo_ss7_vty_init_asp() ==> ASP
    osmo_ss7_vty_init_sg() ==> SG
    
    Prevent writing back of SG specific configuration when in
    running as ASP. Only write back the full parameter set when
    running as SG.
    
    Change-Id: I707bcd790f4c6d0f618e41163b51d2179ea3aeaf

http://cgit.osmocom.org/libosmo-sccp/commit/?id=bb8329e91c09a180733716fcdf0c24c4facd5cc9

commit bb8329e91c09a180733716fcdf0c24c4facd5cc9
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Aug 9 18:43:03 2017 +0200

    sccp: fix creating of the default route in simple client
    
    The simple client (osmo_sccp_simple_client_on_ss7_id() and
    osmo_sccp_simple_client) does not create a default route if
    the user has already created an AS via VTY.
    
    Check the presence of a default route independently of the
    AS. If no default route exists, create one.
    
    Change-Id: I7516fa5509bade4ba10e9d8eaa3e46cfe3696b3a

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

Summary of changes:
 src/osmo_ss7_vty.c | 18 +++++++++++++-----
 src/sccp_user.c    | 10 +++++++---
 2 files changed, 20 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list