Go to the source code of this file.
|
| void | gsm411_smr_init (struct gsm411_smr_inst *inst, uint64_t id, int network, int(*rl_recv)(struct gsm411_smr_inst *inst, int msg_type, struct msgb *msg), int(*mn_send)(struct gsm411_smr_inst *inst, int msg_type, struct msgb *msg)) |
| |
| void | gsm411_smr_clear (struct gsm411_smr_inst *inst) |
| |
| int | gsm411_smr_send (struct gsm411_smr_inst *inst, int msg_type, struct msgb *msg) |
| |
| int | gsm411_smr_recv (struct gsm411_smr_inst *inst, int msg_type, struct msgb *msg) |
| |
| #define GSM411_SM_RL_DATA_IND 0x402 |
| #define GSM411_SM_RL_DATA_REQ 0x401 |
| #define GSM411_SM_RL_MEM_AVAIL_IND 0x404 |
| #define GSM411_SM_RL_MEM_AVAIL_REQ 0x403 |
| #define GSM411_SM_RL_REPORT_IND 0x406 |
| #define GSM411_SM_RL_REPORT_REQ 0x405 |