aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-litecell15/misc/lc15bts_temp.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 06:40:58 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-11-05 03:39:50 +0700
commitef1671c6ed3362958b95a7074c8d2242b756c6cf (patch)
tree1c80d546d39abcee29b0924e251a58b451c20369 /src/osmo-bts-litecell15/misc/lc15bts_temp.h
parent44d25af9cd1288feda867ce60c636d9334521c4f (diff)
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
Diffstat (limited to 'src/osmo-bts-litecell15/misc/lc15bts_temp.h')
-rw-r--r--src/osmo-bts-litecell15/misc/lc15bts_temp.h28
1 files changed, 0 insertions, 28 deletions
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