libosmogsm
0.12.0
Osmocom GSM library
|
Go to the documentation of this file.
8 #define GSM412_MSG_LEN 88
9 #define GSM412_BLOCK_LEN 22
11 #define GSM412_SEQ_FST_BLOCK 0x0
12 #define GSM412_SEQ_SND_BLOCK 0x1
13 #define GSM412_SEQ_TRD_BLOCK 0x2
14 #define GSM412_SEQ_FTH_BLOCK 0x3
15 #define GSM412_SEQ_FST_SCHED_BLOCK 0x8
16 #define GSM412_SEQ_NULL_MSG 0xf
19 #if OSMO_IS_LITTLE_ENDIAN == 1
33 #if OSMO_IS_LITTLE_ENDIAN == 1
Definition: gsm_04_12.h:32
uint8_t end_slot_nr
Definition: gsm_04_12.h:43
uint8_t lb
Definition: gsm_04_12.h:27
struct gsm412_block_type __attribute__((packed))
uint8_t spare
Definition: gsm_04_12.h:25
uint8_t lpd
Definition: gsm_04_12.h:26
uint8_t type
Definition: gsm_04_12.h:39
Definition: gsm_04_12.h:18
uint8_t spare1
Definition: gsm_04_12.h:42
uint8_t spare2
Definition: gsm_04_12.h:41
uint8_t cbsms_msg_map[6]
Definition: gsm_04_12.h:45
uint8_t seq_nr
Definition: gsm_04_12.h:28
uint8_t data[0]
Definition: gsm_04_12.h:46
uint8_t beg_slot_nr
Definition: gsm_04_12.h:40