aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add services other ensembles to linking hot-reloadnextMatthias P. Braendli2025-10-068-32/+66
|
* Add frequency_information hot-reloadMatthias P. Braendli2025-10-0610-81/+154
|
* Increase min boost version to v1.71 and remove boost_systemMatthias P. Braendli2025-10-021-1/+1
| | | | Upcoming boost version will remove boost_system
* Add runtime linkage-set reloadMatthias P. Braendli2025-09-118-97/+161
|
* Remove some old _WIN32 ifdefs, restructure includesMatthias P. Braendli2025-09-1016-266/+54
|
* Make sourceport optional in EDI output configMatthias P. Braendli2025-08-131-3/+2
|
* Add support for UDP EDI input to specify local interface IPMatthias P. Braendli2025-07-161-0/+7
|
* common 3849213: allow setting TTL without UDP sourceMatthias P. Braendli2025-07-111-4/+4
|
* Delete zmq2edi that was added by accidentMatthias P. Braendli2025-07-093-900/+0
|
* Remove debugging Init print on startupMatthias P. Braendli2025-07-071-2/+0
|
* Rename tist_at_fct0_us to -tist_at_fct0_msMatthias P. Braendli2025-06-242-6/+6
|
* RC: Fix set tist_offsetMatthias P. Braendli2025-06-112-10/+14
|
* Rework counter and TIST initialisation to ensure TIST@FCT0 works correctlyMatthias P. Braendli2025-06-115-70/+957
| | | | | | This loses the continuity-across-restarts of the counter, but most destinations already see a counter discontinuity now. So it's not a big loss
* Rework FIG0/10 DAB time indication to match EDI timeMatthias P. Braendli2025-04-238-50/+42
|
* Compensate for tist_at_fct0 in tist_offsetMatthias P. Braendli2025-04-132-3/+11
|
* Common b23da85: make PFT per-output configurableMatthias P. Braendli2025-03-231-16/+36
|
* Add EDI/TCP number of active connections statisticsMatthias P. Braendli2025-03-113-28/+74
|
* Add tist_at_fct0 configurationMatthias P. Braendli2025-02-172-4/+10
|
* Fix initial setting of DFLC and FCTMatthias P. Braendli2025-02-171-1/+1
|
* Move some constants aroundMatthias P. Braendli2025-01-065-34/+17
|
* Support 24ms granularity in tist_offsetMatthias P. Braendli2025-01-062-122/+148
|
* Update common: improve multicast input and incomplete timestampsMatthias P. Braendli2024-08-201-2/+2
|
* Rework STI/EDI/UDP multicast input group joinMatthias P. Braendli2024-07-221-2/+21
|
* Remove odr-zmq2ediMatthias P. Braendli2024-07-224-953/+0
|
* Improve list of outputs supportedMatthias P. Braendli2024-06-191-3/+3
|
* Apply tist_offset to MNSC time tooMatthias P. Braendli2024-06-111-4/+5
|
* Make MNSC compatible with Easydabv2 againMatthias P. Braendli2024-06-092-8/+27
|
* Increase repetition rate for labelsMatthias P. Braendli2024-04-081-2/+7
|
* Clean up FIG carousel a bitMatthias P. Braendli2024-04-0815-65/+70
|
* Add uatype journaline to configMatthias P. Braendli2024-02-213-4/+18
|
* Add ZMQ output to odr-zmq2ediMatthias P. Braendli2024-01-293-53/+125
|
* Remove ZMQ output print to cerrMatthias P. Braendli2024-01-181-1/+0
|
* ManagementServer: handle zmq sock recv returning failureMatthias P. Braendli2024-01-171-2/+4
|
* Update ClockTAI and RemoteControlMatthias P. Braendli2024-01-178-7/+112
|
* Switch project to C++17Matthias P. Braendli2024-01-172-5/+5
|
* Ensure EDI inserts ESTn tags in the config file orderMatthias P. Braendli2023-05-031-7/+7
| | | | | Even though the spec says EDI decoders shall not assume any particular ordering, we've seen some that misbehave
* Align CIF Count and timestamp on startupMatthias P. Braendli2023-03-042-24/+56
|
* EDI: do not fill logs with size mismatch entriesMatthias P. Braendli2022-11-222-4/+16
|
* load_entire_file: display Loaded X bytes from Y message when the content changesMatthias P. Braendli2022-10-141-1/+2
|
* load_entire_file: stop playing loop if file disappearsMatthias P. Braendli2022-10-111-6/+14
|
* Make hexparse return unsignedMatthias P. Braendli2022-10-072-9/+8
| | | | This fixes the definition of long service IDs on 32-bit systems
* Add load_entire_file option for file inputsMatthias P. Braendli2022-10-053-27/+144
|
* Support reading mux config in JSONMatthias P. Braendli2022-08-243-16/+26
|
* Add pre-roll burst config settingMatthias P. Braendli2022-08-221-5/+3
| | | | This includes Common 306b5fc
* Support EDI TCP server pre-roll on client connectMatthias P. Braendli2022-08-192-2/+7
| | | | Includes common code changes: socket changes for keepalive and preroll
* Fix FIG0/13 length calculationMatthias P. Braendli2022-03-231-1/+4
|
* Remove xpadAppType_valid and handle Broadcast Website like MOT slideshowMatthias P. Braendli2022-03-173-8/+2
|
* Setup FIG0/13 for Broadcast Website with profiles 01 FFMatthias P. Braendli2022-03-173-2/+22
|
* FIG0/13: do not send list terminatorMatthias P. Braendli2022-03-171-6/+5
| | | | | ETSI TS 102 371 clause 7.1.1 says it's only necessary if the list contains other information besides the profile ids.
* Send FIG0/14 only for enhancedpacket subchannelsMatthias P. Braendli2022-03-174-27/+23
|