mgcp: Move the MGCP_NODE number into a public header file
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 {