From a202342d64f383319f5cad211f3189c0420f833b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 May 2010 03:34:35 +0800 Subject: [sccp] Export function to create SCCP Refuse message. --- openbsc/include/sccp/sccp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') diff --git a/openbsc/include/sccp/sccp.h b/openbsc/include/sccp/sccp.h index 604a2ac72..5dfcc31bf 100644 --- a/openbsc/include/sccp/sccp.h +++ b/openbsc/include/sccp/sccp.h @@ -148,6 +148,8 @@ extern const struct sockaddr_sccp sccp_ssn_bssap; u_int32_t sccp_src_ref_to_int(struct sccp_source_reference *ref); struct sccp_source_reference sccp_src_ref_from_int(u_int32_t); +struct msgb *sccp_create_refuse(struct sccp_source_reference *src_ref, int cause); + /** * Below this are helper functions and structs for parsing SCCP messages */ -- cgit v1.2.3