7#define GSM412_MSG_LEN 88
8#define GSM412_BLOCK_LEN 22
10#define GSM412_SEQ_FST_BLOCK 0x0
11#define GSM412_SEQ_SND_BLOCK 0x1
12#define GSM412_SEQ_TRD_BLOCK 0x2
13#define GSM412_SEQ_FTH_BLOCK 0x3
14#define GSM412_SEQ_FST_SCHED_BLOCK 0x8
15#define GSM412_SEQ_NULL_MSG 0xf
22} __attribute__((packed));
25 uint8_t beg_slot_nr : 6,
27 uint8_t end_slot_nr : 6,
28 spare1 : 1, spare2: 1;
29 uint8_t cbsms_msg_map[6];
31} __attribute__((packed));
Definition gsm_04_12.h:17
Definition gsm_04_12.h:24