aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 20:52:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-01 20:52:01 +0800
commitd2a71744142a9ebf3dba9b1bdb97a81fb9eff3f5 (patch)
treec456aea23cf0a5523dae9afec90106b248457b49 /include
parent8c1402ea99750a4d0175e2464d445ade27d0826e (diff)
sccp: Allow to create a _udt message with the given parameter.
Diffstat (limited to 'include')
-rw-r--r--include/sccp/sccp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h
index fd468c5..4d7f727 100644
--- a/include/sccp/sccp.h
+++ b/include/sccp/sccp.h
@@ -166,6 +166,8 @@ struct msgb *sccp_create_refuse(struct sccp_source_reference *src_ref, int cause
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);
struct msgb *sccp_create_dt1(struct sccp_source_reference *dst_ref, uint8_t *data, uint8_t len);
+struct msgb *sccp_create_udt(int _class, const struct sockaddr_sccp *sock_sender,
+ const struct sockaddr_sccp *sock_target, struct msgb *msg);
/**
* Below this are helper functions and structs for parsing SCCP messages