aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 16:13:28 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 20:23:09 +0100
commit0e3b355a427b683ed4a568b0680193c091263efd (patch)
tree61049b79c1d8403741e7f200d89ef1585427ee88 /include/mtp_data.h
parent513dcd22a6e5000a30a7146ad1f36a6e0aba9bf9 (diff)
stp: Forward unhandled ISUP from one end to another
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 fd886a1..652c024 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -112,6 +112,7 @@ void mtp_link_set_init(void);
/* to be implemented for MSU sending */
void mtp_link_set_submit(struct mtp_link *link, struct msgb *msg);
void mtp_link_set_forward_sccp(struct mtp_link_set *link, struct msgb *msg, int sls);
+void mtp_link_set_forward_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
void mtp_link_restart(struct mtp_link *link);
void mtp_link_set_sccp_down(struct mtp_link_set *link);