aboutsummaryrefslogtreecommitdiffstats
path: root/include/mgcp_ss7.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-06 15:56:01 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-07 00:19:06 +0800
commit5fb30572a6dacc3bcc3151a0ecbe2448282dabe9 (patch)
tree00a477e0d49da7632a1f04e918f05d3141ec42d1 /include/mgcp_ss7.h
parent84e505d80e3645bed1a8dba2fa6382728ccc104c (diff)
mgcp: Move the MGCP_NODE number into a public header file
Diffstat (limited to 'include/mgcp_ss7.h')
-rw-r--r--include/mgcp_ss7.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mgcp_ss7.h b/include/mgcp_ss7.h
index 25deb53..ace9f8a 100644
--- a/include/mgcp_ss7.h
+++ b/include/mgcp_ss7.h
@@ -26,8 +26,14 @@
#include <osmocore/timer.h>
#include <osmocore/write_queue.h>
+#include <osmocom/vty/command.h>
+
#include "thread.h"
+enum cellmgr_node {
+ MGCP_NODE = _LAST_OSMOVTY_NODE + 1,
+};
+
struct mgcp_ss7_endpoint;
struct mgcp_ss7 {