aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
diff options
context:
space:
mode:
authorMinh-Quang Nguyen <minh-quang.nguyen@nutaq.com>2016-06-09 16:19:12 -0400
committerHarald Welte <laforge@gnumonks.org>2016-06-15 09:44:58 +0000
commitcbbce0be0965c3160c4916384c3d3d5303c57ae2 (patch)
tree5d440086701274a80b37e7b8d557c0fba00dae6e /src/osmo-bts-litecell15/misc/lc15bts_mgr.h
parentd0d2c9217a909c1455dfabb26cd3e678493490d9 (diff)
LC15: Hardware changes:
- Change system devices path - Remove obsoleted sensors and add new sensors - Change TRX and sensors numbering to 0,1 instead of 1,2 (JFD) Change-Id: I5172daf68d3145a6398e37df87df21b0e5affe42
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, 12 insertions, 10 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_mgr.h b/src/osmo-bts-litecell15/misc/lc15bts_mgr.h
index 466d0b26..98bd7010 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_PA1_OFF = 0x2,
- TEMP_ACT_PA2_OFF = 0x4,
+ TEMP_ACT_PA0_OFF = 0x2,
+ TEMP_ACT_PA1_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_PA1_ON = 0x2,
- TEMP_ACT_NORM_PA2_ON = 0x4,
+ TEMP_ACT_NORM_PA0_ON = 0x2,
+ TEMP_ACT_NORM_PA1_ON = 0x4,
TEMP_ACT_NORM_BTS_SRV_ON= 0x10,
};
@@ -62,11 +62,12 @@ enum mgr_vty_node {
LIMIT_SUPPLY_NODE,
LIMIT_SOC_NODE,
LIMIT_FPGA_NODE,
- LIMIT_MEMORY_NODE,
+ LIMIT_LOGRF_NODE,
+ LIMIT_OCXO_NODE,
+ LIMIT_TX0_NODE,
LIMIT_TX1_NODE,
- LIMIT_TX2_NODE,
+ LIMIT_PA0_NODE,
LIMIT_PA1_NODE,
- LIMIT_PA2_NODE,
};
struct lc15bts_mgr_instance {
@@ -82,11 +83,12 @@ 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 memory_limit;
+ struct lc15bts_temp_limit logrf_limit;
+ struct lc15bts_temp_limit ocxo_limit;
+ struct lc15bts_temp_limit tx0_limit;
struct lc15bts_temp_limit tx1_limit;
- struct lc15bts_temp_limit tx2_limit;
+ struct lc15bts_temp_limit pa0_limit;
struct lc15bts_temp_limit pa1_limit;
- struct lc15bts_temp_limit pa2_limit;
} temp;
struct {