aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysmobts: Create a calibration loop that will be runzecke/sysmobts-calibrationHolger Hans Peter Freyther2015-01-062-21/+64
* sysmobts: Start the calibration the first time the link is upHolger Hans Peter Freyther2015-01-062-0/+13
* sysmobts: Initial version to use libgps to determine FIX stateHolger Hans Peter Freyther2015-01-064-4/+116
* sysmobts: The correction for GPS is in the reverse directionHolger Hans Peter Freyther2015-01-061-3/+18
* sysmobts: Use the ctrl interface for calibrationHolger Hans Peter Freyther2015-01-064-5/+261
* sysmobts: Copy more of l1if_rf_clock_info_reset into the CTRL codeHolger Hans Peter Freyther2015-01-061-0/+17
* sysmobts: Begin with calib control from the sysmobts managerHolger Hans Peter Freyther2015-01-065-2/+155
* msg: Generalize the message structure testHolger Hans Peter Freyther2015-01-061-8/+10
* SMS-CB: Clean up + centralize generation of NULL blockHarald Welte2014-12-301-11/+22
* SMS-CB: Use GSM412_SEQ_NULL_MSG rather than 0xfHarald Welte2014-12-301-1/+1
* SMS-CB: use gsm412_block_type from libosmocoreHarald Welte2014-12-301-9/+1
* SMS-CB: Use GSM412_ #defines from libosmocore rather than our ownHarald Welte2014-12-301-10/+8
* CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte2014-12-309-7/+254
* Initial CBCH supportHarald Welte2014-12-309-5/+60
* sysmobts: Include the serial number in the find responseHolger Hans Peter Freyther2014-12-261-1/+10
* sysmobts: Add slave on/off action for the sysmoBTS2050Holger Hans Peter Freyther2014-12-165-10/+97
* sysmobts: Comment out the varpoware options that are not implementedHolger Hans Peter Freyther2014-12-161-0/+4
* sysmobts: Add "normal" actions to executeHolger Hans Peter Freyther2014-12-163-10/+113
* sysmobts: Remove unused global variablesHolger Hans Peter Freyther2014-12-162-4/+0
* sysmobts: Read the clock calibration from another placeHolger Hans Peter Freyther2014-12-164-11/+42
* sysmobts: Don't list non integer parameters in the helpHolger Hans Peter Freyther2014-12-163-2/+23
* eeprom: Fix brown paper bag introduced a long while agoHolger Hans Peter Freyther2014-12-161-1/+1
* sysmobts: Add an option to stop the systemd sysmobts.serviceHolger Hans Peter Freyther2014-12-123-0/+34
* sysmobts: Actions can be executed in all levelsHolger Hans Peter Freyther2014-12-121-20/+25
* bts: Move BTS and children into the enabled state after opstartHolger Hans Peter Freyther2014-11-101-0/+6
* bts: Start with the site manager being enabled and availableHolger Hans Peter Freyther2014-11-101-0/+3
* bts: Mark NSVC1 as offline. We do not expose a second NSVCHolger Hans Peter Freyther2014-11-101-1/+1
* bts: Fix typo in OML commentHolger Hans Peter Freyther2014-11-101-1/+1
* bts: In case the line isn't created do not exit with code 1Holger Hans Peter Freyther2014-11-101-1/+1
* ctrl: Fix compiler warningHolger Hans Peter Freyther2014-11-101-0/+1
* abis: Fix compiler warning and remove const from syntaxHolger Hans Peter Freyther2014-11-102-4/+4
* tch: Avoid compiler warnings when using the direct RTP modeHolger Hans Peter Freyther2014-11-101-1/+4
* sysmobts: Call the routine send and receive instead of getHolger Hans Peter Freyther2014-11-101-4/+4
* Correctly fill system information messages from BSCAndreas Eversberg2014-08-271-2/+7
* tx_power: Check actual TRX output power against intended valueHarald Welte2014-08-253-0/+23
* Revert "add nominal transmit power for upcoming sysmoBTS 1020 and 1100"Harald Welte2014-08-251-6/+0
* tx: Generate a working configuration file on "write"Holger Hans Peter Freyther2014-08-251-2/+2
* tx: Fix another typo i found today morningHolger Hans Peter Freyther2014-08-251-1/+1
* sysmobts: Remove left-over from non-generic power controlHolger Hans Peter Freyther2014-08-251-5/+0
* ctrl: Use msgb_free to free messageHolger Hans Peter Freyther2014-08-251-8/+8
* tx_power.c: fix potential array out-of-bounds accessHarald Welte2014-08-251-1/+1
* make use of libosmocore 'gsm_meas_rep_unidir'Harald Welte2014-08-251-8/+10
* add nominal transmit power for upcoming sysmoBTS 1020 and 1100Harald Welte2014-08-251-0/+6
* tx_power.c: Fix typos in commentsHarald Welte2014-08-251-2/+2
* add information on unit (milli-dB) to control interface docHarald Welte2014-08-251-3/+7
* disable clock control interface on HW_SYSMOBTS_V1Harald Welte2014-08-241-0/+4
* add control_if.h to Makefile.amHarald Welte2014-08-241-1/+1
* add a small document describing the use of the control interfaceHarald Welte2014-08-241-0/+57
* ctrl: Add sysmobts control interfaceHarald Welte2014-08-243-1/+255
* l1_if: pass private 'void *data' from call to callbackHarald Welte2014-08-244-44/+62