aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v2.4.0v2.4.0Matthias P. Braendli2020-03-162-2/+9
|
* Fix invalid call of memset with length 0Matthias P. Braendli2020-03-161-1/+3
|
* Make the ETI reader state a class enumMatthias P. Braendli2020-03-162-184/+187
|
* Fix handling of ZMQ input timeoutsMatthias P. Braendli2020-03-161-0/+3
| | | | This is an issue since 32f9e6e
* Soapy: set RX samplerate which is required by LimeSDRLeo Currie2020-01-251-0/+1
| | | | | | Pull request 40 (cherry picked from commit 8aef8ca39f3a73ba3411876a7abd58204b2f6fe6)
* Handle pps_src external in USRPTime ctorMatthias P. Braendli2020-01-141-1/+3
|
* Apply common 23752f6 and e10272eMatthias P. Braendli2019-11-182-3/+3
|
* Common 27ac70f: Initialise InetAddress::addrMatthias P. Braendli2019-11-182-2/+3
|
* Common 0a50ea0: Set SO_REUSEADDR for TCP socketsMatthias P. Braendli2019-11-181-0/+5
|
* Travis: Update to bionic and Xcode11, add ARM64 buildMatthias P. Braendli2019-11-111-9/+32
|
* Fix compilation with disabled limesdrMatthias P. Braendli2019-11-051-0/+4
|
* Merge pull request #39 from andimik/patch-1Matthias P. Braendli2019-11-041-0/+1
|\ | | | | Mention autoconf as required package
| * Mention autoconf as required packageandimik2019-11-021-0/+1
|/
* Pull code from common commit 67a62df, replacing put_timeMatthias P. Braendli2019-10-302-4/+8
|
* Add INSTALL.md to EXTRA_DISTMatthias P. Braendli2019-10-281-1/+1
|
* Merge pull request #38 from andimik/nextMatthias P. Braendli2019-10-282-44/+63
|\ | | | | Updated Readme and Install for better online reading
| * Update README.mdandimik2019-10-251-2/+2
| |
| * Update README.mdandimik2019-10-251-9/+9
| |
| * Update INSTALL.mdandimik2019-10-251-34/+53
| |
| * Rename INSTALL to INSTALL.mdandimik2019-10-251-0/+0
|/
* Merge lime output into next branchMatthias P. Braendli2019-10-07535-112443/+2322
|\
| * Pull common code from 547c789Matthias P. Braendli2019-09-232-0/+21
| |
| * Reorder examples in example.ini to prefer EDIMatthias P. Braendli2019-09-231-11/+11
| |
| * Remove edi from configure feature listMatthias P. Braendli2019-09-131-1/+1
| |
| * lib: update from common code cdf104a and 2847f4dMatthias P. Braendli2019-09-052-2/+26
| |
| * Add missing cmath include in OutputFileMatthias P. Braendli2019-09-051-1/+1
| |
| * Rework EDI inputMatthias P. Braendli2019-09-0515-297/+274
| | | | | | | | | | | | - Use same main loop for both ETI and EDI inputs - Test SFN functionality with EDI input - Add log.show_process_time setting for process time printout
| * SDR: show FCT with timestamp warnings in logMatthias P. Braendli2019-09-051-4/+4
| |
| * Reduce EDI socket read buffer to avoid ETI frame skipMatthias P. Braendli2019-09-051-1/+4
| |
| * OutputFile: improve Metadata printMatthias P. Braendli2019-09-052-8/+52
| |
| * Pull lib/Socket from mmbtools common codeMatthias P. Braendli2019-09-052-14/+18
| |
| * Apply b1fc144 from commonMatthias P. Braendli2019-09-026-21/+67
| |
| * Fix includes in GuardIntervalInserterMatthias P. Braendli2019-08-271-1/+2
| |
| * Add missing includesMatthias P. Braendli2019-08-212-1/+3
| |
| * Make EDI includes consistentMatthias P. Braendli2019-08-215-7/+8
| |
| * Fix includes in MemlessPolyMatthias P. Braendli2019-08-131-1/+2
| |
| * Add missing include in TimestampDecoderMatthias P. Braendli2019-08-131-0/+1
| |
| * Add missing includes, remove unused m_to_dropMatthias P. Braendli2019-08-133-12/+5
| |
| * Pull in files from odr-mmbtools-commonMatthias P. Braendli2019-08-13493-110610/+168
| | | | | | | | | | | | | | Replace ASIO by simpler implementation, meaning that the telnet RC now only supports a single connection. Move Log, RC to lib/
| * Travis: Specify dist for all build matrix elementsMatthias P. Braendli2019-07-091-0/+15
| |
| * Update Travis to XenialMatthias P. Braendli2019-07-091-9/+9
| |
| * Prepare v2.3.1v2.3.1Matthias P. Braendli2019-07-082-1/+10
| |
| * Update EDI input libraryMatthias P. Braendli2019-07-087-266/+58
| |
| * Fix Buffer memory leak when using move-assignmentMatthias P. Braendli2019-07-083-0/+391
| |
| * Socket: fix TCPClientMatthias P. Braendli2019-07-082-11/+12
| |
| * Unify Socket library with other mmbToolsMatthias P. Braendli2019-07-0814-1214/+1211
| |
* | Change lowpass filter. Remove interpolation (no need). Set samples in I16 ↵F5OEO2019-05-162-117/+142
| | | | | | | | instead of CF32.
* | Implement bandwidth functions for LimelimeMatthias P. Braendli2019-05-072-0/+14
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-0722-98/+289
|\|
| * EDI: Handle sequence counter check for incomplete AF packetsMatthias P. Braendli2019-05-061-5/+7
| |