From d6c06c688a7e2843b46156509baa8112442f74e1 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Sep 2016 15:52:01 +0200 Subject: Update FIG0/17 to EN 300 401 V2.1.1 --- src/fig/FIG0.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/fig/FIG0.h') diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index dcd0df1..bd86791 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -473,18 +473,17 @@ struct FIGtype0_10_LongForm { } PACKED; -struct FIGtype0_17_programme { +struct FIGtype0_17 { uint16_t SId; - uint8_t NFC:2; - uint8_t Rfa:2; - uint8_t CC:1; // Complimentary code - uint8_t L:1; // Signals presence of language field - uint8_t PS:1; // Primary/Secondary - // PS==0: language refers to primary service component - // PS==1: language refers to secondary service component + + uint8_t rfa2_high:4; + uint8_t rfu1:2; + uint8_t rfa1:1; uint8_t SD:1; // Static/Dynamic - // SD==0: PTy and language may not represent the current programme contents - // SD==1: PTy and language represent the current programme contents + + uint8_t IntCode:5; + uint8_t rfu2:1; + uint8_t rfa2_low:2; } PACKED; struct FIGtype0_18 { -- cgit v1.2.3