aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-07-02sysmobts: Store the netmask as suffixsysmocom/old-stableHolger Hans Peter Freyther2-15/+38
2016-07-02sysmobts: Store a simple network config in the EEPROM as wellHolger Hans Peter Freyther4-8/+168
2016-07-02sysmobts: Make reservation for mode/netmask/ip and sucHolger Hans Peter Freyther2-1/+16
2016-07-02sysmobts: Fix eeprom padding before gpg keyHolger Hans Peter Freyther2-1/+7
2016-07-02sysmobts: Add the barebox boot state reservationHolger Hans Peter Freyther1-1/+2
2016-06-09sysmobts: Catch up with the API changes and specify the versionHolger Hans Peter Freyther2-0/+15
2016-06-09sysmobts: support eeprom map version 2Minh-Quang Nguyen2-61/+446
2016-05-13sysmobts: Read the clock calibration from another placeHolger Hans Peter Freyther4-11/+42
2016-05-13sysmobts: Don't list non integer parameters in the helpHolger Hans Peter Freyther3-2/+23
2016-05-13eeprom: Fix brown paper bag introduced a long while agoHolger Hans Peter Freyther1-1/+1
2016-05-13Correctly fill system information messages from BSCAndreas Eversberg1-2/+7
2014-08-25tx: Generate a working configuration file on "write"Holger Hans Peter Freyther1-2/+2
2014-08-25tx: Fix another typo i found today morningHolger Hans Peter Freyther1-1/+1
2014-08-25sysmobts: Remove left-over from non-generic power controlHolger Hans Peter Freyther1-5/+0
2014-08-25ctrl: Use msgb_free to free messageHolger Hans Peter Freyther1-8/+8
2014-08-25tx_power.c: fix potential array out-of-bounds accessHarald Welte1-1/+1
2014-08-25make use of libosmocore 'gsm_meas_rep_unidir'Harald Welte1-8/+10
2014-08-25add nominal transmit power for upcoming sysmoBTS 1020 and 1100Harald Welte1-0/+6
2014-08-25tx_power.c: Fix typos in commentsHarald Welte1-2/+2
2014-08-25add information on unit (milli-dB) to control interface docHarald Welte1-3/+7
2014-08-24disable clock control interface on HW_SYSMOBTS_V1Harald Welte1-0/+4
2014-08-24add control_if.h to Makefile.amHarald Welte1-1/+1
2014-08-24add a small document describing the use of the control interfaceHarald Welte1-0/+57
2014-08-24ctrl: Add sysmobts control interfaceHarald Welte3-1/+255
2014-08-24l1_if: pass private 'void *data' from call to callbackHarald Welte4-44/+62
2014-08-24fix build problem introduced with control interfaceHarald Welte3-3/+3
2014-08-24use libocmocore #defines for VTY port numbersHarald Welte2-2/+4
2014-08-24ctrl_if: Move control interface to port 4238Harald Welte3-4/+6
2014-08-24add control interface to common BTS (for thermal attenuation)Harald Welte5-1/+190
2014-08-24New generic transmit power handlingHarald Welte13-152/+455
2014-08-24remove copy of gsm_bts_num()Harald Welte1-15/+0
2014-08-22sysmobts: Use the uc connection on both slave and masterHolger Hans Peter Freyther3-6/+11
2014-08-21Merge branch 'sysmocom/features/sysmobts-mgr-temp'Holger Hans Peter Freyther9-203/+780
2014-08-21sysmobts: Enable the PA on start and disable it as first actionHolger Hans Peter Freyther5-6/+66
2014-08-21sysmobts: Show the current temperature controls state int he VTYHolger Hans Peter Freyther3-0/+8
2014-08-21sysmobts: Provide information about the state transitionsHolger Hans Peter Freyther1-0/+12
2014-08-21sysmobts: Implement a small state machine for temp controlHolger Hans Peter Freyther6-7/+206
2014-08-21sysmobts: Remove the sbt2050 timer and move defines backHolger Hans Peter Freyther3-19/+6
2014-08-21sysmobts: Simplify some includes/dependenciesHolger Hans Peter Freyther3-19/+1
2014-08-21sysmobts: Begin to add various limits and actionsHolger Hans Peter Freyther3-13/+275
2014-08-21sysmobts: Fix the temperature log message alignmentHolger Hans Peter Freyther1-1/+1
2014-08-21sysmobts: Move ipaccess-find counterpart to a dedicated source fileHolger Hans Peter Freyther5-145/+212
2014-08-21sysmobts: Fix the build when no 2050 uc header file was foundHolger Hans Peter Freyther1-0/+14
2014-08-21Merge branch 'sysmocom/features/sysmobts-mgr'Holger Hans Peter Freyther4-49/+133
2014-08-21sysmobts: Fix the power request resultHolger Hans Peter Freyther3-25/+63
2014-08-21sysmobts: Read the temperature sensors on the deviceHolger Hans Peter Freyther1-0/+16
2014-08-21sysmobts: Add is_sbts2050_masterHolger Hans Peter Freyther3-4/+11
2014-08-21sysmobts: Read the model number and trx once from the deviceHolger Hans Peter Freyther3-21/+43
2014-08-21sysmobts: Initialize fd with an invalid fdHolger Hans Peter Freyther1-1/+2
2014-08-21Merge commit 'sysmocom/features/sysmobts-mgr-vty'Holger Hans Peter Freyther11-345/+562