3#include <osmocom/core/timer.h>
4#include <osmocom/gsm/protocol/gsm_04_11.h>
6#define GSM411_MMSMS_EST_REQ 0x310
7#define GSM411_MMSMS_EST_IND 0x312
8#define GSM411_MMSMS_EST_CNF 0x311
9#define GSM411_MMSMS_REL_REQ 0x320
10#define GSM411_MMSMS_REL_IND 0x322
11#define GSM411_MMSMS_DATA_REQ 0x330
12#define GSM411_MMSMS_DATA_IND 0x332
13#define GSM411_MMSMS_UNIT_DATA_REQ 0x340
14#define GSM411_MMSMS_UNIT_DATA_IND 0x342
15#define GSM411_MMSMS_ERR_IND 0x372
17#define GSM411_MNSMS_ABORT_REQ 0x101
18#define GSM411_MNSMS_DATA_REQ 0x102
19#define GSM411_MNSMS_DATA_IND 0x103
20#define GSM411_MNSMS_EST_REQ 0x104
21#define GSM411_MNSMS_EST_IND 0x105
22#define GSM411_MNSMS_ERROR_IND 0x106
23#define GSM411_MNSMS_REL_REQ 0x107
31 struct msgb *msg,
int cp_msg_type);
33 enum gsm411_cp_state cp_state;
34 struct osmo_timer_list cp_timer;
43extern const struct value_string gsm411_cp_cause_strs[];
46void gsm411_smc_init(
struct gsm411_smc_inst *inst, uint64_t
id,
int network,
50 struct msgb *msg,
int cp_msg_type));
61 struct msgb *msg,
int cp_msg_type);
Definition: gsm0411_smc.h:25