aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/osmo-trx.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Make logging category DLMS generic and reusable for other backendsPau Espin Pedrol1-1/+1
2019-12-03trx: exit() on unsupported positional arguments on command lineHarald Welte1-0/+5
2019-10-21vty: Simplify filler burst settings and improve help and readability.Alexander Chemeris1-3/+3
2019-10-09Use new libosmocore logging lock APIPau Espin Pedrol1-4/+1
2019-09-20radioInterface: Atomically fetch and change underrun variablePau Espin Pedrol1-0/+5
2019-08-14osmo-trx: log to stderr on signal receivedPau Espin Pedrol1-2/+2
2019-07-22Bind CTRL port to IP addr specified in VTY configPau Espin Pedrol1-1/+1
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
2019-07-19Logger: global Log mutex is now available from C codePau Espin Pedrol1-0/+4
2019-07-17Fix spelling discovered by lintianRuben Undheim1-1/+1
2019-06-17Add option to set stack size in config file, default == 0 == OS defaultEric Wild1-1/+1
2019-06-05Rename and move STOP signal from Transceiver to mainPau Espin Pedrol1-3/+3
2019-06-05Add rate_ctr support to store/retrieve SDR errors through VTYPau Espin Pedrol1-0/+3
2019-04-16use BSC_FD_READ and not OSMO_FD_READHarald Welte1-1/+1
2019-04-11multi-ARFCN: fix maximum number of carriers limitationTom Tsou1-1/+1
2019-04-02osmo-trx: Check return code of osmo_fd_registerPau Espin Pedrol1-1/+4
2019-03-29osmo-trx: Use signalfd to serialize signals in main thread ctxPau Espin Pedrol1-5/+46
2019-03-29osmo-trx: Avoid handling signals after shutdown triggeredPau Espin Pedrol1-0/+6
2019-01-24VTY: add extended (11-bit) RACH detection toggleVadim Yanitskiy1-1/+2
2018-12-12osmo-trx.cpp: move comma_delimited_to_vector() to Utils.cppOliver Smith1-15/+1
2018-12-04osmo-trx: Change some lines to use libosmocore logging instead of coutPau Espin Pedrol1-5/+5
2018-10-23Add long parameters (--help, --version, ...)Oliver Smith1-5/+13
2018-10-21trx_validate_config(): Fix validation of rx_spsHarald Welte1-1/+1
2018-09-04osmo-trx: Add osmo_signal to stop whole transceiver chain correctly on errorPau Espin Pedrol1-0/+17
2018-06-20Add -V param to print versionPau Espin Pedrol1-1/+8
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