diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 4 | ||||
-rw-r--r-- | doc/servicelinking.mux | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index f725f84..93a636f 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -362,6 +362,10 @@ outputs { edi { ; EDI uses the UDP protocol. This implementation of EDI does not support ; EDI Packet Resend. + ; + ; When both EDI and TIST are enabled, ODR-DabMod will download leap-second + ; information from the IETF website, and cache it to the file + ; /tmp/odr-dabmux-leap-seconds.cache destinations { ; The names you give to the destinations have no meaning, ; but have to be unique. You can give them meaningful names to help diff --git a/doc/servicelinking.mux b/doc/servicelinking.mux index 6c491c8..03c842a 100644 --- a/doc/servicelinking.mux +++ b/doc/servicelinking.mux @@ -160,6 +160,11 @@ services { srv-fu { id 0x8daa label "Funk" + + ; If this service is present in other ensembles, it can be announced + ; through FIG0/24. other_ensembles is a comma separated list of + ; ensemble IDs (decimal or hexadecimal with 0x prefix) + other_ensembles "0x4ffe,0x4ffd" } srv-ri { id 0x8dab |