libosmo-sigtran
0.10.0
Osmocom SIGTRAN library
|
Data Fields | |
struct llist_head | list |
struct osmo_sccp_instance * | inst |
struct osmo_sccp_user * | user |
uint32_t | remote_pc |
struct osmo_sccp_addr | calling_addr |
struct osmo_sccp_addr | called_addr |
uint32_t | conn_id |
uint32_t | remote_ref |
uint32_t | importance |
uint32_t | sccp_class |
uint32_t | release_cause |
bool | incoming |
struct osmo_fsm_inst * | fi |
struct osmo_timer_list | t_conn |
struct osmo_timer_list | t_ias |
struct osmo_timer_list | t_iar |
struct osmo_timer_list | t_rel |
struct osmo_timer_list | t_int |
struct osmo_timer_list | t_rep_rel |
struct osmo_sccp_addr sccp_connection::called_addr |
Referenced by scoc_fsm_idle(), scu_gen_encode_and_send(), vty_show_connection(), and xua_gen_msg_co().
struct osmo_sccp_addr sccp_connection::calling_addr |
Referenced by scoc_fsm_idle(), scu_gen_encode_and_send(), vty_show_connection(), and xua_gen_msg_co().
uint32_t sccp_connection::conn_id |
struct osmo_fsm_inst* sccp_connection::fi |
Referenced by conn_create_id(), conn_destroy(), conn_tmr_cb(), int_tmr_cb(), osmo_sccp_user_sap_down(), rel_tmr_cb(), rep_rel_tmr_cb(), rx_inact_tmr_cb(), sccp_scoc_rx_from_scrc(), sccp_scoc_rx_scrc_rout_fail(), scu_gen_encode_and_send(), tx_inact_tmr_cb(), tx_rlsd_from_xua_twoway(), and vty_show_connection().
uint32_t sccp_connection::importance |
Referenced by scoc_fsm_idle(), and scu_gen_encode_and_send().
bool sccp_connection::incoming |
struct osmo_sccp_instance* sccp_connection::inst |
struct llist_head sccp_connection::list |
Referenced by _sccp_handle_connection_confirm(), _sccp_handle_connection_dt1(), _sccp_handle_connection_refused(), _sccp_handle_connection_release_complete(), _sccp_handle_connection_released(), _sccp_handle_connection_request(), _sccp_send_connection_release_complete(), _sccp_send_connection_request(), conn_create_id(), conn_destroy(), conn_find_by_id(), destination_local_reference_is_free(), sccp_connection_force_free(), sccp_scoc_flush_connections(), sccp_scoc_show_connections(), and source_local_reference_is_free().
uint32_t sccp_connection::release_cause |
Referenced by scoc_fsm_conn_pend_out(), and scoc_fsm_wait_conn_conf().
uint32_t sccp_connection::remote_pc |
uint32_t sccp_connection::remote_ref |
uint32_t sccp_connection::sccp_class |
Referenced by scoc_fsm_active(), scoc_fsm_idle(), scu_gen_encode_and_send(), and xua_gen_msg_co().
struct osmo_timer_list sccp_connection::t_conn |
Referenced by conn_create_id(), conn_start_connect_timer(), and conn_stop_connect_timer().
struct osmo_timer_list sccp_connection::t_iar |
Referenced by conn_create_id(), conn_restart_rx_inact_timer(), and conn_stop_inact_timers().
struct osmo_timer_list sccp_connection::t_ias |
Referenced by conn_create_id(), conn_restart_tx_inact_timer(), and conn_stop_inact_timers().
struct osmo_timer_list sccp_connection::t_int |
Referenced by conn_create_id(), conn_start_int_timer(), and conn_stop_release_timers().
struct osmo_timer_list sccp_connection::t_rel |
Referenced by conn_create_id(), conn_start_rel_timer(), and conn_stop_release_timers().
struct osmo_timer_list sccp_connection::t_rep_rel |
Referenced by conn_create_id(), conn_start_rep_rel_timer(), and conn_stop_release_timers().
struct osmo_sccp_user* sccp_connection::user |
Referenced by osmo_sccp_user_sap_down(), sccp_scoc_rx_from_scrc(), scu_gen_encode_and_send(), and vty_show_connection().