aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_if.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-30osmo-bts-trx: enlarge and share TRXD message bufferVadim Yanitskiy1-2/+2
2021-04-24osmo-bts-trx: define TRXC/TRXD message buffer sizeVadim Yanitskiy1-0/+5
2021-04-21osmo-bts-trx: cosmetic: use '#pragma once' in trx_if.hVadim Yanitskiy1-4/+1
2021-04-21osmo-bts-trx: cosmetic: TRXD 'header version' -> 'PDU version'Vadim Yanitskiy1-2/+2
2020-09-07bts-trx: Use TRXC RFMUTE instead of resetting the schedulerPau Espin Pedrol1-0/+1
2020-07-22bts-trx: Integrate TRX provisioning logic more tightly into the FSMPau Espin Pedrol1-5/+6
2020-06-27tx_power: Support controlling BTS with nominal tx pwr < 0dBmPau Espin Pedrol1-1/+1
2020-06-15osmo-bts-trx: introduce and use struct trx_dl_burst_reqVadim Yanitskiy1-2/+2
2020-06-12bts-trx: Use TRXC cmd NOMTXPOWER to retrieve nominal tx power from osmo-trxPau Espin Pedrol1-0/+2
2020-06-12bts-trx: Rename setpower TRXC functions to describe they use power attenuationPau Espin Pedrol1-2/+2
2020-06-12bts-trx: Implement power ramping during BTS bring upPau Espin Pedrol1-1/+2
2019-10-05bts-trx: Get rid of messy transceiver_available state handlerPau Espin Pedrol1-2/+0
2019-10-05bts-trx: Rework code handling poweron statePau Espin Pedrol1-2/+3
2019-07-16osmo-bts-trx/trx_if.c: add TRXD header version negotiationVadim Yanitskiy1-0/+6
2018-12-04bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOTPau Espin Pedrol1-1/+4
2018-11-20bts-trx: setup timer once at creation timePau Espin Pedrol1-0/+1
2018-01-19bts-trx: trx_if.c: Improve parsing of received RSP messages from TRXPau Espin Pedrol1-1/+3
2017-08-09TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte1-2/+0
2017-08-09TRX: Remove bogus extern global variable declarationsHarald Welte1-2/+0
2017-07-01TRX: merge/simplify l1_if and trx_if codeHarald Welte1-3/+0
2017-07-01TRX: Rename trx_if_data() -> trx_if_send_burst()Harald Welte1-1/+1
2017-06-06trx: Allow BTS and TRX to be on different IPsPau Espin Pedrol1-1/+2
2016-12-01trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.Alexander Chemeris1-0/+1
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-1/+1
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-0/+1
2016-02-15TRX: scheduler: don't access l1h->config from schedulerHarald Welte1-0/+1
2015-09-22TRX: Handover access burst supportAndreas Eversberg1-0/+2
2015-09-22TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg1-2/+2
2015-09-22TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg1-0/+3
2015-09-22TRX: On negative response of critical commands, shutdown BTSAndreas Eversberg1-0/+1
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+29