aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/control_if.h
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10ctrl: Fix compiler warningHolger Hans Peter Freyther1-0/+1
bts_ctrl_lookup.c: In function 'bts_controlif_setup': bts_ctrl_lookup.c:97:2: warning: implicit declaration of function 'bts_ctrl_cmds_install' [-Wimplicit-function-declaration] rc = bts_ctrl_cmds_install(bts); ^
2014-08-24ctrl_if: Move control interface to port 4238Harald Welte1-1/+1
... which is now defined in libosmocore
2014-08-24add control interface to common BTS (for thermal attenuation)Harald Welte1-0/+3
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.