aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/osmo-trx.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-05-094sps kinda worksEric Wild1-529/+272
2021-12-14treewide: remove FSF address2022q12021q4Oliver Smith1-4/+0
2021-02-21Add a (hidden) VTY parameter for Rx/Tx freq. shiftingVadim Yanitskiy1-1/+3
2020-11-25main: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-0/+11
2020-11-04main: use logging API to print SIMD info instead of printf()Vadim Yanitskiy1-29/+33
2020-10-24main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Vadim Yanitskiy1-14/+36
2020-10-14Calculate RSSI offset based on RxGain configurationPau Espin Pedrol1-1/+2
2020-10-14Transceiver: Pass config struct instead of large list of paramsPau Espin Pedrol1-6/+2
2020-10-09osmo-trx: add commandline option --vty-ref-xmlPhilipp Maier1-3/+15
2020-07-31Use new libosmovty cpu sched config featuresPau Espin Pedrol1-1/+5
2020-05-09Use OSMO_FD_READ instead of deprecated BSC_FD_READPau Espin Pedrol1-1/+1
2020-04-14transceiver: get rid of the ctrl threadsEric1-1/+0
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