diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 11:08:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-06-30 11:08:14 +0200 |
commit | 794a3f2d9a6cf5de7744922eb78f2fc6c4e35f5f (patch) | |
tree | e32467257bfe73d9161c71669da55cfcfe579146 /datafeatures.tex | |
parent | b4b38e4a5249844c8a7a5b6c3246728b7e0ab6ab (diff) | |
download | mmbtools-doc-794a3f2d9a6cf5de7744922eb78f2fc6c4e35f5f.tar.gz mmbtools-doc-794a3f2d9a6cf5de7744922eb78f2fc6c4e35f5f.tar.bz2 mmbtools-doc-794a3f2d9a6cf5de7744922eb78f2fc6c4e35f5f.zip |
Add a chapter about data features
Diffstat (limited to 'datafeatures.tex')
-rw-r--r-- | datafeatures.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/datafeatures.tex b/datafeatures.tex new file mode 100644 index 0000000..3a67fa8 --- /dev/null +++ b/datafeatures.tex @@ -0,0 +1,25 @@ +% LICENSE: see LICENCE +\section{Data Features} +\subsection{Announcements} +The ODR-DabMux multiplexer supports the insertion of FIG 0/18 and FIG 0/19 that +are used to define and trigger announcements according to ETSI TR 101 496-2 +Clause 3.6.8~\cite{etsitr1014962}. +An example configuration is available in the ODR-DabMux repository, in +\texttt{doc/advanced.mux}. + +The best known application for announcements is traffic information, but other +kinds of announcements can also be signalled. ODR-DabMux allows triggering the +announcements through the telnet and ZMQ remote control interfaces. + +\subsection{Service Linking} +ODR-DabMux also supports the ability to inform receivers about other ways to +receive a given service, through the FIGs 0/6, 0/21 and 0/24. FIG 0/6 +communicates the identifiers of services linked together, 0/21 informs the +receiver about other frequencies, and 0/24 includes information about other DAB +ensembles carrying the linked service. +Their interaction is outlined in ETSI TS 103 176~\cite{etsits103176}. + +You will find an example configuration in the ODR-DabMux repository, in +\texttt{doc/servicelinking.mux}. + +% vim: spl=en spell tw=80 et |