aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/osmo-trx.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-28osmo-trx: s/GSM Core Address/GSM BTS Address/Harald Welte1-1/+1
2018-04-16use osmo_init_logging2()Pau Espin Pedrol1-1/+1
2018-03-06osmo-trx: Re-introduce -l cmd line parameterPau Espin Pedrol1-1/+6
2018-03-05osmo-trx: Use VTY cfg structures while still allowing cmd line optionsPau Espin Pedrol1-269/+187
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol1-1/+1
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol1-15/+15
2018-03-05osmo-trx.cpp: Move trx start and stop to helper functionsPau Espin Pedrol1-52/+66
2018-02-27Logger: Use libosmocore logging systemPau Espin Pedrol1-12/+3
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol1-2/+54
2018-02-22osmo-trx: Set up talloc ctxPau Espin Pedrol1-0/+14
2018-02-22osmo-trx: set up signals using libosmocore helpersPau Espin Pedrol1-12/+20
2018-02-20Logger: Drop syslog supportPau Espin Pedrol1-1/+1
2018-02-07Add support to set Rx/TxAntennaPau Espin Pedrol1-4/+60
2018-01-09Drop use of ConfigurationTable gConfigPau Espin Pedrol1-3/+0
2017-08-16Add -j option to bind to specific addressPau Espin Pedrol1-8/+16
2017-07-20Add '-t' command line option to enable SCHED_RRHarald Welte1-2/+29
2017-06-08ssedetect: call __builtin_cpu_supports() only if supportedVadim Yanitskiy1-0/+8
2017-05-19radioInterface: Remove UmTRX 'diversity' optionTom Tsou1-32/+0
2017-05-19cosmetic: Add info about SSE supportPhilipp Maier1-0/+16
2017-05-19ssedetect: Add runtime CPU detectionPhilipp Maier1-0/+8
2017-04-10config: Remove OpenBTS style sqlite configurationTom Tsou1-80/+4
2017-04-03Transceiver: Remove unsigned negative comparesTom Tsou1-1/+1
2016-07-20uhd: Update USRP2/N200/N210 for 4 SPS RxTom Tsou1-23/+35
2016-07-17uhd: Add command line option for GPS referenceTom Tsou1-6/+31
2016-07-01egprs: Enable 8-PSK burst detection when EDGE is enabledTom Tsou1-2/+2
2016-07-01mcbts: Add multi-ARFCN radio supportTom Tsou1-7/+38
2016-07-01radioInterface: Convert diversity argument to general typeTom Tsou1-2/+3
2016-07-01transceiver: Add Rx samples-per-symbol optionTom Tsou1-12/+12
2016-06-22transceiver: Add an option to emulate a RACH delay in random filler mode.Alexander Chemeris1-4/+13
2016-05-03uhd: Set default Tx sampling to 4 spsTom Tsou1-6/+1
2016-04-26osmo-trx: Output Rx SPS as a part of configuration output.Alexander Chemeris1-0/+1
2016-04-20transceiver: Add an option to generate random Access Bursts.Alexander Chemeris1-1/+8
2016-03-08EDGE: Add random burst generator filler optionTom Tsou1-2/+8
2016-03-08EDGE: Add interfaces to enable EDGE transceiverTom Tsou1-2/+21
2016-03-06EDGE: Setup variable sampling on receive pathTom Tsou1-16/+28
2015-07-30osmo-trx: Add an option to swap channels on UmTRX.Alexander Chemeris1-3/+10
2015-07-30osmo-trx: Add a command line option for the dBFS to dBm offset.Alexander Chemeris1-3/+10
2015-05-24osmo-trx: Fix random filler command line option.Alexander Chemeris1-2/+12
2015-05-19test: Add command line random normal burst optionTom Tsou1-18/+26
2014-12-15Transceiver52M: Implement POWEROFF commandTom Tsou1-2/+0
2014-03-06Transceivert52M: Add option for baseband frequency offsetThomas Tsou1-3/+11
2014-01-26Transceiver52M: Disable filler table retransmissions by defaultThomas Tsou1-4/+12
2013-11-17Transceiver52M: Remove database configuration file requirementThomas Tsou1-31/+14
2013-11-16Transceiver52M: Create new osmo-trx executableThomas Tsou1-0/+412