|
const char * | get_rsl_name (int value) |
|
struct lapdm_datalink * | lapdm_datalink_for_sapi (struct lapdm_entity *le, uint8_t sapi) |
|
void | lapdm_entity_init (struct lapdm_entity *le, enum lapdm_mode mode, int t200) |
| initialize a LAPDm entity and all datalinks inside
|
|
void | lapdm_entity_init2 (struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200) |
| initialize a LAPDm entity and all datalinks inside
|
|
void | lapdm_entity_init3 (struct lapdm_entity *le, enum lapdm_mode mode, const int *t200_ms, int n200, const char *name_pfx) |
| initialize a LAPDm entity and all datalinks inside
|
|
void | lapdm_channel_init (struct lapdm_channel *lc, enum lapdm_mode mode) |
| initialize a LAPDm channel and all its channels
|
|
int | lapdm_channel_init2 (struct lapdm_channel *lc, enum lapdm_mode mode, const int *t200_ms_dcch, const int *t200_ms_acch, enum gsm_chan_t chan_t) |
| initialize a LAPDm channel and all its channels
|
|
int | lapdm_channel_init3 (struct lapdm_channel *lc, enum lapdm_mode mode, const int *t200_ms_dcch, const int *t200_ms_acch, enum gsm_chan_t chan_t, const char *name_pfx) |
| initialize a LAPDm channel and all its channels
|
|
void | lapdm_entity_exit (struct lapdm_entity *le) |
| flush and release all resoures in LAPDm entity
|
|
void | lapdm_channel_exit (struct lapdm_channel *lc) |
|
int | lapdm_phsap_up (struct osmo_prim_hdr *oph, struct lapdm_entity *le) |
| Receive a PH-SAP primitive from L1.
|
|
int | lapdm_rslms_recvmsg (struct msgb *msg, struct lapdm_channel *lc) |
| Receive a RSLms Message buffers from Layer 3.
|
|
void | lapdm_channel_set_l3 (struct lapdm_channel *lc, lapdm_cb_t cb, void *ctx) |
| Set the L3 callback and context of a LAPDm channel.
|
|
void | lapdm_channel_set_l1 (struct lapdm_channel *lc, osmo_prim_cb cb, void *ctx) |
| Set the L1 callback and context of a LAPDm channel.
|
|
int | lapdm_entity_set_mode (struct lapdm_entity *le, enum lapdm_mode mode) |
| Set the lapdm_mode of a LAPDm entity.
|
|
int | lapdm_channel_set_mode (struct lapdm_channel *lc, enum lapdm_mode mode) |
| Set the lapdm_mode of a LAPDm channel.
|
|
void | lapdm_entity_reset (struct lapdm_entity *le) |
| Reset an entire LAPDm entity and all its datalinks.
|
|
void | lapdm_channel_reset (struct lapdm_channel *lc) |
| Reset a LAPDm channel with all its entities.
|
|
void | lapdm_entity_set_flags (struct lapdm_entity *le, unsigned int flags) |
| Set the flags of a LAPDm entity.
|
|
void | lapdm_channel_set_flags (struct lapdm_channel *lc, unsigned int flags) |
| Set the flags of all LAPDm entities in a LAPDm channel.
|
|
void | lapdm_entity_set_t200_fn (struct lapdm_entity *le, const uint32_t *t200_fn) |
| Set the T200 FN timer of a LAPDm entity.
|
|
void | lapdm_channel_set_t200_fn (struct lapdm_channel *lc, const uint32_t *t200_fn_dcch, const uint32_t *t200_fn_acch) |
| Set the T200 FN timer of all LAPDm entities in a LAPDm channel.
|
|
int | lapdm_phsap_dequeue_prim (struct lapdm_entity *le, struct osmo_phsap_prim *pp) |
| dequeue a msg that's pending transmission via L1 and wrap it into a osmo_phsap_prim
|
|
int | lapdm_phsap_dequeue_prim_fn (struct lapdm_entity *le, struct osmo_phsap_prim *pp, uint32_t fn) |
| dequeue a msg that's pending transmission via L1 and wrap it into a osmo_phsap_prim
|
|
void | lapdm_t200_fn (struct lapdm_entity *le, uint32_t fn) |
| Get receive frame number from L1.
|
|