From 2d2fca434209f96ae2c3b9e0221c6a063d23dfd9 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 18 Jul 2017 18:34:29 +0200 Subject: 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 --- src/osmo-bts-litecell15/misc/lc15bts_temp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/osmo-bts-litecell15/misc/lc15bts_temp.h') 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 -- cgit v1.2.3