aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/sysmobts-calib
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11sysmobts-calib: Warn about firmware and header mismatchHolger Hans Peter Freyther1-1/+18
sysmobts-calib might be easily patched by a user that does not know that firmware and firmware headers form a contract that should be matched. Compare the version numbers and print a warning if it does not look correct. This should be enough for a user to see that something is not right. Continue anyway as the firmware might still be compatible (because the ABI has not changed). Fixes: SYS#1172
2014-01-21sysmobts: Honor the LDFLAGS when building the sysmobts-calib utilityHolger Hans Peter Freyther1-1/+1
Address warning during system builds. Addresses: WARNING: QA Issue: No GNU_HASH in the elf binary...
2013-12-20contrib: Remove the stray "FIVE" print it doesn't make any senseHolger Hans Peter Freyther1-1/+0
2013-07-26sysmobts-calib: For gps the sign/difference appears to be differentHolger Hans Peter Freyther1-0/+10
For the sysmoBTS 2050 this appears to have a different sign. We can't test this with NWL right now so we will need to see if this is a case of ping/pong.
2013-02-13calib: Attempt to follow the PCH as well and print the SAPI..Holger Hans Peter Freyther3-13/+61
AGCH is reported as part of the PCH because we are not searching for the BS-AG-BLKS-RES inside the SI3 and do not use MphConfigReq to change this setting.
2013-02-13calib: Print the frame number decoded as t1/t2/t3Holger Hans Peter Freyther2-2/+9
2013-02-13calib: Provide the fn and block number for each frameHolger Hans Peter Freyther3-3/+7
2013-01-15calibration: The clock error is absolute for anything but the netlistenHolger Hans Peter Freyther1-3/+20
We only need to run this once and we know the clock error. In case it is 0/0 we know that we didn't receive one of the two clocks. This could be because the GPS doesn't have a fix. I accidently pushed this code into the master branch and it is too late to rebase.
2013-01-12WIP... use gps for calibration..Holger Hans Peter Freyther3-9/+27
2013-01-11add PCU respawning to contrib screenrc and respawn scriptsHarald Welte1-8/+21
2012-07-22determine (and use) the API version as indicated in the header filesHarald Welte2-2/+17
From our header files v2.4 onwards, we include some macros that allow us to do compile-time checks for the API header version. As older headers don't have those macros, we have to fall back to assume it will be v2.2
2012-07-20sysmobts-calib: Add support for pre-production revb hardwareHolger Hans Peter Freyther1-2/+11
The board version wasn't exposed in the revb DSP interface.
2012-07-12calib: Create a new header file and move it.Holger Hans Peter Freyther3-15/+23
2012-07-12calib: Add code to change the BSIC/TSC before following the BCCH.Holger Hans Peter Freyther2-1/+64
2012-07-11calib: Use base 16 encoding for the dsp trace flagsHolger Hans Peter Freyther1-1/+1
2012-07-05calib: Add a mode to follow the BCCH of a given cell.Holger Hans Peter Freyther3-3/+71
2012-06-12sysmobts-calib: Add a utility to calibrate the sysmobts v2 hardwareHolger Hans Peter Freyther3-0/+1096
It has been tested with the OCXO and the network listen mode of the firmware. For other sources we are not required to synchronize to the network and the tool needs to be adjusted.