aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc/lc15bts_temp.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-07-18 18:34:29 +0200
committerMax <msuraev@sysmocom.de>2017-07-19 11:47:47 +0200
commit2d2fca434209f96ae2c3b9e0221c6a063d23dfd9 (patch)
tree1cfb1ef45cbf0ee6eb3b2a6eb567531afe820451 /src/osmo-bts-litecell15/misc/lc15bts_temp.h
parentb2bbc819218c0f842ad00a1608725cccb780e6bd (diff)
lc15: port lc15bts-mgr changes
That's mostly changes related to lc15bts-mgr from https://gitlab.com/nrw_noa/osmo-bts branch nrw/litecell15 based on eb5b7f80510b603579f7af6d7d5ead296c2fa260 commit. I wanted to incorporate vty and hardcoded paths changes so we can use it from this point without major backward-incompatible changes as a base for future ports. Change-Id: Iabbaedc84aaaa594150a4e5445c16dd1f6f89858 Related: SYS#3679
Diffstat (limited to 'src/osmo-bts-litecell15/misc/lc15bts_temp.h')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_temp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_temp.h b/src/osmo-bts-litecell15/misc/lc15bts_temp.h
index aca8fe26..35d81f1b 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_temp.h
+++ b/src/osmo-bts-litecell15/misc/lc15bts_temp.h
@@ -5,7 +5,7 @@ enum lc15bts_temp_sensor {
LC15BTS_TEMP_SUPPLY,
LC15BTS_TEMP_SOC,
LC15BTS_TEMP_FPGA,
- LC15BTS_TEMP_LOGRF,
+ LC15BTS_TEMP_RMSDET,
LC15BTS_TEMP_OCXO,
LC15BTS_TEMP_TX0,
LC15BTS_TEMP_TX1,
@@ -22,6 +22,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, int *temp);
+
#endif