aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--dab.bib17
-rw-r--r--datafeatures.tex25
-rw-r--r--mmbtools.tex3
4 files changed, 45 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 503fe3f..edc1c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ includes = introduction.tex \
scenarios.tex \
appendix.tex \
systemenvironments.tex \
+ datafeatures.tex \
sfn.tex
bib = dab.bib
diff --git a/dab.bib b/dab.bib
index 0c0b5cc..f634786 100644
--- a/dab.bib
+++ b/dab.bib
@@ -97,6 +97,23 @@ manual{Xarticle,
title = {{TS 102 821, Digital Radio Mondiale (DRM); Distribution and Communications Protocol (DCP)}},
}
+@manual{etsitr1014962,
+ author = {{ETSI}},
+ month = {{November}},
+ year = {2000},
+ note = {V1.1.1},
+ title = {{TR 101 496-2, Guidelines and rules for implementation and
+ operation; Part 2: System features}},
+}
+
+@manual{etsits103176,
+ author = {{ETSI}},
+ month = {{July}},
+ year = {2013},
+ note = {V1.1.2},
+ title = {{TS 103 176, Digital Audio Broadcasting (DAB); Rules of implementation; Service information features}},
+}
+
@manual{understandingfreqaccur,
organization = "Anritsu",
title = {{Understanding Frequency Accuracy in Crystal Controlled Instruments}},
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
diff --git a/mmbtools.tex b/mmbtools.tex
index ae267f9..6b273d9 100644
--- a/mmbtools.tex
+++ b/mmbtools.tex
@@ -145,7 +145,7 @@ clock_config_t},
\begin{center}
\Large
- \textsc{Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2016}
+ \textsc{Opendigitalradio\\\href{http://opendigitalradio.org}{http://opendigitalradio.org}\\2014--2017}
\end{center}
\vspace{\fill}
\vspace*{\stretch{2}}
@@ -197,6 +197,7 @@ clock_config_t},
\include{introduction}
\include{interfaces}
\include{scenarios}
+\include{datafeatures}
\include{systemenvironments}
\include{sfn}
\appendix