From 38cc0e6c4d25c8dec0c9163a2f42b47f6701d999 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 15 May 2010 05:35:48 +0800 Subject: [sccp] Make it optional to send data on a SCCP Connection Refuse This can be used to send a Location Updating Reject down to the BSC when it is clear that a subscriber is not allowed. --- include/sccp/sccp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 5dfcc31..2aa0322 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -148,7 +148,7 @@ extern const struct sockaddr_sccp sccp_ssn_bssap; 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); +struct msgb *sccp_create_refuse(struct sccp_source_reference *src_ref, int cause, uint8_t *data, int length); /** * Below this are helper functions and structs for parsing SCCP messages -- cgit v1.2.3