1 #ifndef PROTO_GSM_04_12_H
2 #define PROTO_GSM_04_12_H
8 #define GSM412_SEQ_FST_BLOCK 0x0
9 #define GSM412_SEQ_SND_BLOCK 0x1
10 #define GSM412_SEQ_TRD_BLOCK 0x2
11 #define GSM412_SEQ_FTH_BLOCK 0x3
12 #define GSM412_SEQ_FST_SCHED_BLOCK 0x8
13 #define GSM412_SEQ_NULL_MSG 0xf
20 } __attribute__((packed));
23 uint8_t beg_slot_nr : 6,
25 uint8_t end_slot_nr : 6,
26 spare1 : 1, spare2: 1;
27 uint8_t cbsms_msg_map[6];
29 } __attribute__((packed));