aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/calib_file.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-24l1_if: pass private 'void *data' from call to callbackHarald Welte1-3/+5
2013-12-12sysmobts: Fix compiler warning by including utils.hHolger Hans Peter Freyther1-0/+1
2013-12-12sysmobts: Remove stray semicolon from the PCU band filtering code.Holger Hans Peter Freyther1-1/+1
2013-10-28sysmobts calibration: Load further tables even if one failsHarald Welte1-1/+11
2013-10-28sysmobts calibration: skip bands not supported by L1Harald Welte1-5/+24
2013-10-28sysmbts calibration: print error if we fail to read from EEPROMHarald Welte1-2/+10
2013-07-16calib: The call to fscanf can fail and we should check the return valueHolger Hans Peter Freyther1-4/+14
2013-07-04sysmobts: Add a method to free cached epprom resourcesHolger Hans Peter Freyther1-0/+1
2013-07-04sysmobts: Read the mac and determine fixup only once during startHolger Hans Peter Freyther1-8/+24
2013-06-24calib: Attempt to fix the build for v2.7 of the api headersHolger Hans Peter Freyther1-0/+2
2013-06-24calib: Attempt to fix the build for v2.7 of the api headersHolger Hans Peter Freyther1-0/+2
2013-06-24sysmobts: Fix potential memory leaks in the prim callback handlingHolger Hans Peter Freyther1-0/+2
2013-06-22calib: Add fixup for incompatible calib data / firmware versionHarald Welte1-0/+49
2013-06-22calib: Read calibration data from EEPROM, not just filesHarald Welte1-3/+72
2013-02-27calib: Use 2.4.0 as cut-off for the firmware, log errorsHolger Hans Peter Freyther1-2/+6
2013-02-27sysmobts: Remove the is_system_primitive from l1if_req_complHolger Hans Peter Freyther1-1/+1
2013-02-27sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther1-3/+2
2013-02-27sysmobts: Remove the trx parameter from the signatureHolger Hans Peter Freyther1-1/+1
2013-02-27sysmobts: Embed the calib state in the femtol1_hdl and use hdl->privHolger Hans Peter Freyther1-17/+9
2012-11-18Ensure osmo-bts builds agsainst sysmobts-v1 headers (again)Harald Welte1-0/+1
2012-10-28sysmobts: Add support for reading calibration tables0.1.0Harald Welte1-8/+80
2012-10-27sysmobts: Add code to read calibration filesHarald Welte1-0/+202