aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts_ctrl_lookup.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol1-0/+1
Move all struct gsm_bts_trx references from bulky gsm_data to its own file containing all related definitions and implementations. Also move a few functions clearly related to that object which were placed in bts.* Change-Id: Iebaf5b221c48b571f45408af867ce6f9c0cd9f4a
2017-01-10CTRL: make the CTRL-Interface IP address configurablePhilipp1-2/+4
Currently the IP address where the control interface is bound to is hardcoded to 127.0.0.1. This leads to problems with multiple instances on one and the same machine. This commit integrates the ctrl interface bind option into the VTY, so that we can bind the ctrl interface to any IP address, just like we do it with the VTY already. Change-Id: If51e0c645c0789a4f4a8c51737fb81fb12f80829
2016-02-03fix compile warningsHarald Welte1-0/+1
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+7
This is one step in making the main() functions of different BTS models more similar, so we can share one code rather than multiple copies of it.
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte1-0/+1
2014-08-24ctrl_if: Move control interface to port 4238Harald Welte1-2/+3
... which is now defined in libosmocore
2014-08-24add control interface to common BTS (for thermal attenuation)Harald Welte1-0/+103
Using this control interface, an external program can request attentuation of the transmitter for thermal management reasons. The external application doesn't have to know anthing about the actual transmit power, but it can just configure a certian value of milli-dB (1/10000 bel) and update (increase/decrease) that value depending on the thermal environment.