aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 0.3.0-dirty → 0.4.00.4.0Pau Espin Pedrol2-3/+125
2018-05-02git-version-gen: Take into account tags not in masterPau Espin Pedrol1-2/+1
2018-05-02doc: add example config for usrp B200 seriesPhilipp Maier1-0/+20
2018-04-28osmo-trx: s/GSM Core Address/GSM BTS Address/Harald Welte1-1/+1
2018-04-28update .gitignore for new executable namesHarald Welte1-1/+2
2018-04-28debian/control: Add build dependency to libusrp-devHarald Welte1-0/+1
2018-04-28debian: Ensure USRP1 firmware is part of osmo-trx-usrp1Harald Welte1-0/+2
2018-04-28debian/rules: Make sure we always require libusrpHarald Welte1-0/+3
2018-04-28debian/control: Remove "Maintainer" from binary package sectionHarald Welte1-1/+0
2018-04-28Revert "debian: Remove osmo-trx-usrp1 until we can build libusrp1.deb"Harald Welte1-0/+1
2018-04-28build: Fix OBS build for ARMPau Espin Pedrol1-2/+3
2018-04-28debian: Fix OBS buildPau Espin Pedrol1-17/+9
2018-04-28debian: Remove osmo-trx-usrp1 until we can build libusrp1.debPau Espin Pedrol1-1/+0
2018-04-28jenkins.sh: Enable build of osmo-trx-usrp1Pau Espin Pedrol1-1/+2
2018-04-28build: More OBS build failure fixesPau Espin Pedrol1-4/+4
2018-04-27build: Fix make distcheckPau Espin Pedrol6-12/+9
2018-04-25Transceiver: log timing info of stale burstsPau Espin Pedrol1-1/+2
2018-04-25Logger: Print correct source file and line numberPau Espin Pedrol3-10/+13
2018-04-24Build one osmo-trx binary for each device support enabledPau Espin Pedrol7-18/+64
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