|
libosmo-sigtran
0.8.1.39-3137
Osmocom SIGTRAN library
|
Go to the source code of this file.
Enumerations | |
| enum | xua_as_event { XUA_ASPAS_ASP_INACTIVE_IND, XUA_ASPAS_ASP_DOWN_IND, XUA_ASPAS_ASP_ACTIVE_IND, XUA_AS_E_RECOVERY_EXPD, XUA_AS_E_TRANSFER_REQ } |
Functions | |
| struct osmo_fsm_inst * | xua_as_fsm_start (struct osmo_ss7_as *as, int log_level) |
| Start an AS FSM for a given Application Server. More... | |
Variables | |
| struct osmo_fsm | xua_as_fsm |
| enum xua_as_event |
| struct osmo_fsm_inst* xua_as_fsm_start | ( | struct osmo_ss7_as * | as, |
| int | log_level | ||
| ) |
Start an AS FSM for a given Application Server.
| [in] | as | Application Server for which to start the AS FSM |
| [in] | log_level | Logging level for logging of this FSM |
References xua_as_fsm_priv::as, osmo_ss7_as::cfg, osmo_ss7_as::name, xua_as_fsm_priv::queued_msgs, xua_as_fsm_priv::recovery, xua_as_fsm_priv::t_r, and t_r_callback().
Referenced by osmo_ss7_as_find_or_create().
| struct osmo_fsm xua_as_fsm |
Referenced by osmo_ss7_init().