libosmo-sccp.git branch laforge/sigtran created. 0.0.6.3-169-g06c0afa

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 21:00:26 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, laforge/sigtran has been created
        at  06c0afa9f5fc9ec53ccc0d58e38dc95f07b20957 (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=06c0afa9f5fc9ec53ccc0d58e38dc95f07b20957

commit 06c0afa9f5fc9ec53ccc0d58e38dc95f07b20957
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=fe5fbc8f488f868665917724f94a00378c94e6e7

commit fe5fbc8f488f868665917724f94a00378c94e6e7
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=15a3d4b01c45327be8dd80a30c346012a34572c5

commit 15a3d4b01c45327be8dd80a30c346012a34572c5
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=35250c8e152f685e9d9cfd0cd212e98e444e0850

commit 35250c8e152f685e9d9cfd0cd212e98e444e0850
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=3dd7175f0b907b343dce3f813ece5e72404e16af

commit 3dd7175f0b907b343dce3f813ece5e72404e16af
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=6a761b1aae9bbb0308001127cf6859c6745ba79b

commit 6a761b1aae9bbb0308001127cf6859c6745ba79b
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=0a1d48b752d6ff3da70c17b5cee1cf5b12c14505

commit 0a1d48b752d6ff3da70c17b5cee1cf5b12c14505
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=28502175a49a349d74496b42790b211e82a3f331

commit 28502175a49a349d74496b42790b211e82a3f331
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

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

commit 9b7704d5fce837b9acf861e8cc83f68d828e48b0
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=236fc9938b90fa3300b01a386137adf20ff5cfcc

commit 236fc9938b90fa3300b01a386137adf20ff5cfcc
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

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


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list