aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add timestamp of frame 0 to statisticsMatthias P. Braendli2018-02-152-1/+29
|
* Fix handling of GPS sensorsMatthias P. Braendli2018-02-141-6/+22
|
* Fix telnet RC welcome stringMatthias P. Braendli2018-02-121-1/+1
|
* Properly initialise UHD GPSDOMatthias P. Braendli2018-02-102-5/+30
|
* Fix offset in TII carriersMatthias P. Braendli2018-02-072-3/+18
|
* Review TII phase definitionMatthias P. Braendli2018-02-052-23/+38
|
* Code cosmetics and udp multicast documentationMatthias P. Braendli2018-02-013-14/+33
|
* Enabled multicast support. Fix missing header in PAPRStatsSergiy G2018-01-315-20/+44
|
* Fix latepackets in muninMatthias P. Braendli2018-01-311-1/+1
|
* Simplify munin scriptMatthias P. Braendli2018-01-311-11/+12
|
* Fix omission in munin scriptMatthias P. Braendli2018-01-311-0/+5
|
* Remove FCT from munin plotsMatthias P. Braendli2018-01-311-21/+2
|
* Add munin monitoring scriptMatthias P. Braendli2018-01-304-4/+324
|
* SDR RC: ensure returned format is std::fixedMatthias P. Braendli2018-01-301-0/+1
|
* Register the RC parameters for SDRMatthias P. Braendli2018-01-301-0/+8
|
* Make ~SDR virtualMatthias P. Braendli2018-01-301-1/+1
|
* Print all startup settings at once to stderrMatthias P. Braendli2018-01-301-32/+38
|
* Make blocks assume FP is 0 at initialisationMatthias P. Braendli2018-01-285-46/+14
|
* Guarantee flowgraph starts at FP 0Matthias P. Braendli2018-01-281-0/+27
|
* PhaseReference cosmeticsMatthias P. Braendli2018-01-262-61/+51
|
* Avoid conversion to float in frame_timestampMatthias P. Braendli2018-01-241-2/+2
|
* Handle Soapy TX and RX timestamps for DPDMatthias P. Braendli2018-01-245-19/+78
|
* Simplify autoconf scriptMatthias P. Braendli2018-01-241-39/+4
|
* Fix compilation with disabled UHD and SoapySDRMatthias P. Braendli2018-01-231-0/+2
|
* Add missing ChangeLog entriesMatthias P. Braendli2018-01-223-2/+7
|
* Do not print "no resampler" anymoreMatthias P. Braendli2018-01-221-3/+0
|
* Make EDI input optionalMatthias P. Braendli2018-01-229-24/+54
|
* Remove useless stuff from .gitignoreMatthias P. Braendli2018-01-221-361/+0
|
* Soapy: set hw time if device supportsMatthias P. Braendli2018-01-222-6/+16
|
* Improve launch_modulator return value handlingMatthias P. Braendli2018-01-221-21/+11
|
* Minor Buffer improvementsMatthias P. Braendli2018-01-222-27/+29
|
* Fix DPD unknown exceptionMatthias P. Braendli2018-01-201-1/+4
|
* Merge branch 'outputRefactoring' into nextMatthias P. Braendli2018-01-2063-2561/+3084
|\
| * Announce upcoming changes in ChangeLogMatthias P. Braendli2018-01-201-0/+17
| |
| * Clarify how sfn offset is handledMatthias P. Braendli2018-01-201-2/+7
| |
| * Add DPD port to Soapy configurationMatthias P. Braendli2018-01-202-4/+12
| |
| * Fix frame_timestamp get_real_secs()Matthias P. Braendli2018-01-181-1/+1
| |
| * Initialise USRP time also with ppsMatthias P. Braendli2018-01-181-5/+14
| |
| * SDR: handle thread failureMatthias P. Braendli2018-01-181-22/+30
| |
| * Remove O0 pragma from GuardIntervalInserterMatthias P. Braendli2018-01-181-2/+0
| |
| * Add antenna selection to configMatthias P. Braendli2018-01-186-25/+46
| |
| * UHD: use LO offset also for RX tuningMatthias P. Braendli2018-01-181-4/+12
| |
| * Replace clock_gettime entirely in USRPTimeMatthias P. Braendli2018-01-171-43/+37
| |
| * Remove configure.ac check for -lrtMatthias P. Braendli2018-01-171-1/+0
| |
| * Don't use CLOCK_GETTIME in SDRMatthias P. Braendli2018-01-176-65/+30
| |
| * Cosmetics for TimestampDecoderMatthias P. Braendli2018-01-172-30/+15
| |
| * Increment num_frames_modulatedMatthias P. Braendli2018-01-176-3/+8
| |
| * Make some SDR functions constMatthias P. Braendli2018-01-166-42/+40
| |
| * Show seconds and PPS in OutputFile metadataMatthias P. Braendli2018-01-162-2/+8
| |
| * Fix invalid timestamp decoding on startupMatthias P. Braendli2018-01-161-1/+1
| | | | | | | | | | | | When the second rollover happens before the MNSC was decoded entirely, we set full_timestamp_received without setting time_secs.