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 d40b9f842bb58b393c8a32142296517e328520e4 (commit)
from c5204966bfbdaa729a4b61701b7d3a2f890976c3 (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=d40b9f842bb58b393c8a3214229…
commit d40b9f842bb58b393c8a32142296517e328520e4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 21:42:08 2017 +0200
SUA: Port to new osmo_ss7 and SCCP code
If we use the infrastructure provided by osmo_ss7 on the lower layer and
the SCCP SCRC, SCLC and SCOC code on the upper side, not much of the
original sua.c code remains. It looks much like the M3UA code now.
Change-Id: I193b74f58aa70c443ae17e78b5604246d6bc3f71
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/Makefile.am | 2 +-
include/osmocom/sigtran/sccp_helpers.h | 38 +-
include/osmocom/sigtran/sua.h | 23 -
src/osmo_ss7.c | 8 +-
src/sccp_helpers.c | 122 ++-
src/sccp_scrc.c | 2 +
src/sua.c | 1381 +++++---------------------------
src/xua_internal.h | 2 +
8 files changed, 323 insertions(+), 1255 deletions(-)
delete mode 100644 include/osmocom/sigtran/sua.h
hooks/post-receive
--
SCCP Library