aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 18:33:26 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-17 04:08:50 +0800
commit29c30a0c15812fd93112c4f67609034add8d2edb (patch)
treecd08527a66697dec3463d754db9a96adcca5da41 /include
parent72bec50b8ef0309506c410b556cbbb05cc0f2ea6 (diff)
[sccp] Create a method to create RLSD messages.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index c3512bb..b715497 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -150,6 +150,7 @@ 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);
+struct msgb *sccp_create_rlsd(struct sccp_source_reference *src_ref, struct sccp_source_reference *dst_ref, int cause);
/**
* Below this are helper functions and structs for parsing SCCP messages