libosmo-sccp.git branch master updated. 0.0.6.3-169-g47d05fa

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
Tue Apr 11 22:27:17 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  47d05fae4f7ffa2b9a680b52a96bff15d1d16df0 (commit)
       via  282d1c2ffa7403d1238c308401d66dcd271f761f (commit)
       via  fb82880905c77e3eead73c0572364fbd0de9b2e3 (commit)
       via  bba8fe816663e3d7d73219df052dee17a630ff6d (commit)
       via  2c2ae5997cb3472ed0330f52892c69b5d8a4d5ba (commit)
       via  8af8d643de2bd6a02c65b2659fd0afa62e865cd6 (commit)
       via  ed18c11de92b4c4596815e8d9ff74c49d6ae853b (commit)
       via  1978e3a3203512500da7eeff9a614e096f46a5be (commit)
       via  b650dd9d77779b745bd062ed73ff7b7c6d2c9c16 (commit)
       via  5181c5fe1b2c4b5303ddb0e4608c0cedaeb28d90 (commit)
      from  b5e569ee6725e35176c76c6e17564f3ac2209316 (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=47d05fae4f7ffa2b9a680b52a96bff15d1d16df0

commit 47d05fae4f7ffa2b9a680b52a96bff15d1d16df0
Author: Harald Welte <laforge at gnumonks.org>
Date:   Mon Apr 10 22:34:20 2017 +0200

    osmo_ss7: Allocate local routing key ID and use it as lookup key for AS
    
    In M3UA RKM we need a "Local Routing Key ID" which uniquely identifies a
    given routing key locally at the node. Allocate this value and store it
    in each osmo_ss7_as, as well as add a lookup function for it.
    
    Change-Id: I89a0abcf66228ce092126a497cc7971df3a6af71

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

commit 282d1c2ffa7403d1238c308401d66dcd271f761f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 20:41:07 2017 +0200

    sccp_user: Make sure to create client-side AS with primary PC
    
    When we are on the ASP (client) side, we must initialize the routing key
    of the AS with the proper primary point code of the system.  Only this
    way, the correct point code will be used during dynamic routing key
    registration via RKM.
    
    Change-Id: If586ac9f3449254973a19654dd13dce5793f285f

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

commit fb82880905c77e3eead73c0572364fbd0de9b2e3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 20:43:51 2017 +0200

    osmo_ss7: destroy any ASPs allocated dynamically at accept() time
    
    When we accept SCTP connections from clients for whose IP/port we have
    no matching local configurations, and it is permitted by local
    configuration, we dynamically allocate osmo_ss7_asp's in this case.
    Make sure to properly destroy them at the time the SCTP connection is
    lost.
    
    Change-Id: I07d69a0cd52a049a7a4bb0d996e95d39fee9a106

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

commit bba8fe816663e3d7d73219df052dee17a630ff6d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 18:37:40 2017 +0200

    osmo_ss7: Make sure to start server-side ASP FSM for dynamically created ASPs
    
    Change-Id: I5dd079158a8c6b176a94dc251748924ef3e9c937

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

commit 2c2ae5997cb3472ed0330f52892c69b5d8a4d5ba
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 20:42:31 2017 +0200

    osmo_ss7: When destroying an AS or a linkset, delete all routes
    
    When we destroy a linkset, it make sense to remove all associated routes
    pointing to the linkset, as they would point to nowhere anyway.
    
    Change-Id: I393400bc758c28997e16bc78e3142719b6a61be8

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

commit 8af8d643de2bd6a02c65b2659fd0afa62e865cd6
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 19:34:12 2017 +0200

    osmo_ss7: Fix memory leak with sock_name on clients at re-connect time
    
    We cannot use osmo_talloc_replace_string() together with
    osmo_sock_get_name(), as the latter already creates a dynamically
    allocated string, and the former will then make a copy of that
    allocation.
    
    Change-Id: I6798221ccb3c70186c1c51dd34b7823fefd6df58

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

commit ed18c11de92b4c4596815e8d9ff74c49d6ae853b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 19:08:17 2017 +0200

    osmo_ss7: Generate M-SCTP_RESTART.ind towards Layer Manager
    
    The M3UA RFC defines this primitive to the layer manager, but we so far
    didn't generate it.  Let's inform the Layer Manager about such events,
    in case it wants to take appropriate action.
    
    Change-Id: I4e4e86f9b9d8ef4639c835878749ce8d8cc76f7c

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

commit 1978e3a3203512500da7eeff9a614e096f46a5be
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 18:35:06 2017 +0200

    osmo_ss7: Instruct libosmo-netif to use {TCP,SCTP}_NODELAY on all sockets
    
    If we don't do this, we get some nasty packet delays, which are
    sufficient enough to trigger re-transmissions of an M3UA ASP-UP packet
    even over loopback/localhost on an otherwise unloaded system.
    
    Change-Id: I6aa4eb421ecb483d3da1b0ce3aa6511d161c3750

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

commit b650dd9d77779b745bd062ed73ff7b7c6d2c9c16
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 18:36:44 2017 +0200

    osmo_ss7: Use proper string name for dynamically-created ASP
    
    Change-Id: Id346002c79ba2aba2183ebd46bead372a727316d

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

commit 5181c5fe1b2c4b5303ddb0e4608c0cedaeb28d90
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Apr 11 19:00:58 2017 +0200

    osmo_ss7: Send M-SCTP_RELEASE.ind for close of xUA client or server socket
    
    Change-Id: I31e7de136545279a75a5faca0927d3dbf11ff46d

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

Summary of changes:
 include/osmocom/sigtran/osmo_ss7.h    |   6 ++
 include/osmocom/sigtran/sigtran_sap.h |  11 ++++
 src/osmo_ss7.c                        | 107 +++++++++++++++++++++++++++++++---
 src/sccp_user.c                       |   2 +
 4 files changed, 117 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list