libosmo-sccp.git branch master updated. 0.0.6.3-297-g3219e52

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
Sun Aug 13 22:48:10 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  3219e52dcf6e771bd03ad4abc3823422edb6e5fe (commit)
       via  c34bcd42e494200a7057dadcfa7e34fdbe6c0fca (commit)
       via  564ff618004be6b2126156eec1c97c13d86ff770 (commit)
       via  f0d67969ad9844575d83e98d931c41f8cbef9a8c (commit)
       via  d40d19d014fa34aa08ccdce3442e1c79db908477 (commit)
       via  eafa10dd17ea1090d6e712e286b065a74c2baecb (commit)
      from  130c6808544e9b48f4742e2ef4ca5ca30d2b1425 (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=3219e52dcf6e771bd03ad4abc3823422edb6e5fe

commit 3219e52dcf6e771bd03ad4abc3823422edb6e5fe
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 17:45:46 2017 +0200

    sccp: fixup for osmo_sccp_get_ss7()
    
    osmo_sccp_get_ss7() has the risk of a nullpointer dereference, when
    sccp is NULL.
    
    Return NULL when the sccp instance is NULL.
    
    Add doxygen comment
    
    Change-Id: I84d484e4441fd37443fff8c67e17df8fb15d5b2e

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

commit c34bcd42e494200a7057dadcfa7e34fdbe6c0fca
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 17:42:35 2017 +0200

    sccp: function to get sccp instance from sccp user
    
    It is currently impossible to find out which SCCP instance handles
    a particular user.
    
    Introduce function to lookup the SCCP instance from a given SCCP
    user.
    
    Change-Id: I9562c4f1d00e2ebb3252c5dea598b643aa393719

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

commit 564ff618004be6b2126156eec1c97c13d86ff770
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 14:31:35 2017 +0200

    sccp: make osmo_sccp_addr_name() available
    
    osmo_sccp_addr_name() is not listed in any header file.
    
    Add osmo_sccp_addr_name() to sccp_helpers.h in order to make
    it available.
    
    Change-Id: I092dd55948faeeff78f28f7d50c5b84b9e69ef24

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

commit f0d67969ad9844575d83e98d931c41f8cbef9a8c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 12:22:00 2017 +0200

    sccp: add doxgen comments for osmo_sccp_simple_client()
    
    Some of the functons in sccp_user.c have already
    doygen comments on them.
    
    Add doxygen comments for the simple client functions as well
    
    Change-Id: I9143bdc54d729f9f50e69fe38cd1798e065f2497

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

commit d40d19d014fa34aa08ccdce3442e1c79db908477
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 11:51:46 2017 +0200

    sccp: check for valid point code in osmo_sccp_simple_client()
    
    The point-code is not checked in the beginning, only the ASP
    checks the point code at a very late stage and fails in case
    an invalid point-code is detected.
    
    Remove the check in the ASP creation.
    
    Add a new check after the SS7 initalization that checks the
    point-code. If none is set, the default point-code will be
    used.
    
    Change-Id: I334d90e769bd9952f67c51b12a945f22bd268fa8

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

commit eafa10dd17ea1090d6e712e286b065a74c2baecb
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Fri Aug 11 11:30:26 2017 +0200

    sccp: fix handling of default IP addresses in osmo_sccp_simple_client()
    
    When the default IP addresses (remote or local) the respective
    struct value should be set to NULL.
    
    Fix wrong ?:-notation.
    
    Change-Id: I312caf9d54cedb02034e4ef88fdd2e6ad9ca1c34

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

Summary of changes:
 include/osmocom/sigtran/sccp_helpers.h |  1 +
 include/osmocom/sigtran/sccp_sap.h     |  3 +-
 src/sccp_user.c                        | 73 +++++++++++++++++++++++++++++-----
 3 files changed, 65 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list