aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/main.c
AgeCommit message (Expand)AuthorFilesLines
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