aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 12:18:57 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-10 13:22:46 +0100
commit3aad776b280c889a5432e51fbdbe78ef1af624c9 (patch)
tree4e8eb3e2b07c0b375c2b2edc1c6134945f3c3eec /include/mtp_data.h
parent433ea2f037effc600543823e5b3fa8ec540b989a (diff)
isup: Respond to a ISUP GRS with a GRA.
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 14c2037..545c0f1 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -72,6 +72,7 @@ void mtp_link_stop(struct mtp_link *link);
void mtp_link_reset(struct mtp_link *link);
int mtp_link_data(struct mtp_link *link, struct msgb *msg);
int mtp_link_submit_sccp_data(struct mtp_link *link, int sls, const uint8_t *data, unsigned int length);
+int mtp_link_submit_isup_data(struct mtp_link *link, int sls, const uint8_t *data, unsigned int length);
/* one time init function */