From 564ff618004be6b2126156eec1c97c13d86ff770 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 11 Aug 2017 14:31:35 +0200 Subject: sccp: make osmo_sccp_addr_name() available osmo_sccp_addr_name() is not listed in any header file. Add osmo_sccp_addr_name() to sccp_helpers.h in order to make it available. Change-Id: I092dd55948faeeff78f28f7d50c5b84b9e69ef24 --- include/osmocom/sigtran/sccp_helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/sigtran/sccp_helpers.h b/include/osmocom/sigtran/sccp_helpers.h index 2f318f4..c2175f4 100644 --- a/include/osmocom/sigtran/sccp_helpers.h +++ b/include/osmocom/sigtran/sccp_helpers.h @@ -54,3 +54,4 @@ int osmo_sccp_tx_conn_resp(struct osmo_sccp_user *scu, uint32_t conn_id, char *osmo_sccp_gt_dump(const struct osmo_sccp_gt *gt); char *osmo_sccp_addr_dump(const struct osmo_sccp_addr *addr); +char *osmo_sccp_addr_name(const struct osmo_ss7_instance *ss7, const struct osmo_sccp_addr *addr); -- cgit v1.2.3