aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/misc/sysmobts_misc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-31 20:56:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-21 16:25:07 +0200
commitb1ceb403630d093c364736def15b7c9f48f6fed0 (patch)
tree7ccf4227e0d4e9cd101ff8f971045ef2c97e8aa4 /src/osmo-bts-sysmo/misc/sysmobts_misc.h
parent3ecb2bb60472ea291a5f13b4babe6fd9a7fba028 (diff)
sysmobts: Read the model number and trx once from the device
Use it for the ipaccess-find response and for the sysmobts classification code. This can be used by the vty in a second.
Diffstat (limited to 'src/osmo-bts-sysmo/misc/sysmobts_misc.h')
-rw-r--r--src/osmo-bts-sysmo/misc/sysmobts_misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/misc/sysmobts_misc.h b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
index f3b85c2c..baa39889 100644
--- a/src/osmo-bts-sysmo/misc/sysmobts_misc.h
+++ b/src/osmo-bts-sysmo/misc/sysmobts_misc.h
@@ -43,6 +43,9 @@ enum sysmobts_firmware_type {
int sysmobts_firmware_reload(enum sysmobts_firmware_type type);
+int is_sbts2050(void);
+int is_sbts2050_trx(int);
+
void sbts2050_uc_check_temp(int *temp_pa, int *temp_board);
void sbts2050_uc_set_power(int pmaster, int pslave, int ppa);
int sbts2050_uc_get_status(enum sbts2050_status_rqt status);