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 9654e65febc5dff92f6c6b6cd6306ee1ddced5eb (commit)
from 7fa3c9972d39b6d56d2999b4180cd9ab9f1fa650 (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=9654e65febc5dff92f6c6b6cd63…
commit 9654e65febc5dff92f6c6b6cd6306ee1ddced5eb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Apr 5 11:14:24 2017 +0200
Add osmo-stp executable as new "Osmocom Signaling Transfer Point"
osmo-stp is able to define multiple M3UA and/or SUA application servers
(AS) as well as application server processes (ASPs). Clients can then
connect via M3UA or SUA, perform the respective ASPSM / ASPTM state
changes and finally exchange MTP signaling such as ISUP or SCCP on top
of it. Routing is currently only based on point codes (PC). Routing table
is fully configurable with Destination PC and mask.
Shortcomings:
* xUA: only "override" traffic mode supported, no load-balance or broadcast
* xUA: no SNM supported, i.e. DAVA/DUNA/... messages are neither parsed
nor generated
* SCCP: no Global Title based Routing (GTR) yet
* SCCP: no Global Title Translation (GTT) yet
* no M2PA / M2UA sigtran dialects
* no classic CS7 based signaling links(E1/T1 TDM)
Change-Id: If32227b8d3127c6178e4ee45527ce65f69bc7b1e
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 2 +
Makefile.am | 2 +-
configure.ac | 1 +
include/osmocom/sigtran/osmo_ss7.h | 2 +
src/osmo_ss7.c | 7 +-
{examples => stp}/Makefile.am | 8 +-
stp/internal.h | 18 +++
{src => stp}/osmo_ss7_vty.c | 324 ++++++++++++++++++++++++++++++-------
stp/stp_main.c | 101 ++++++++++++
9 files changed, 403 insertions(+), 62 deletions(-)
copy {examples => stp}/Makefile.am (54%)
create mode 100644 stp/internal.h
rename {src => stp}/osmo_ss7_vty.c (68%)
create mode 100644 stp/stp_main.c
hooks/post-receive
--
SCCP Library