libosmo-sccp.git branch master updated. 0.0.6.3-241-g34cb3c1

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 Jun 21 20:19: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  34cb3c16a597e5793cfb59b1772967e0a5e89489 (commit)
      from  144f5912eb84219bd5e419a4cab7df27ff023277 (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=34cb3c16a597e5793cfb59b1772967e0a5e89489

commit 34cb3c16a597e5793cfb59b1772967e0a5e89489
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Wed Jun 14 18:08:59 2017 +0200

    sccp: add addressbook functionality for sccp addresses
    
    SCCP addresses are defined through a number of compoinents, not
    just an IP-Address, there is also point code, ssn and more. To
    simplify and unify the handling of such objects, this patch
    introduces an addressbook functionality. The user can set up
    multiple addresses per ss7 instance and give them names. Later
    that name can be used to reference the address at a later point
    in the config. This means that the usage of sccp-addresses from
    the programmers point of view boils down to a VTY function that
    reads the string name of a previously defined address. The
    programmer can then use the API to get a pointer to the SCCP
    address struct and use it normally.
    
    For this feature, two additional VTY nodes are necessary,
    this commit depends libosmocore change:
    Change-Id I42aa29c0cccc97f284b85801c5329b015b189640
    
    Change-Id: I068ed7f7d113dab88424a9d47bab7fc703bb7942

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

Summary of changes:
 include/osmocom/sigtran/osmo_ss7.h |   1 +
 include/osmocom/sigtran/sccp_sap.h |   6 +
 src/osmo_ss7.c                     |   2 +
 src/osmo_ss7_vty.c                 | 578 +++++++++++++++++++++++++++++++++++++
 4 files changed, 587 insertions(+)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list