aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index ecd0747..b1e0fbe 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -1,7 +1,7 @@
/* Everything related to the BSC connection */
/*
- * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
- * (C) 2010-2011 by On-Waves
+ * (C) 2010-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2012 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify
@@ -23,6 +23,7 @@
#define BSC_DATA_H
#include "mtp_data.h"
+#include "mgcp_callagent.h"
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/select.h>
@@ -92,6 +93,9 @@ struct bsc_data {
struct llist_head mscs;
int num_mscs;
+ /* Simple send only mgcp agent */
+ struct mgcp_callagent mgcp_agent;
+
/* application */
struct llist_head apps;
int num_apps;