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 3a57553145edb0ef708d7482cff8106d425cb34d (commit)
via 03eda14b26a3e0127617b53ce79bf61ec956314b (commit)
via f7abfe1bb1b99bec72796e02ca781a314dec339a (commit)
via 3a09645ca69d03f4dce6c382347c9cdff4e5f02e (commit)
via 5012416b7eba32a79b108deaa16343904efc650c (commit)
via 58f225b2f095ef3a71b13a26570a46f2a5c38a91 (commit)
from 05ad104c5892a84ab490fe435f7905993bd67cd9 (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=3a57553145edb0ef708d7482cff…
commit 3a57553145edb0ef708d7482cff8106d425cb34d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 22:39:05 2017 +0200
introduce new osmo_ss7_asp_disconnect() function
Higher-layer code shouldn't have to worry between client and server
difference. It just wants to close the underlying connection for a
given ASP - which it now can by means of osmo_ss7_asp_disconnect().
Change-Id: I36b089abd281b8edac8830fda2d8e57cc06cd0a7
http://cgit.osmocom.org/libosmo-sccp/commit/?id=03eda14b26a3e0127617b53ce79…
commit 03eda14b26a3e0127617b53ce79bf61ec956314b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 20:39:11 2017 +0200
Add new ASP event XUA_ASP_E_SCTP_EST_IND
For classic xUA this is not needed, as the server doesn't have to react
to establishment of the SCTP connection. The client will start with an
ASP_UP_REQ. However, in upcoming IPA support, the FSM will need to
react on this event.
Change-Id: Ib10914b27f8761ea44a0fdba96c045821223722a
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f7abfe1bb1b99bec72796e02ca7…
commit f7abfe1bb1b99bec72796e02ca781a314dec339a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 20:38:28 2017 +0200
osmo_ss7: avoid crash during disconnect after unknown ASP
Change-Id: Ib201f9f480f25ede0f26d4918007ff22fea28824
http://cgit.osmocom.org/libosmo-sccp/commit/?id=3a09645ca69d03f4dce6c382347…
commit 3a09645ca69d03f4dce6c382347c9cdff4e5f02e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 19:55:48 2017 +0200
m3ua: Generalize + Export function to generate MTP-TRANSFER xua_msg
Change-Id: If82956317ec703341514ad81057eceb3d0714f47
http://cgit.osmocom.org/libosmo-sccp/commit/?id=5012416b7eba32a79b108deaa16…
commit 5012416b7eba32a79b108deaa16343904efc650c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 19:02:54 2017 +0200
osmo_ss7: Fix protocol of dynamically allocated ASPs
When dynamically allocating ASPs, we used the hardcoded M3UA protocol,
which is of course wrong in case of SUA or other protocols. Let's use
the xua_server's configured protocol for the created ASPs.
Change-Id: I07832cbaf1ca42f0c7df399e4f96599034b72816
http://cgit.osmocom.org/libosmo-sccp/commit/?id=58f225b2f095ef3a71b13a26570…
commit 58f225b2f095ef3a71b13a26570a46f2a5c38a91
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 22:24:15 2017 +0200
osmo_ss7: Clean up all ASPs established via xua_server upon destroy
When we destroy a xua_server, we would like to close and destroy any
ASPs that were established via that xua_server. In order to do so, we
need to add a list of ASPs to the xua_server, which we can iterate.
Change-Id: Iff3ed099b817e54e563b70d9ab40f63af63cc2fb
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 5 +++++
src/m3ua.c | 24 ++++++++++++++++++++++++
src/osmo_ss7.c | 31 +++++++++++++++++++++++++++----
src/osmo_ss7_hmrt.c | 17 +----------------
src/xua_asp_fsm.c | 6 +++++-
src/xua_asp_fsm.h | 1 +
src/xua_internal.h | 2 ++
7 files changed, 65 insertions(+), 21 deletions(-)
hooks/post-receive
--
SCCP Library