aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 1092d6e..134a5b0 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -63,7 +63,15 @@ struct mtp_udp_link {
struct llist_head entry;
};
+enum {
+ APP_CELLMGR,
+ APP_RELAY,
+ APP_STP,
+};
+
struct bsc_data {
+ int app;
+
/* MSC */
char *msc_address;
struct write_queue msc_connection;