Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common 44ae39c: Make SEQ and PSEQ available on EDI receive and improve error ↵ | Matthias P. Braendli | 2021-05-19 | 5 | -41/+85 |
| | | | | handling | ||||
* | Prepare v2.4.2v2.4.2 | Matthias P. Braendli | 2021-02-22 | 3 | -1/+9 |
| | |||||
* | Update common code to latest, update zmq.hpp and adapt | Matthias P. Braendli | 2021-01-16 | 17 | -741/+2401 |
| | |||||
* | USRP: Handle external pps_src on startup | Matthias P. Braendli | 2020-12-12 | 1 | -0/+3 |
| | |||||
* | Revert "Handle pps_src external in USRPTime ctor" | Matthias P. Braendli | 2020-12-12 | 1 | -3/+1 |
| | | | | | | verify_time doesn't handle the external PPS input! This reverts commit 6c02271b0050dbb2808bb55272b438576d937d4a. | ||||
* | Travis: try ubuntu focal | Matthias P. Braendli | 2020-11-16 | 1 | -28/+13 |
| | |||||
* | Avoid frame_timestamp with pps exactly 16384000 | Matthias P. Braendli | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | Cosmetics in zmq_remote.py | Matthias P. Braendli | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | common ea3156f: EDI input: Do not print sequence error on first packet | Matthias P. Braendli | 2020-10-28 | 2 | -3/+10 |
| | |||||
* | common 81f518d: TCPSocket: let recv throw Interrupted on EINTR | Matthias P. Braendli | 2020-10-28 | 2 | -5/+10 |
| | |||||
* | Add --version option | Matthias P. Braendli | 2020-08-31 | 1 | -0/+12 |
| | |||||
* | common edc9c1a: Add missing array include | Matthias P. Braendli | 2020-07-20 | 1 | -0/+1 |
| | |||||
* | Add missing includes for GCC 10 compatibility | Matthias P. Braendli | 2020-06-08 | 1 | -2/+3 |
| | |||||
* | Update common EDI input and adapt to API changes | Matthias P. Braendli | 2020-05-11 | 8 | -61/+137 |
| | |||||
* | Common 33a8362: EDI TCP output: handle disconnects | Matthias P. Braendli | 2020-04-21 | 3 | -7/+114 |
| | |||||
* | Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX | Matthias P. Braendli | 2020-04-21 | 3 | -40/+952 |
| | |||||
* | Reformat INSTALL.md and mention --with-boost-libdir | Matthias P. Braendli | 2020-04-20 | 1 | -20/+11 |
| | |||||
* | Update m4 macros | Matthias P. Braendli | 2020-04-20 | 5 | -313/+366 |
| | |||||
* | Prepare v2.4.1v2.4.1 | Matthias P. Braendli | 2020-04-06 | 2 | -1/+7 |
| | |||||
* | Fix quit on Ctrl-C | Matthias P. Braendli | 2020-04-06 | 1 | -111/+109 |
| | |||||
* | Fix unaligned memory access in ZeroMQ input | Matthias P. Braendli | 2020-04-06 | 1 | -15/+11 |
| | |||||
* | Pull add14d9: Properly handle EDI AF SEQ rollover | Matthias P. Braendli | 2020-03-24 | 1 | -1/+3 |
| | |||||
* | Pull common code c8defb3 | Matthias P. Braendli | 2020-03-24 | 1 | -1/+8 |
| | |||||
* | Pull common code efe0a08 | Matthias P. Braendli | 2020-03-24 | 2 | -1/+19 |
| | |||||
* | Link against Boost::Thread when UHD is enabled | Matthias P. Braendli | 2020-03-24 | 4 | -4/+474 |
| | | | | | | This is necessary on some systems, for a reason that is not entirely clear. I believe UHD's pkg-config file should instruct us to link against boost-thread if necessary, but it doesn't. | ||||
* | Prepare v2.4.0v2.4.0 | Matthias P. Braendli | 2020-03-16 | 2 | -2/+9 |
| | |||||
* | Fix invalid call of memset with length 0 | Matthias P. Braendli | 2020-03-16 | 1 | -1/+3 |
| | |||||
* | Make the ETI reader state a class enum | Matthias P. Braendli | 2020-03-16 | 2 | -184/+187 |
| | |||||
* | Fix handling of ZMQ input timeouts | Matthias P. Braendli | 2020-03-16 | 1 | -0/+3 |
| | | | | This is an issue since 32f9e6e | ||||
* | Soapy: set RX samplerate which is required by LimeSDR | Leo Currie | 2020-01-25 | 1 | -0/+1 |
| | | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6) | ||||
* | Handle pps_src external in USRPTime ctor | Matthias P. Braendli | 2020-01-14 | 1 | -1/+3 |
| | |||||
* | Apply common 23752f6 and e10272e | Matthias P. Braendli | 2019-11-18 | 2 | -3/+3 |
| | |||||
* | Common 27ac70f: Initialise InetAddress::addr | Matthias P. Braendli | 2019-11-18 | 2 | -2/+3 |
| | |||||
* | Common 0a50ea0: Set SO_REUSEADDR for TCP sockets | Matthias P. Braendli | 2019-11-18 | 1 | -0/+5 |
| | |||||
* | Travis: Update to bionic and Xcode11, add ARM64 build | Matthias P. Braendli | 2019-11-11 | 1 | -9/+32 |
| | |||||
* | Fix compilation with disabled limesdr | Matthias P. Braendli | 2019-11-05 | 1 | -0/+4 |
| | |||||
* | Merge pull request #39 from andimik/patch-1 | Matthias P. Braendli | 2019-11-04 | 1 | -0/+1 |
|\ | | | | | Mention autoconf as required package | ||||
| * | Mention autoconf as required package | andimik | 2019-11-02 | 1 | -0/+1 |
|/ | |||||
* | Pull code from common commit 67a62df, replacing put_time | Matthias P. Braendli | 2019-10-30 | 2 | -4/+8 |
| | |||||
* | Add INSTALL.md to EXTRA_DIST | Matthias P. Braendli | 2019-10-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #38 from andimik/next | Matthias P. Braendli | 2019-10-28 | 2 | -44/+63 |
|\ | | | | | Updated Readme and Install for better online reading | ||||
| * | Update README.md | andimik | 2019-10-25 | 1 | -2/+2 |
| | | |||||
| * | Update README.md | andimik | 2019-10-25 | 1 | -9/+9 |
| | | |||||
| * | Update INSTALL.md | andimik | 2019-10-25 | 1 | -34/+53 |
| | | |||||
| * | Rename INSTALL to INSTALL.md | andimik | 2019-10-25 | 1 | -0/+0 |
|/ | |||||
* | Merge lime output into next branch | Matthias P. Braendli | 2019-10-07 | 535 | -112443/+2322 |
|\ | |||||
| * | Pull common code from 547c789 | Matthias P. Braendli | 2019-09-23 | 2 | -0/+21 |
| | | |||||
| * | Reorder examples in example.ini to prefer EDI | Matthias P. Braendli | 2019-09-23 | 1 | -11/+11 |
| | | |||||
| * | Remove edi from configure feature list | Matthias P. Braendli | 2019-09-13 | 1 | -1/+1 |
| | | |||||
| * | lib: update from common code cdf104a and 2847f4d | Matthias P. Braendli | 2019-09-05 | 2 | -2/+26 |
| | |