libosmogb
1.5.1.118-645a
Osmocom Gb library
|
Data Fields | |
struct gprs_ns2_vc * | nsvc |
int | N |
bool | initiator |
bool | initiate_block |
bool | initiate_reset |
bool | om_blocked |
bool | accept_unitdata |
struct { | |
struct osmo_timer_list timer | |
enum ns2_timeout mode | |
int N | |
struct timespec timer_started | |
} | alive |
bool gprs_ns2_vc_priv::accept_unitdata |
struct { ... } gprs_ns2_vc_priv::alive |
bool gprs_ns2_vc_priv::initiate_block |
bool gprs_ns2_vc_priv::initiate_reset |
Referenced by ns2_st_reset(), ns2_st_reset_onenter(), ns2_st_unconfigured(), ns2_vc_fsm_allstate_action(), and ns2_vc_fsm_timer_cb().
bool gprs_ns2_vc_priv::initiator |
Referenced by ns2_st_unconfigured(), and ns2_vc_fsm_alloc().
enum ns2_timeout gprs_ns2_vc_priv::mode |
Referenced by alive_timeout_handler(), ns2_st_alive_onenter(), recv_test_procedure(), and start_test_procedure().
int gprs_ns2_vc_priv::N |
struct gprs_ns2_vc* gprs_ns2_vc_priv::nsvc |
Referenced by alive_timeout_handler(), ns2_st_alive_onenter(), ns2_st_blocked(), ns2_st_blocked_onenter(), ns2_st_reset(), ns2_st_reset_onenter(), ns2_st_unblocked(), ns2_st_unblocked_on_enter(), ns2_st_unconfigured(), ns2_vc_fsm_alloc(), ns2_vc_fsm_allstate_action(), ns2_vc_fsm_timer_cb(), ns_inst_from_fi(), recv_test_procedure(), and start_test_procedure().
bool gprs_ns2_vc_priv::om_blocked |
struct osmo_timer_list gprs_ns2_vc_priv::timer |
struct timespec gprs_ns2_vc_priv::timer_started |
Referenced by alive_timeout_handler(), alive_timer_elapsed_ms(), and start_test_procedure().