aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
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 /src/main.c
parent513dcd22a6e5000a30a7146ad1f36a6e0aba9bf9 (diff)
stp: Forward unhandled ISUP from one end to another
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3163527..2a03657 100644
--- a/src/main.c
+++ b/src/main.c
@@ -127,6 +127,11 @@ void mtp_link_set_forward_sccp(struct mtp_link_set *link, struct msgb *_msg, int
msc_send_msg(&bsc, rc, &result, _msg);
}
+void mtp_link_set_forward_isup(struct mtp_link_set *set, struct msgb *msg, int sls)
+{
+ LOGP(DINP, LOGL_ERROR, "ISUP is not handled.\n");
+}
+
/*
* handle local message in close down mode
*/