aboutsummaryrefslogtreecommitdiffstats
path: root/include
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-20 11:37:50 +0100
commit1b6901ec4ae3effd0b017b2cbdb32b17646d3bc9 (patch)
treee040a4d485f155371d770b9bd7d5197b7da06ac4 /include
parent9cf11bc1098671e06c7284babfa5a3327a40346e (diff)
stp: Forward unhandled ISUP from one end to another
Diffstat (limited to 'include')
-rw-r--r--include/isup_types.h2
-rw-r--r--include/mtp_data.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/isup_types.h b/include/isup_types.h
index 5347cb4..7eff76c 100644
--- a/include/isup_types.h
+++ b/include/isup_types.h
@@ -47,7 +47,7 @@ struct isup_msg_grs {
uint8_t pointer_int;
};
-int mtp_link_set_forward_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
+int mtp_link_set_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
int isup_parse_grs(const uint8_t *data, uint8_t length);
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);