From fedd97e8339e1bcdc3f657ecfb0c3d5b482d7cff Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 23 Sep 2016 16:09:05 +0200 Subject: Simplify FIG0/3 structures --- src/fig/FIG0.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/fig/FIG0.h') 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; -- cgit v1.2.3