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 cbb7b79e19f149de5543d3f49c73bc707cd545b9 (commit)
from 4313bdfa201271ef487507e355b4a9b91593520f (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=cbb7b79e19f149de5543d3f49c7…
commit cbb7b79e19f149de5543d3f49c73bc707cd545b9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 3 15:26:22 2017 +0200
simple-client/server: be able to decide on which ss7 instance to bind
osmo_sccp_simple_client() and osmo_sccp_simple_server() are binding
on the ss7 instance with the id 1 by default. If the instance does
not exist, it is created automatically.
Allow choosing the ss7 instance by supplying the id number as
function parameter. Add two new functions:
osmo_sccp_simple_client_on_ss7_id()
osmo_sccp_simple_server_on_ss7_id()
Change-Id: I62e608253212415bddbb4c7dcf5d3b5e79c8d28e
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 11 +++++++++++
src/sccp_user.c | 36 ++++++++++++++++++++++++++++--------
2 files changed, 39 insertions(+), 8 deletions(-)
hooks/post-receive
--
SCCP Library