aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-10-28 09:42:14 +0100
committerHarald Welte <laforge@gnumonks.org>2013-10-28 10:15:47 +0100
commitb8687024eac87d325056db55ff181da2ded8a310 (patch)
tree59ed9617cbe44be065ce4fa6003f74db9d5b5592 /src/osmo-bts-sysmo/utils.h
parent501673fcf378a3b519875d6b4b77b1967038af24 (diff)
sysmobts calibration: skip bands not supported by L1
If L1 tells us that a certain band is not supported, then there is no point in even trying to read+load calibration tables from EEPROM or files.
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index df4f0a34..ff41437a 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -2,9 +2,12 @@
#define SYSMOBTS_UTILS_H
#include <stdint.h>
+#include "femtobts.h"
struct gsm_bts_trx;
+int band_femto2osmo(GsmL1_FreqBand_t band);
+
int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
int sysmobts_get_nominal_power(struct gsm_bts_trx *trx);