aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc/lc15bts_temp.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-21 18:55:01 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-08-30 14:45:02 +0200
commitf50fe6abb4a2972441a159fc210d2cacf72406f8 (patch)
tree483526037450e0b32be765630b2b246908fe8c0f /src/osmo-bts-litecell15/misc/lc15bts_temp.h
parent8a148613b4c93f5a25dd2a2d9929de75882adbc5 (diff)
Revert "LC15: Hardware changes:"sysmocom/lc15_old_firmware
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2. Needed for the litecell15 instance in our lab that still runs with older firmware. Change-Id: Ibcfe651e3793b433e6479bfb610765a468e699e6
Diffstat (limited to 'src/osmo-bts-litecell15/misc/lc15bts_temp.h')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_temp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_temp.h b/src/osmo-bts-litecell15/misc/lc15bts_temp.h
index aca8fe26..4b70cb8b 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_temp.h
+++ b/src/osmo-bts-litecell15/misc/lc15bts_temp.h
@@ -5,12 +5,11 @@ enum lc15bts_temp_sensor {
LC15BTS_TEMP_SUPPLY,
LC15BTS_TEMP_SOC,
LC15BTS_TEMP_FPGA,
- LC15BTS_TEMP_LOGRF,
- LC15BTS_TEMP_OCXO,
- LC15BTS_TEMP_TX0,
+ LC15BTS_TEMP_MEMORY,
LC15BTS_TEMP_TX1,
- LC15BTS_TEMP_PA0,
+ LC15BTS_TEMP_TX2,
LC15BTS_TEMP_PA1,
+ LC15BTS_TEMP_PA2,
_NUM_TEMP_SENSORS
};
@@ -22,6 +21,7 @@ enum lc15bts_temp_type {
_NUM_TEMP_TYPES
};
-int lc15bts_temp_get(enum lc15bts_temp_sensor sensor);
+int lc15bts_temp_get(enum lc15bts_temp_sensor sensor,
+ enum lc15bts_temp_type type);
#endif