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 882f340b6c394f581f6c32cafefa10c7b57073b9 (commit) from 738756984f2479512514515e95610f0a1bde7bd1 (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=882f340b6c394f581f6c32cafefa...
commit 882f340b6c394f581f6c32cafefa10c7b57073b9 Author: Philipp Maier pmaier@sysmocom.de Date: Fri Jul 21 16:23:50 2017 +0200
sccp: derive local address from given sccp instance
The most important parts of an SCCP address are the routing indicator and the pointcode. The latter one is always available via the SS7 instance, so a basic local address can be derived from there.
Add function osmo_sccp_local_addr_by_instance() to derive a basic local SCCP address from a given SCCP instance
Change-Id: I371dc9132871aad3d8321ea13cf9fd69d76eff8f
-----------------------------------------------------------------------
Summary of changes: include/osmocom/sigtran/sccp_sap.h | 4 ++++ src/sccp_user.c | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+)
hooks/post-receive