aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to commit the changes to the Carousel generatorNick Piggott2022-03-172-0/+3
|
* Corrected the bit order in the data fieldNick Piggott2022-03-171-1/+1
|
* Marked O/E and P/D bytes as Rfu (as per EN 300 401 s5.2.2.5).Nick Piggott2022-03-171-2/+2
|
* Added additional comments about the P/D flag and data field lengthNick Piggott2022-03-171-2/+2
|
* Added FIG 0/14 for FEC scheme defintion, when a packet model channel is ↵Nick Piggott2022-03-173-0/+177
| | | | | | | | | | using FEC error correction (enhancedpacket) Needs another pair of eyes to check it. FIG0_14.cpp, line 37 - the data field is a single byte, top 6 bits are SubChanID, bottom 2 bits are FEC type; is this how you organise the bits in the right order? FIG0_14.cpp, line 78 - there needs to be a test here if the packet channel is enhanced or not, but it looks like that attribute is only held on the file input, and not easily readable from the services configuration? FIG0_14.cpp, lines 101-106 - is this writing the entire FIC into the stack correctly? The usual preamble bytes for the service identifier followed by the 1 byte data field
* EDI input: fix warning with number of packets invalid timestampMatthias P. Braendli2022-03-151-1/+1
|
* Fix FIG0/6 database continuation for service linkingMatthias P. Braendli2022-01-051-61/+70
|
* Silence FIG0/9 debugging printMatthias P. Braendli2022-01-041-0/+2
|
* Fix unaligned memory write in FIG0/9Matthias P. Braendli2022-01-041-2/+2
|
* FIC rate_increment_ms: fail instead of using randomly chosen default valueMatthias P. Braendli2021-07-301-1/+2
|
* Declutter repetition rate warnings in logsMatthias P. Braendli2021-06-222-6/+17
|
* Fix crash when FIG0/7 doesn't have enough spaceMatthias P. Braendli2021-06-221-0/+6
|
* Avoid a few copies in loopsMatthias P. Braendli2021-06-152-2/+2
|
* EDI input: flush state on exceptionMatthias P. Braendli2021-06-151-2/+4
|
* Handle invalid_argument in EDI inputMatthias P. Braendli2021-06-071-40/+39
|
* Update header messageMatthias P. Braendli2021-06-031-27/+12
|
* Simplify FIG0/9 and remove transmission of empty listsMatthias P. Braendli2021-05-172-31/+31
|
* Add EDI UDP multicast supportMatthias P. Braendli2021-05-141-1/+9
|
* Make EDI input URI parse error more verboseMatthias P. Braendli2021-05-051-1/+1
|
* Suppress boost deprecation warningMatthias P. Braendli2021-05-051-0/+4
|
* Allow setting EDI UDP fragment spreading to 0Matthias P. Braendli2021-02-222-18/+12
|
* Update configuration and compilation for new EDI UDP packet interleaverMatthias P. Braendli2021-02-222-15/+14
|
* Common fc2902b and 4ad00b8: Update EDI output interleaver and spreadingMatthias P. Braendli2021-02-221-9/+7
|
* Add timestamp offset to management server for EDI inputMatthias P. Braendli2021-02-103-3/+19
|
* Fix warning due to zmq.hpp updateMatthias P. Braendli2021-01-181-1/+1
|
* Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and outputMatthias P. Braendli2021-01-184-27/+41
|
* Add EDI transport addressing to configMatthias P. Braendli2020-11-161-6/+7
|
* FIG0/13 fix user application data length for packet subchannelsMatthias P. Braendli2020-11-021-8/+5
|
* Fix a couple of static check warningsMatthias P. Braendli2020-11-025-10/+11
|
* UDP fix url parsing when rtp:// presentMatthias P. Braendli2020-11-021-2/+2
|
* Rework FIG0/13, combine programme and data code pathsMatthias P. Braendli2020-11-021-91/+67
|
* Add --version to zmq2edi and zmq2farsyncMatthias P. Braendli2020-11-022-0/+24
|
* Rename variables edi_time and tist_offsetMatthias P. Braendli2020-10-142-16/+18
|
* EDI input: fix timestamps ignored when switching from prebuffering to ↵Matthias P. Braendli2020-08-121-10/+10
| | | | timestamped
* Add --version optionMatthias P. Braendli2020-07-211-0/+12
|
* Improve print for user-application type at startupMatthias P. Braendli2020-07-151-33/+40
|
* Fix FIG0/13 for packet servicesMatthias P. Braendli2020-07-151-1/+6
|
* Set basic profile in FIG0/13 SPI user applicationMatthias P. Braendli2020-07-131-3/+20
|
* Add possibility to set several user application types in FIG0/13Matthias P. Braendli2020-07-139-143/+207
|
* Rework timestamped EDI input and adapt to new APIMatthias P. Braendli2020-05-111-50/+60
|
* Fix FIG2 config parsing and segment count issueMatthias P. Braendli2020-04-272-14/+7
| | | | Thanks to Maik for his patch
* Merge PR 45 with Alarm HandlingMatthias P. Braendli2020-04-013-3/+18
|\
| * Revert "add linkage set activator flag to remote controllable"KuntzeM2020-03-283-68/+16
| | | | | | | | This reverts commit fc1f1640278e7eb228ec1a6290d30b95f1b6a476.
| * change FIG 0/0 alarm flag if an alarm cluster available in muxKuntzeM2020-03-173-1/+10
| |
| * add Alarm Announcement Workaround to set Cluster ID 0xFF in FIG 0/18KuntzeM2020-03-151-3/+9
| |
| * add linkage set activator flag to remote controllableKuntzeM2020-03-153-17/+69
| |
* | zmq2edi: detect FCT discontinuityMatthias P. Braendli2020-03-301-55/+68
| |
* | zmq2edi: add startupcheckMatthias P. Braendli2020-03-261-3/+33
| |
* | Show total buffering time statistics in odr-zmq2ediMatthias P. Braendli2020-03-263-55/+86
| |
* | Rename ZMQ_ENCODER_XYZ constantsMatthias P. Braendli2020-03-252-4/+4
| |