aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_misc.h
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <anayuso@sysmocom.de>2014-03-15 02:13:07 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-16 14:21:41 +0100
commit2dca8f37e5d44802221abb4d6fd31ec51fb9921a (patch)
tree27babc40d2002bf49a4d745656bfcd2911f0940d /src/osmo-bts-sysmo/misc/sysmobts_misc.h
parent4b614a0246ef3952407e86a89df7a437704275d1 (diff)
misc/sysmobts_misc: function for switching off/on and requesting status power
I have extended the principal function that we use for requesting information to the microcontroller for switching off/on the board and the PA. And I have extended it for requesting the power status information of the board and the PA. Signed-off-by: Alvaro Neira Ayuso <anayuso@sysmocom.de>
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_misc.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_misc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_misc.h b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
index 3c6513ee..01878f24 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_misc.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
@@ -13,6 +13,12 @@ enum sysmobts_temp_type {
_NUM_TEMP_TYPES
};
+enum sbts2050_status_rqt {
+ SBTS2050_STATUS_MASTER,
+ SBTS2050_STATUS_SLAVE,
+ SBTS2050_STATUS_PA
+};
+
struct uc {
int id;
int fd;
@@ -33,6 +39,10 @@ void sysmobts_check_temp(int no_eeprom_write);
void sbts2050_uc_check_temp(struct uc *ucontrol, int *temp_pa, int *temp_board);
+void sbts2050_uc_power(struct uc *ucontrol, int pmaster, int pslave, int ppa);
+
+int sbts2050_uc_status(struct uc *ucontrol, enum sbts2050_status_rqt status);
+
int sysmobts_update_hours(int no_epprom_write);
enum sysmobts_firmware_type {