aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/tx_power.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17Fix license headers.Harald Welte1-1/+1
2022-12-21shutdown_fsm: Add power_ramp_force() to jump straight to the tgt powerDaniel Willmann1-3/+7
2021-10-18bts_shutdown_fsm: Make sure pending power ramping are aborted before closing TRXPau Espin Pedrol1-1/+7
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy1-2/+2
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy1-18/+18
2020-08-18common: tx_power: Fix bug in power ramp up below max-initial valuePau Espin Pedrol1-1/+1
2020-07-27tx_power: Take into account max-initial when ramping up bigger power lvl inte...Pau Espin Pedrol1-1/+3
2020-07-27vty: Allow setting power-ramp max-initial to negative valuesPau Espin Pedrol1-2/+2
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol1-0/+1
2020-06-27tx_power: Support controlling BTS with nominal tx pwr < 0dBmPau Espin Pedrol1-2/+2
2020-06-19tx_power: Log bypass param in power_ramp_startPau Espin Pedrol1-2/+2
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-2/+6
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol1-10/+10
2020-06-15A-bis/RSL: refactor handling of BS Power IE (power reduction)Vadim Yanitskiy1-7/+7
2018-02-19Cosmetic fixes for power ramping code.Stefan Sperling1-2/+2
2017-04-06sysmobts: Don't start with 0dBm TRX output power before rampingHarald Welte1-0/+15
2017-02-07tx_power: Change PA calibration tables to use delta valesHarald Welte1-2/+2
2017-02-07tx_power: various cosmetic fixes in commentsHarald Welte1-5/+5
2014-08-25tx_power: Check actual TRX output power against intended valueHarald Welte1-0/+18
2014-08-25tx: Fix another typo i found today morningHolger Hans Peter Freyther1-1/+1
2014-08-25tx_power.c: fix potential array out-of-bounds accessHarald Welte1-1/+1
2014-08-25tx_power.c: Fix typos in commentsHarald Welte1-2/+2
2014-08-24New generic transmit power handlingHarald Welte1-0/+273