aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/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-16 20:45:15 +0800
commit01ffc204f3c624f37145a2441ca3c8c5e235c291 (patch)
tree85a4744e059e0f601e8387650428ae08d75fac0a /openbsc/include
parent466c40bec25e69d9fc746dd562f62c70ea6a00be (diff)
[sccp] Create a method to create RLSD messages.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/sccp/sccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/sccp/sccp.h b/openbsc/include/sccp/sccp.h
index c3512bb48..b71549760 100644
--- a/openbsc/include/sccp/sccp.h
+++ b/openbsc/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