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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
index fde28e8a..0a32c281 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_mgr.h
@@ -14,9 +14,8 @@ enum {
enum {
#if 0
TEMP_ACT_PWR_CONTRL = 0x1,
- TEMP_ACT_MASTER_OFF = 0x2,
- TEMP_ACT_SLAVE_OFF = 0x4,
#endif
+ TEMP_ACT_SLAVE_OFF = 0x4,
TEMP_ACT_PA_OFF = 0x8,
TEMP_ACT_BTS_SRV_OFF = 0x10,
};
@@ -25,9 +24,8 @@ enum {
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_SLAVE_ON = 0x4,
TEMP_ACT_NORM_PA_ON = 0x8,
TEMP_ACT_NORM_BTS_SRV_ON= 0x10,
};