aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-16 19:09:30 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-16 20:22:28 +0100
commit02a2afa962799c1519eb78cffa8877fd3da75b2e (patch)
treef7b3e60efc278fc6d01c52333b081097da90eaa3
parentffc193443c177c3e41851c445c71fc1095ae2201 (diff)
sysmobts: Comment out the varpoware options that are not implemented
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_mgr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index ac760835..fde28e8a 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -12,18 +12,22 @@ enum {
enum {
+#if 0
TEMP_ACT_PWR_CONTRL = 0x1,
TEMP_ACT_MASTER_OFF = 0x2,
TEMP_ACT_SLAVE_OFF = 0x4,
+#endif
TEMP_ACT_PA_OFF = 0x8,
TEMP_ACT_BTS_SRV_OFF = 0x10,
};
/* actions only for normal state */
enum {
+#if 0
TEMP_ACT_NORM_PW_CONTRL = 0x1,
TEMP_ACT_NORM_MASTER_ON = 0x2,
TEMP_ACT_NORM_SLAVE_ON = 0x4,
+#endif
TEMP_ACT_NORM_PA_ON = 0x8,
TEMP_ACT_NORM_BTS_SRV_ON= 0x10,
};