From ef1671c6ed3362958b95a7074c8d2242b756c6cf Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 29 Oct 2020 06:40:58 +0700 Subject: osmo-bts-lc15: use consistent name for containing directory The binary is called 'osmo-bts-lc15', while the containing folder is named 'osmo-bts-litecell15'. This inconsistency complicates automatic generation of the XML VTY reference - fix it. Change-Id: I55c073fbd01aee42871101401d76d87e7c91832e Related: SYS#4937, OS#3036 --- src/osmo-bts-litecell15/misc/lc15bts_temp.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/osmo-bts-litecell15/misc/lc15bts_temp.h (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 deleted file mode 100644 index 35d81f1b..00000000 --- a/src/osmo-bts-litecell15/misc/lc15bts_temp.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef _LC15BTS_TEMP_H -#define _LC15BTS_TEMP_H - -enum lc15bts_temp_sensor { - LC15BTS_TEMP_SUPPLY, - LC15BTS_TEMP_SOC, - LC15BTS_TEMP_FPGA, - LC15BTS_TEMP_RMSDET, - LC15BTS_TEMP_OCXO, - LC15BTS_TEMP_TX0, - LC15BTS_TEMP_TX1, - LC15BTS_TEMP_PA0, - LC15BTS_TEMP_PA1, - _NUM_TEMP_SENSORS -}; - -enum lc15bts_temp_type { - LC15BTS_TEMP_INPUT, - LC15BTS_TEMP_LOWEST, - LC15BTS_TEMP_HIGHEST, - LC15BTS_TEMP_FAULT, - _NUM_TEMP_TYPES -}; - -int lc15bts_temp_get(enum lc15bts_temp_sensor sensor, int *temp); - - -#endif -- cgit v1.2.3