From d2a71744142a9ebf3dba9b1bdb97a81fb9eff3f5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 1 Aug 2010 20:52:01 +0800 Subject: sccp: Allow to create a _udt message with the given parameter. --- include/sccp/sccp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sccp/sccp.h') 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 -- cgit v1.2.3