From f4d3672f0ce4897a28afbc528f24a1f29a524398 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 22 Apr 2017 05:41:15 +0200 Subject: Correct order of length indicator in FIG0_21 header --- src/fig/FIG0_21.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig') diff --git a/src/fig/FIG0_21.cpp b/src/fig/FIG0_21.cpp index 402f064..caa0b4f 100644 --- a/src/fig/FIG0_21.cpp +++ b/src/fig/FIG0_21.cpp @@ -32,9 +32,9 @@ namespace FIC { struct FIGtype0_21_header { // This was RegionId in EN 300 401 V1.4.1 uint8_t rfaHigh; - uint8_t rfaLow:3; uint8_t length_fi:5; + uint8_t rfaLow:3; } PACKED; struct FIGtype0_21_fi_list_header { -- cgit v1.2.3