aboutsummaryrefslogtreecommitdiffstats
path: root/include/ss7_application.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-22 20:57:08 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-23 15:25:35 +0100
commit7176030e02ca59d5b4ee015f24ee2bf733eeed8e (patch)
treeeed6a2bb6bd74d365a09e77cbdc875bfcac689ed /include/ss7_application.h
parent2917644d503b706f0df5cf7228fc284a79436e31 (diff)
vty: Add all mighty new vty interface for osmo-stp
This new interface allows to have multiple linksets, msc connections and ways to connect those in one instance of the osmo-stp. Forbid to reset linksets without an app.
Diffstat (limited to 'include/ss7_application.h')
-rw-r--r--include/ss7_application.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ss7_application.h b/include/ss7_application.h
index 66ddd87..084a8f7 100644
--- a/include/ss7_application.h
+++ b/include/ss7_application.h
@@ -35,6 +35,7 @@ enum ss7_set_type {
};
enum ss7_app_type {
+ APP_NONE,
APP_CELLMGR,
APP_RELAY,
APP_STP,
@@ -59,6 +60,7 @@ struct ss7_application {
int type;
/* for the routing */
+ int route_is_set;
struct ss7_application_route route_src;
struct ss7_application_route route_dst;