aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_mgr.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index 5e0d4a7b..ddb6774a 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -1,35 +1,10 @@
#ifndef _SYSMOBTS_MGR_H
#define _SYSMOBTS_MGR_H
-#include <osmocom/vty/vty.h>
-#include <osmocom/vty/command.h>
-
enum {
DTEMP,
DFW,
DFIND,
};
-enum {
- SYSMO_MGR_DISCONNECTED = 0,
- SYSMO_MGR_CONNECTED,
-};
-
-#define SOCKET_PATH "/var/run/bts_oml"
-
-struct sbts2050_config_info;
-
-enum mgr_vty_node {
- MGR_NODE = _LAST_OSMOVTY_NODE + 1,
-};
-
-enum node_type mgr_vty_go_parent(struct vty *vty);
-int mgr_vty_is_config_node(struct vty *vty, int node);
-int sysmobts_mgr_vty_init(void);
-int sysmobts_mgr_parse_config(const char *config_file,
- struct sbts2050_config_info *cfg);
-
-struct sysmobts_mgr_instance {
- const char *config_file;
-};
#endif