aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysmobts: Add a manual ms power level controlzecke/power-controlHolger Hans Peter Freyther2014-12-1110-15/+201
* 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
* fix build problem introduced with control interfaceHarald Welte2014-08-243-3/+3
* use libocmocore #defines for VTY port numbersHarald Welte2014-08-242-2/+4
* ctrl_if: Move control interface to port 4238Harald Welte2014-08-243-4/+6
* add control interface to common BTS (for thermal attenuation)Harald Welte2014-08-245-1/+190
* New generic transmit power handlingHarald Welte2014-08-2413-152/+455
* remove copy of gsm_bts_num()Harald Welte2014-08-241-15/+0
* sysmobts: Use the uc connection on both slave and masterHolger Hans Peter Freyther2014-08-223-6/+11
* Merge branch 'sysmocom/features/sysmobts-mgr-temp'Holger Hans Peter Freyther2014-08-219-203/+780
|\
| * sysmobts: Enable the PA on start and disable it as first actionHolger Hans Peter Freyther2014-08-215-6/+66
| * sysmobts: Show the current temperature controls state int he VTYHolger Hans Peter Freyther2014-08-213-0/+8
| * sysmobts: Provide information about the state transitionsHolger Hans Peter Freyther2014-08-211-0/+12
| * sysmobts: Implement a small state machine for temp controlHolger Hans Peter Freyther2014-08-216-7/+206
| * sysmobts: Remove the sbt2050 timer and move defines backHolger Hans Peter Freyther2014-08-213-19/+6
| * sysmobts: Simplify some includes/dependenciesHolger Hans Peter Freyther2014-08-213-19/+1
| * sysmobts: Begin to add various limits and actionsHolger Hans Peter Freyther2014-08-213-13/+275
| * sysmobts: Fix the temperature log message alignmentHolger Hans Peter Freyther2014-08-211-1/+1
| * sysmobts: Move ipaccess-find counterpart to a dedicated source fileHolger Hans Peter Freyther2014-08-215-145/+212
|/
* sysmobts: Fix the build when no 2050 uc header file was foundHolger Hans Peter Freyther2014-08-211-0/+14
* Merge branch 'sysmocom/features/sysmobts-mgr'Holger Hans Peter Freyther2014-08-214-49/+133
|\
| * sysmobts: Fix the power request resultHolger Hans Peter Freyther2014-08-213-25/+63
| * sysmobts: Read the temperature sensors on the deviceHolger Hans Peter Freyther2014-08-211-0/+16
| * sysmobts: Add is_sbts2050_masterHolger Hans Peter Freyther2014-08-213-4/+11
| * sysmobts: Read the model number and trx once from the deviceHolger Hans Peter Freyther2014-08-213-21/+43