aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier1-0/+1
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier1-1/+0
2019-11-30bts-trx: Drop low layer MS Power Control Loop algoPau Espin Pedrol1-3/+0
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+1
2019-10-05bts-trx: Allocate struct osmo_trx_clock_state as part of bts-trx private dataPau Espin Pedrol1-0/+4
2019-07-23bts-trx: Introduce VTY command osmotrx trxd-max-versionPau Espin Pedrol1-0/+2
2018-11-20bts-trx: setup timer once at creation timePau Espin Pedrol1-2/+1
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
2018-09-09CBCH: Implement CBCH support for osmo-bts-{trx,virtual}Harald Welte1-0/+1
2018-05-09osmo-bts-trx: Enable A5/3 cipher supportHarald Welte1-1/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-3/+1
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-12/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+12
2017-08-24osmo-bts-trx: remove global variables from loopsMax1-0/+3
2017-08-15osmo-bts-trx: Enable osmotrx tx-attenuation oml by defaultPau Espin Pedrol1-0/+2
2017-06-15Set and report BTS featuresMax1-0/+3
2017-06-06trx: Allow BTS and TRX to be on different IPsPau Espin Pedrol1-1/+2
2017-05-10Set BTS variant while initializing BTS modelMax1-0/+1
2017-02-10osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance p...Ivan Klyuchnikov1-0/+4
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov1-1/+0
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-47/+31
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-1/+1
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte1-246/+21
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+2
2016-01-16TRX: remove obsolete get_mac() functionHarald Welte1-37/+0
2015-09-22TRX: Add missing call to abis_init()Harald Welte1-0/+2
2015-09-22Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-1/+1
2015-09-22TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg1-3/+0
2015-09-22TRX: Process real time scheduling option is now similar to sysmobtsAndreas Eversberg1-10/+10
2015-09-22TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg1-4/+4
2015-09-22Allow one or more TRX to configure via VTYAndreas Eversberg1-1/+1
2015-09-22TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg1-0/+2
2015-09-22TRX: CipheringAndreas Eversberg1-1/+1
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+3
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+402