3 #include <osmocom/gsm/protocol/gsm_04_11.h> 5 #define GSM411_SM_RL_DATA_REQ 0x401 6 #define GSM411_SM_RL_DATA_IND 0x402 7 #define GSM411_SM_RL_MEM_AVAIL_REQ 0x403 8 #define GSM411_SM_RL_MEM_AVAIL_IND 0x404 9 #define GSM411_SM_RL_REPORT_REQ 0x405 10 #define GSM411_SM_RL_REPORT_IND 0x406 20 enum gsm411_rp_state rp_state;
21 struct osmo_timer_list rp_timer;
24 extern const struct value_string gsm411_rp_cause_strs[];
27 void gsm411_smr_init(
struct gsm411_smr_inst *inst, uint64_t
id,
int network,
Definition: gsm0411_smr.h:12
uint8_t msg_type
message type (abis_rsl_msgtype)
Definition: gsm_08_58.h:442