aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 14:23:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 14:23:10 +0100
commit606eae8ece62fdc5e075ac88f70a02ffb9df27c4 (patch)
treeba9e5dd2c5ff43b8aca42bec8263d382e057ec2c /include
parent157de2a8abbd49bece2c1d5cd37c1abe104aaa66 (diff)
mtp: Send the TFP/TRA once the first link is available
Instead of sending SCCP TFP/TRA as a response to a TRA the code will now send one as a response to the first SLTA we receive in the linkset on the first link.
Diffstat (limited to 'include')
-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 e00f13a..062361c 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -48,6 +48,7 @@ struct mtp_link_set {
int available;
int running;
int sccp_up;
+ int linkset_up;
int last_sls;