aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Transceiver: Move device specific code to radioDevice classPau Espin Pedrol6-7/+26
2018-04-24Move device specific code out of radioInterfacePau Espin Pedrol6-28/+36
2018-04-24Change configure define USRP1 to DEVICE_USRP1Pau Espin Pedrol5-7/+7
2018-04-24Move device specific files to device subdirPau Espin Pedrol9-21/+51
2018-04-24Move arch specific fiels to arch subdirPau Espin Pedrol36-22/+26
2018-04-16configure.ac: Add --enable-sanitize optionPau Espin Pedrol2-2/+19
2018-04-16tests: Makefile.am: Fix typo in include pathPau Espin Pedrol1-1/+1
2018-04-16use osmo_init_logging2()Pau Espin Pedrol2-2/+7
2018-04-12jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of /op...Alexander Couzens1-1/+1
2018-04-08configure.ac: Fix typoMartin Hauke1-1/+1
2018-03-27jenkins.sh: cleanup always the workspaceAlexander Couzens1-3/+1
2018-03-14Transceiver.cpp: prevent out-of-range array accessVadim Yanitskiy1-8/+16
2018-03-14Transceiver.cpp: fix incorrect format string for SETTSCVadim Yanitskiy1-1/+1
2018-03-14Transceiver.cpp: use pointer arithmetics for CMD parsingVadim Yanitskiy1-51/+64
2018-03-14Transceiver.cpp: properly zero-terminate received commandsVadim Yanitskiy1-9/+9
2018-03-14Transceiver.cpp: use a define for the MAX_PACKET_LENGTHVadim Yanitskiy1-2/+2
2018-03-08Build Transceiver52M/common as an .la libPau Espin Pedrol5-14/+24
2018-03-07Makefile.am: Avoid using subdir if arch is not requiredPau Espin Pedrol3-5/+5
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-05doc: Add sample cfg file for LimeSDRPau Espin Pedrol1-0/+20
2018-03-05vty: Implement VTY cfg parsing for current parametersPau Espin Pedrol3-2/+469
2018-03-05Move enums required by VTY to a separate headerPau Espin Pedrol6-41/+56
2018-03-05osmo-trx.cpp: Move trx start and stop to helper functionsPau Espin Pedrol1-52/+66
2018-03-02jenkins.sh: fix the download url if the qemu image wasn't setupAlexander Couzens1-1/+2
2018-02-27Fix USRP1 build with support for setting Rx/TxAntennaAlexander Huemer1-0/+1
2018-02-27Logger: Use libosmocore logging systemPau Espin Pedrol8-192/+67
2018-02-27Add initial support for logging, vty, ctrlPau Espin Pedrol8-6/+269
2018-02-26debian: Depend on libtalloc and libosmocorePau Espin Pedrol1-1/+3
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-22Depend on libosmocorePau Espin Pedrol3-5/+33
2018-02-20configure.ac: Check for pkg-configPau Espin Pedrol1-0/+7
2018-02-20Logger: Remove gLogToConsole flagPau Espin Pedrol2-15/+8
2018-02-20Logger: Remove unused includesPau Espin Pedrol1-4/+0
2018-02-20Logger: Drop support to log into filePau Espin Pedrol1-19/+1
2018-02-20Logger: Drop syslog supportPau Espin Pedrol5-47/+14
2018-02-20Logger: get rid of alarm APIsPau Espin Pedrol4-97/+0
2018-02-20Logger: Remove unused logging macrosPau Espin Pedrol1-17/+0
2018-02-20Logger: Drop unused gLogEarlyPau Espin Pedrol2-35/+0
2018-02-09UHDDevice: Initialize async_event_thrd in constructorPau Espin Pedrol1-1/+1
2018-02-07Add support to set Rx/TxAntennaPau Espin Pedrol5-10/+253
2018-02-05Fix whitespacePau Espin Pedrol3-48/+47
2018-01-31tests: null-terminate bufferMax1-1/+1
2018-01-23Remove unneeded libdl dependencyPau Espin Pedrol3-5/+5
2018-01-20Unbreak `./configure --with-usrp1` buildAlexander Huemer3-4/+6
2018-01-16tests: convolve: Disable due to difference in output in different archsPau Espin Pedrol1-2/+2
2018-01-15contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM instruct...Pau Espin Pedrol2-3/+55
2018-01-15tests: TimevalTest: refactor and avoid double comparisonPau Espin Pedrol1-9/+15
2018-01-15tests: SocketsTest: Fail test on write failPau Espin Pedrol1-1/+7