aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-04-22 17:58:04 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-22 17:58:34 +0200
commitc4e5066d1d3e4193bacda1bf516dceb607dfd2c6 (patch)
treea8666d53557cf7313d46e2b9d73aa88ac338be8d
parentd90834c42ada241efafe18ada8f4884d2fe52fd1 (diff)
app: Mark the transport as started for the relay mode
This code could be shared with the STP setup code.
-rw-r--r--src/ss7_application.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ss7_application.c b/src/ss7_application.c
index cedc2d0..b8e586b 100644
--- a/src/ss7_application.c
+++ b/src/ss7_application.c
@@ -306,6 +306,7 @@ static int ss7_app_setup_relay(struct ss7_application *app, int type,
app->route_dst.msc = msc;
app->type = type;
+ app->bsc->m2ua_trans->started = 1;
app->route_is_set = 1;
return 0;