diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2017-08-11 14:31:35 +0200 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2017-08-11 14:31:35 +0200 |
commit | 564ff618004be6b2126156eec1c97c13d86ff770 (patch) | |
tree | 6c6d595cf75e8178eabc06ef0d4958872f35216d /include | |
parent | f0d67969ad9844575d83e98d931c41f8cbef9a8c (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/sigtran/sccp_helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |