summaryrefslogtreecommitdiffstats
path: root/src/fig/FIG0.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-23 16:09:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-23 16:09:05 +0200
commitfedd97e8339e1bcdc3f657ecfb0c3d5b482d7cff (patch)
tree6c15db567183c67497e7d4ddb7ba0541d7e40789 /src/fig/FIG0.h
parentd6c06c688a7e2843b46156509baa8112442f74e1 (diff)
downloaddabmux-fedd97e8339e1bcdc3f657ecfb0c3d5b482d7cff.tar.gz
dabmux-fedd97e8339e1bcdc3f657ecfb0c3d5b482d7cff.tar.bz2
dabmux-fedd97e8339e1bcdc3f657ecfb0c3d5b482d7cff.zip
Simplify FIG0/3 structures
Diffstat (limited to 'src/fig/FIG0.h')
-rw-r--r--src/fig/FIG0.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h
index bd86791..64d376d 100644
--- a/src/fig/FIG0.h
+++ b/src/fig/FIG0.h
@@ -345,21 +345,11 @@ struct FIGtype0_2_packet_component {
} PACKED;
-struct FIGtype0_3_header {
- uint8_t Length:5;
- uint8_t FIGtypeNumber:3;
- uint8_t Extension:5;
- uint8_t PD:1;
- uint8_t OE:1;
- uint8_t CN:1;
-} PACKED;
-
-
/* Warning: When bit SCCA_flag is unset(0), the multiplexer R&S does not send
* the SCCA field. But, in the Factum ETI analyzer, if this field is not there,
* it is an error.
*/
-struct FIGtype0_3_data {
+struct FIGtype0_3 {
uint8_t SCId_high;
uint8_t SCCA_flag:1;
uint8_t rfa:3;