libosmogsm
0.12.0
Osmocom GSM library
|
Go to the documentation of this file.
6 #include <osmocom/core/endian.h>
7 #include <osmocom/core/utils.h>
11 #define GSM414_MT_CLOSE_TCH_LOOP_CMD 0x00
22 #define GSM414_MT_CLOSE_TCH_LOOP_ACK 0x01
23 #define GSM414_MT_OPEN_LOOP_CMD 0x02
24 #define GSM414_OPEN_LOOP_ACK_IE 0x81
26 #define GSM414_MT_CLOSE_MSLOT_LOOP_CMD 0x20
28 #if OSMO_IS_LITTLE_ENDIAN == 1
39 #define GSM414_MT_CLOSE_MSLOT_LOOP_ACK 0x21
41 #if OSMO_IS_LITTLE_ENDIAN == 1
54 #define GSM414_MT_OPEN_MSLOT_LOOP_CMD 0x22
55 #define GSM414_MT_OPEN_MSLOT_LOOP_ACK 0x23
56 #define GSM414_MT_ACT_EMMI_CMD 0x0c
57 #define GSM414_MT_ACT_EMMI_ACK 0x0d
58 #define GSM414_MT_DEACT_EMMI_CMD 0x80
59 #define GSM414_MT_TEST_INTERFACE 0x84
62 #define GSM414_TT01_MS 2500
63 #define GSM414_TT02_MS 2500
64 #define GSM414_TT03_MS 50
66 #define GSM414_MT_GPRS_TEST_MODE_CMD 0x24
68 #if OSMO_IS_LITTLE_ENDIAN == 1
86 #define GSM414_MT_EGPRS_ST_RB_LOOP_CMD 0x25
88 #if OSMO_IS_LITTLE_ENDIAN == 1
99 #define GSM414_MT_RESET_MS_POS_STORED 0x26
100 #define GSM414_MS_POS_TECH_AGPS 0x00
101 #define GSM414_MS_POS_TECH_AGNSS 0x01
@ GSM414_LOOP_I
Definition: gsm_04_14.h:19
@ GSM414_LOOP_D
Definition: gsm_04_14.h:16
uint16_t l
Definition: gsm_04_14.h:76
uint8_t m
Definition: gsm_04_14.h:93
uint8_t loop_mech
Definition: gsm_04_14.h:49
uint8_t chc
Definition: gsm_04_14.h:35
const struct value_string gsm414_msgt_names[]
Definition: gsm0414.c:6
Definition: gsm_04_14.h:40
@ GSM414_LOOP_A
Definition: gsm_04_14.h:13
uint8_t dl_tx_offset
Definition: gsm_04_14.h:80
@ GSM414_LOOP_E
Definition: gsm_04_14.h:17
@ GSM414_LOOP_B
Definition: gsm_04_14.h:14
Definition: gsm_04_14.h:27
uint8_t loop_mech
Definition: gsm_04_14.h:34
@ GSM414_LOOP_F
Definition: gsm_04_14.h:18
uint8_t m
Definition: gsm_04_14.h:81
uint8_t chc
Definition: gsm_04_14.h:48
uint8_t _spare
Definition: gsm_04_14.h:95
enum gsm414_tch_loop_mode __attribute__
uint16_t d
Definition: gsm_04_14.h:78
uint8_t err_ind
Definition: gsm_04_14.h:50
@ GSM414_LOOP_C
Definition: gsm_04_14.h:15
uint8_t dl_tx_offset
Definition: gsm_04_14.h:94
uint8_t tn
Definition: gsm_04_14.h:33
Definition: gsm_04_14.h:67
Definition: gsm_04_14.h:87
uint16_t spare
Definition: gsm_04_14.h:77
uint8_t _spare
Definition: gsm_04_14.h:79
uint8_t spare
Definition: gsm_04_14.h:47
gsm414_tch_loop_mode
Definition: gsm_04_14.h:12