aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/eeprom.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2013-06-22 18:41:11 +0200
committerHarald Welte <laforge@gnumonks.org>2013-06-22 19:30:55 +0200
commit40ca16766d3820385d26bb06856fdb5b94f9e33e (patch)
tree6fd7e3217d1bb4c1d917e472a315cfb0fc93fb68 /src/osmo-bts-sysmo/eeprom.h
parent256326775781b6c46ebbe0ccf311e2d971b9de9a (diff)
calib: Add fixup for incompatible calib data / firmware version
For certain sysmoBTS units, a fixup to the calibration table is needed, if the firmware is >= 3.3.0.
Diffstat (limited to 'src/osmo-bts-sysmo/eeprom.h')
-rw-r--r--src/osmo-bts-sysmo/eeprom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/eeprom.h b/src/osmo-bts-sysmo/eeprom.h
index 63bbe6cd..28628bc7 100644
--- a/src/osmo-bts-sysmo/eeprom.h
+++ b/src/osmo-bts-sysmo/eeprom.h
@@ -132,6 +132,8 @@ typedef struct eeprom_RxCal
* Public functions *
****************************************************************************/
+eeprom_Error_t eeprom_ReadEthAddr( uint8_t *ethaddr );
+
/****************************************************************************
* Function : eeprom_ResetCfg
************************************************************************//**