diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
commit | f8ee21192238bb5858db9c473dde711e4584dc6a (patch) | |
tree | 930f8619c460b7484fe9d5420aaaf2f5d834e3ad /src/fig/FIG0structs.h | |
parent | 56b5c6ae12136c1c24a8e8f6d001d72bf01b0967 (diff) | |
download | dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.gz dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.bz2 dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.zip |
Add possibility to set several user application types in FIG0/13
Diffstat (limited to 'src/fig/FIG0structs.h')
-rw-r--r-- | src/fig/FIG0structs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fig/FIG0structs.h b/src/fig/FIG0structs.h index d022dc4..a82e59e 100644 --- a/src/fig/FIG0structs.h +++ b/src/fig/FIG0structs.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2017 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -36,7 +36,7 @@ #define FIG0_13_APPTYPE_TPEG 0x4 #define FIG0_13_APPTYPE_DGPS 0x5 #define FIG0_13_APPTYPE_TMC 0x6 -#define FIG0_13_APPTYPE_EPG 0x7 +#define FIG0_13_APPTYPE_SPI 0x7 #define FIG0_13_APPTYPE_DABJAVA 0x8 #define FIG0_13_APPTYPE_JOURNALINE 0x441 |