sysmobts: Comment out the varpoware options that are not implemented

This commit is contained in:
Holger Hans Peter Freyther 2014-12-16 19:09:30 +01:00
parent ffc193443c
commit 02a2afa962
1 changed files with 4 additions and 0 deletions

View File

@ -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,
};