summaryrefslogtreecommitdiff
path: root/cesar/cp/eoc/sta/action/vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/eoc/sta/action/vs.h')
-rw-r--r--cesar/cp/eoc/sta/action/vs.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/cesar/cp/eoc/sta/action/vs.h b/cesar/cp/eoc/sta/action/vs.h
new file mode 100644
index 0000000000..a8b2c5c95d
--- /dev/null
+++ b/cesar/cp/eoc/sta/action/vs.h
@@ -0,0 +1,38 @@
+#ifndef cp_eoc_sta_action_vs_h
+#define cp_eoc_sta_action_vs_h
+/* Cesar-EoC project {{{
+ *
+ * Copyright (C) 2009 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file cp/eoc/sta/action/vs.h
+ * \brief sta action, Vendor Specific EoC MME related prototypes.
+ * \ingroup cp_eoc_sta_action
+ */
+#include "cp/cp.h"
+#include "cp/mme.h"
+
+/** Forward declaration. */
+typedef struct real_time_stats_t real_time_stats_t;
+
+BEGIN_DECLS
+
+void
+cp_eoc_sta_action_vs__vs_eoc_get_info_req (
+ cp_t *ctx, cp_mme_rx_t *mme);
+
+void
+cp_eoc_sta_action_vs__vs_eoc_diagnostic_info_req (
+ cp_t *ctx, cp_mme_rx_t *mme);
+
+void
+cp_eoc_sta_action_vs__vs_eoc_get_real_time_statistics_req (
+ cp_t *ctx, cp_mme_rx_t *mme);
+
+
+END_DECLS
+
+#endif /* cp_eoc_sta_action_vs_h */