From 72bec50b8ef0309506c410b556cbbb05cc0f2ea6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 May 2010 17:55:07 +0800 Subject: [sccp] Create a SCCP CC creation routine. --- include/sccp/sccp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 2aa0322..c3512bb 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -149,6 +149,7 @@ 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, uint8_t *data, int length); +struct msgb *sccp_create_cc(struct sccp_source_reference *src_ref, struct sccp_source_reference *dst_ref); /** * Below this are helper functions and structs for parsing SCCP messages -- cgit v1.2.3