diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-28 20:16:48 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-02-28 20:16:48 +0100 |
commit | f07e3c8c34218523767f49bb5878d95093a2e904 (patch) | |
tree | 80ca7ff6b191d630bf8515c9fd15e3fda342a831 /src/fig/FIG.h | |
parent | 5c89c0ec736770c94f97ced8a754c467d8536a09 (diff) | |
download | dabmux-f07e3c8c34218523767f49bb5878d95093a2e904.tar.gz dabmux-f07e3c8c34218523767f49bb5878d95093a2e904.tar.bz2 dabmux-f07e3c8c34218523767f49bb5878d95093a2e904.zip |
Increase FIG deadlines
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 8829e68..0316d77 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -47,7 +47,12 @@ class FIGRuntimeInformation { bool factumAnalyzer; }; -// Recommended FIG rates according to ETSI TR 101 496-2 Table 3.6.1 +/* Recommended FIG rates according to ETSI TR 101 496-2 Table 3.6.1 + * Keep in mind that this specification was not updated since DAB+ came out. + * The rates that are recommended there cannot be satisfied with a well filled + * DAB+ multiplex, and this is the reason the rates have to be reduced compared + * to this recommendation. + */ enum class FIG_rate { FIG0_0, /* Special repetition rate for FIG0/0, EN 300 401 Clause 6.4 In any 96 ms period, the FIG 0/0 should be transmitted in a fixed time |