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 4881c5c1696e896cf4fdde4008856b082956a8b4 (commit)
via 996defec1733a285f8aad9cfe426606b8dc8899f (commit)
from d40b9f842bb58b393c8a32142296517e328520e4 (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=4881c5c1696e896cf4fdde40088…
commit 4881c5c1696e896cf4fdde4008856b082956a8b4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 22:16:13 2017 +0200
xua: Remove library-internal DXUA log subsystem
We don't really need those thre log messages, and we can thus do away
with the library-internal log-subsystem of DXUA. The rest of
libosmo-sigtran uses the new globa DL... subsystems anyway
Change-Id: Iea0d3db34a3674a9c6422b174a879bfdaa25786f
http://cgit.osmocom.org/libosmo-sccp/commit/?id=996defec1733a285f8aad9cfe42…
commit 996defec1733a285f8aad9cfe426606b8dc8899f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Apr 3 22:00:45 2017 +0200
Add example program how to use M3UA+SCCP client and server
This is an example tool that can be run either as server (SG) or as
client (ASP) with a SCCP+M3UA stacking, and communicate via
connectionless and connection-oriented primitives over it
Change-Id: Id698ce2da5726e304dfa1773b794671dc80d853c
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Makefile.am | 2 +-
configure.ac | 2 +
examples/Makefile.am | 11 +++
examples/internal.h | 12 +++
examples/m3ua_example.c | 98 ++++++++++++++++++++++++
examples/sccp_test_server.c | 115 ++++++++++++++++++++++++++++
examples/sccp_test_vty.c | 152 ++++++++++++++++++++++++++++++++++++++
include/osmocom/sigtran/xua_msg.h | 4 -
src/xua_msg.c | 16 +---
10 files changed, 394 insertions(+), 19 deletions(-)
create mode 100644 examples/Makefile.am
create mode 100644 examples/internal.h
create mode 100644 examples/m3ua_example.c
create mode 100644 examples/sccp_test_server.c
create mode 100644 examples/sccp_test_vty.c
hooks/post-receive
--
SCCP Library