aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 17:55:07 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 20:45:15 +0800
commit466c40bec25e69d9fc746dd562f62c70ea6a00be (patch)
tree7415b68cc3b5d82d11ece4bf1bb603518a09718a /openbsc/include
parent60a2f4a7e6d9dbcd76eb59ed943a415303247265 (diff)
[sccp] Create a SCCP CC creation routine.
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 2aa03224f..c3512bb48 100644
--- a/openbsc/include/sccp/sccp.h
+++ b/openbsc/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