diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-05-16 20:41:48 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-05-17 04:08:57 +0800 |
commit | 4da58e06ca8dd306f16d6bca49a8ffcc33f1c793 (patch) | |
tree | 01d85ff644e5815942fd2ab452d54cf2521eefbb /include/sccp/sccp.h | |
parent | 29c30a0c15812fd93112c4f67609034add8d2edb (diff) |
[sccp] Add method to create a dt1 packet.
Diffstat (limited to 'include/sccp/sccp.h')
-rw-r--r-- | include/sccp/sccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index b715497..84ae914 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -151,6 +151,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); +struct msgb *sccp_create_dt1(struct sccp_source_reference *dst_ref, uint8_t *data, uint8_t len); /** * Below this are helper functions and structs for parsing SCCP messages |