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 57620b6b988422cccd9f749bbb3eba6bcc59996e (commit)
from e316635f077939dac30bbc234e0b846df1d75914 (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=57620b6b988422cccd9f749bbb3…
commit 57620b6b988422cccd9f749bbb3eba6bcc59996e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 13:09:17 2017 +0200
STP: re-structure VTY interface; introduce 'cs7 instance' node
This properly integrates the concept of multiple SS7 instances (each
with their own point code format, address indicator, ...) into the VTY.
At the same time, this also removes the stp-global "g_s7i" instance
that existed so far, moving the VTY code more into the direction of also
being able to be used outside the STP - which is underlined by splitting
the vty commands between those generally useful, and those useful only
for a STP or only for a simpla ASP (client).
Change-Id: I30966fbf2e143318cd9127eb8c17cccb24407106
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 1 +
src/osmo_ss7.c | 8 +-
stp/internal.h | 10 +-
stp/osmo_ss7_vty.c | 431 +++++++++++++++++++++----------------
stp/stp_main.c | 6 +-
5 files changed, 255 insertions(+), 201 deletions(-)
hooks/post-receive
--
SCCP Library