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 9fc351de69a2f3f451a2c44145fbabb156ef410a (commit)
from 2b74a5fdc0bbcb5b6df71e1dd542dd1ffbb3b9f6 (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=9fc351de69a2f3f451a2c44145f…
commit 9fc351de69a2f3f451a2c44145fbabb156ef410a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 17 11:06:57 2017 +0200
sccp: global addressbook search + api fix
The sccp-addressbook only allows defining addresses for a specific
ss7 instance. It is not possible to use an sscp-address, that is
defined in the one ss7 instance in another ss7 instance.
Add a second global list where all sscp-addresses are added,
regardless on which instance they are defined.
Fixup the search functions so that they always search the global
list.
Change the API, so that the address data is written to a
destination pointer. This protects the stored address from
unintentional changes. Also return the ss7 instance, where the
address is associated with.
Change-Id: I5acc1e5abc3b3081149a9f476038e4e53d23b763
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 8 ++---
src/osmo_ss7_vty.c | 70 +++++++++++++++++++++++++++-----------
2 files changed, 54 insertions(+), 24 deletions(-)
hooks/post-receive
--
SCCP Library