aboutsummaryrefslogtreecommitdiffstats
path: root/src/DabMultiplexer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up FIG carousel a bitMatthias P. Braendli2024-04-081-3/+3
|
* Update ClockTAI and RemoteControlMatthias P. Braendli2024-01-171-1/+9
|
* 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-041-21/+52
|
* Rename variables edi_time and tist_offsetMatthias P. Braendli2020-10-141-13/+15
|
* Add possibility to set several user application types in FIG0/13Matthias P. Braendli2020-07-131-11/+1
|
* Implement a hash function to calculate FIG 0/7 Count fieldMatthias P. Braendli2020-03-111-44/+43
| | | | | | This might not be strictly standards compliant, but it avoids having to save state across mux restarts and doesn't place the burden of incrementing the number on the operator.
* Initialise TIST with consistent system time at startupMatthias P. Braendli2019-11-151-14/+13
| | | | | | | | | | | | | | | | The change introduced in fd33dd4 (v2.4.0) had the consequence of generating different timestamp offsets depending on when exactly the mux was started. The intended goal to avoid having the NULL symbol output at a fixed offset to avoid receiver synchronisation is however not so important, because most commercial receivers will cut transmission for several seconds before resuming, and the majority of the receivers will then start resynchronising. However, the different timestamp offsets upsets some modulator input modules, which so not necessarily have enough buffering capacity. This change reverts back to the previous behaviour, where the timestamp is set to current system time, rounded to 24ms.
* Add buffermanagement setting to RCMatthias P. Braendli2019-09-231-10/+2
|
* Fix EDI with timestamping inputMatthias P. Braendli2019-09-051-25/+28
|
* Take BufferManagement setting into accountMatthias P. Braendli2019-09-051-2/+10
|
* Make InputBase::open() return voidMatthias P. Braendli2019-08-271-4/+2
|
* Use EDI output from odr-mmbtools-commonMatthias P. Braendli2019-08-191-1/+1
|
* Fix components not appearing in RCMatthias P. Braendli2019-06-261-3/+3
|
* EDI: put more code in common between DabMux and ZMQ2EDIMatthias P. Braendli2019-05-061-95/+4
|
* Rework timestampingMatthias P. Braendli2019-02-181-55/+43
| | | | | | | * Ensure MNSC and EDI carry the same timestamp * Rename `edi_tistoffset` to `tist_offset` * Remove conditional compilation of EDI output * Reset PPS so as to align ETI frames across mux restarts
* Remove references to nonfunctional FIDCMatthias P. Braendli2019-02-131-1/+0
|
* Merge KuntzeM's pull request fixing #35 into nextMatthias P. Braendli2019-02-131-4/+13
|\ | | | | | | ETI with DAB (MUSICAM) and EEP_A protection level was not possible.
| * fixed bug DAB with protection level EEP_A 1-4KuntzeM2019-02-111-4/+13
| |
* | EDI: correct value of ATST seconds fieldMatthias P. Braendli2019-01-281-14/+12
| |
* | Use reentrant gmtime and localtime functions, and other tweaksMatthias P. Braendli2019-01-281-9/+9
| |
* | Add EDI timestamp offset configurationMatthias P. Braendli2019-01-101-4/+12
|/
* Allow user to specify TAI bulletin URLsMatthias P. Braendli2018-12-181-1/+14
|
* Check Linkage set key service on startupMatthias P. Braendli2018-02-211-13/+17
|
* Use shared_ptr instead of component and subchannel pointersMatthias P. Braendli2018-02-201-38/+28
|
* Add TAI bulletin expiry to RC and to muninMatthias P. Braendli2018-01-311-0/+7
|
* Add work in progress odr-zmq2ediMatthias P. Braendli2017-07-281-1/+17
|
* Add new zeromq config formatMatthias P. Braendli2017-07-281-13/+13
| | | | | | This gives the choice for the transmission of the metadata, and the enabling of the TAI downloader is also triggered appropriately
* Add edi time and utco as ZMQ metadataMatthias P. Braendli2017-07-281-4/+12
| | | | | Since ODR-DabMod doesn't check the zmq message length, it will accept additional metadata at the end of the ETI data
* Use enum for transmission modeMatthias P. Braendli2017-06-171-3/+17
|
* Make EDI fragment interleaver less burstyMatthias P. Braendli2017-02-031-0/+5
|
* Avoid uninitialised fields, modernise DabService::nbComponentMatthias P. Braendli2017-01-281-1/+2
|
* Fix important EDI Timestamp issuesMatthias P. Braendli2017-01-181-1/+3
| | | | | | | | | | First, use more servers, not only those from USNO that currenty show problems. Add a server from IETF and the github repository from the tz project that mirrors that file. Second, fix issues about parsing the bulletin and error handling. Third, run the bulletin update asynchronously once the mux runs, to avoid blocking it.
* Rename set_utco to set_tai_utc_offsetMatthias P. Braendli2017-01-181-1/+1
|
* Move fragments into interleaver instead of copying themMatthias P. Braendli2016-12-241-3/+1
|
* Add EDI fragment interleaverMatthias P. Braendli2016-12-231-2/+11
|
* Create namespace for EDIMatthias P. Braendli2016-12-231-9/+9
|
* Remove useless creation of AFPacketiser and update some commentsMatthias P. Braendli2016-12-231-4/+0
|
* Modernize a few bits and piecesMatthias P. Braendli2016-10-291-1/+1
|
* Replace NULL by nullptrMatthias P. Braendli2016-10-281-3/+3
|
* Rework remotecontrolMatthias P. Braendli2016-10-071-12/+15
|
* Drop SLIP, Refactor sockets, improve TCP outputMatthias P. Braendli2016-09-111-8/+2
| | | | | | | | Quite a large refactoring of the sockets, TCP and UDP, in order to improve the ETI-over-TCP output. This can now accept several simultaneous connections, and requires a throttle. The SLIP input is gone. The UDP inputs are currently broken.
* Remove dabUtils.{h,cpp}, move to utilsMatthias P. Braendli2016-08-221-4/+0
| | | | Also remove the obsolete dump code
* Switch FIG0/10 to long formMatthias P. Braendli2016-08-221-3/+2
| | | | | The latest draft specification deprecates the short form, and most muxes today used the long form.
* Add comment about ASCTy for DAB+Matthias P. Braendli2016-07-111-1/+9
|
* Fix typo that broke startAddress initialisationMatthias P. Braendli2016-04-151-1/+1
|
* Rename dabSubchannel to DabSubchannelMatthias P. Braendli2016-04-151-5/+5
|
* Make all getSizeXYZ dabSubchannel member functionsMatthias P. Braendli2016-04-151-7/+7
|
* Make getSizeCu a dabSubchannel member functionMatthias P. Braendli2016-04-151-2/+2
|
* Replace DabService::program by functionMatthias P. Braendli2016-04-151-17/+0
|