aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_vty.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+50
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+281