aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13osmo-bts-trx: refactor 'maxdly' / 'maxdlynb' commandsVadim Yanitskiy1-28/+13
2021-10-12osmo-trx: fix maxdlyEric1-2/+2
2021-06-18osmo-bts-trx: measure interference levels on TRXC_IDLEVadim Yanitskiy1-0/+3
2021-06-18osmo-bts-trx: print timeslot brief info in 'show transceiver'Vadim Yanitskiy1-0/+14
2021-06-18osmo-bts-trx: fix copy-pasted comment: s/sysmoBTS/osmo-bts-trx/Vadim Yanitskiy1-1/+1
2021-06-18osmo-bts-trx: fix typo: s/bisc/bsic/ in 'show transceiver'Vadim Yanitskiy1-1/+1
2021-06-04[VAMOS] osmo-bts-trx: properly handle per-timeslot TSC valuesVadim Yanitskiy1-6/+13
2021-05-19osmo-bts-{trx,virtual}: fix: pinst->trx may be NULLVadim Yanitskiy1-5/+11
2021-04-21osmo-bts-trx: cosmetic: TRXD 'header version' -> 'PDU version'Vadim Yanitskiy1-6/+6
2021-04-16osmo-bts-trx: correct definition of 'osmotrx rx-gain' commandVadim Yanitskiy1-7/+6
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy1-1/+3
2021-01-07osmo-bts-trx: vty: clarify and improve some deprecation messagesVadim Yanitskiy1-4/+8
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy1-1/+1
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-1/+1
2020-11-02vty: call bts_model_vty_init() from bts_vty_init()Vadim Yanitskiy1-8/+3
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-72/+86
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-4/+4
2020-07-22bts-trx: Use bool type for on/off state variablesPau Espin Pedrol1-3/+3
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-0/+1
2020-06-23bts-trx: Mark 'osmotrx power' VTY cmd as deprecatedPau Espin Pedrol1-1/+5
2020-06-12bts-trx: Introduce helper func l1if_trx_set_nominal_powerPau Espin Pedrol1-2/+1
2020-06-12bts-trx: Implement power ramping during BTS bring upPau Espin Pedrol1-50/+17
2020-06-03bts-trx: vty: Add 'nominal-tx-power' cmdPau Espin Pedrol1-0/+39
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier1-10/+4
2019-11-30bts-trx: Drop low layer MS Power Control Loop algoPau Espin Pedrol1-12/+5
2019-10-05bts-trx: Get rid of messy transceiver_available state handlerPau Espin Pedrol1-6/+0
2019-10-05bts-trx: Rework code handling poweron statePau Espin Pedrol1-2/+2
2019-10-05bts-trx: vty: Print phy link state in cmd 'show transceiver'Pau Espin Pedrol1-1/+4
2019-09-27bts-trx: vty: Use API to get poweron statePau Espin Pedrol1-1/+1
2019-07-23bts-trx: Introduce VTY command osmotrx trxd-max-versionPau Espin Pedrol1-0/+27
2019-07-17fix spelling stuff mentioned by lintianThorsten Alteholz1-1/+1
2018-11-19osmo-bts-trx: print TRX socket addresses in 'show transceiver'Max1-1/+4
2017-10-18osmo-bts-trx: vty: various fixes of 'write file' and docNeels Hofmeyr1-5/+9
2017-08-24osmo-bts-trx: remove global variables from loopsMax1-27/+33
2017-08-24osmo-bts-trx: fix 'osmotrx legacy-setbsic'Max1-3/+3
2017-08-09TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte1-54/+29
2017-06-28TRX: Use timerfd and CLOCK_MONOTONIC for GSM frame timerHarald Welte1-2/+1
2017-06-06trx: Save osmotrx base-port vty propertiesPau Espin Pedrol1-0/+7
2017-06-06trx: Allow BTS and TRX to be on different IPsPau Espin Pedrol1-8/+30
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov1-50/+58
2016-12-01trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.Alexander Chemeris1-1/+53
2016-06-16TRX: Add vty command to power on/off transceiverMax1-0/+19
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-148/+233
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-1/+1
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+5
2016-01-16TRX: Don't use magic numbers when we have #definesHarald Welte1-2/+2
2015-09-22TRX: Add VTY option to allow setting RTS advance in framesAndreas Eversberg1-1/+15
2015-09-22trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg1-2/+26
2015-09-22TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg1-11/+11
2015-09-22TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg1-0/+52