aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-litecell15/misc/lc15bts_mgr.h')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_mgr.h22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr.h b/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
index 98bd7010..466d0b26 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
+++ b/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
@@ -21,8 +21,8 @@ enum {
#if 0
TEMP_ACT_PWR_CONTRL = 0x1,
#endif
- TEMP_ACT_PA0_OFF = 0x2,
- TEMP_ACT_PA1_OFF = 0x4,
+ TEMP_ACT_PA1_OFF = 0x2,
+ TEMP_ACT_PA2_OFF = 0x4,
TEMP_ACT_BTS_SRV_OFF = 0x10,
};
@@ -31,8 +31,8 @@ enum {
#if 0
TEMP_ACT_NORM_PW_CONTRL = 0x1,
#endif
- TEMP_ACT_NORM_PA0_ON = 0x2,
- TEMP_ACT_NORM_PA1_ON = 0x4,
+ TEMP_ACT_NORM_PA1_ON = 0x2,
+ TEMP_ACT_NORM_PA2_ON = 0x4,
TEMP_ACT_NORM_BTS_SRV_ON= 0x10,
};
@@ -62,12 +62,11 @@ enum mgr_vty_node {
LIMIT_SUPPLY_NODE,
LIMIT_SOC_NODE,
LIMIT_FPGA_NODE,
- LIMIT_LOGRF_NODE,
- LIMIT_OCXO_NODE,
- LIMIT_TX0_NODE,
+ LIMIT_MEMORY_NODE,
LIMIT_TX1_NODE,
- LIMIT_PA0_NODE,
+ LIMIT_TX2_NODE,
LIMIT_PA1_NODE,
+ LIMIT_PA2_NODE,
};
struct lc15bts_mgr_instance {
@@ -83,12 +82,11 @@ struct lc15bts_mgr_instance {
struct lc15bts_temp_limit supply_limit;
struct lc15bts_temp_limit soc_limit;
struct lc15bts_temp_limit fpga_limit;
- struct lc15bts_temp_limit logrf_limit;
- struct lc15bts_temp_limit ocxo_limit;
- struct lc15bts_temp_limit tx0_limit;
+ struct lc15bts_temp_limit memory_limit;
struct lc15bts_temp_limit tx1_limit;
- struct lc15bts_temp_limit pa0_limit;
+ struct lc15bts_temp_limit tx2_limit;
struct lc15bts_temp_limit pa1_limit;
+ struct lc15bts_temp_limit pa2_limit;
} temp;
struct {