|
libosmogb
1.5.1
Osmocom Gb library
|
Data Fields | |
| struct gprs_ns2_inst * | nsi |
| uint16_t | nsei |
| uint16_t | max_pdu_len |
| uint16_t | bvci |
| bool | role_sgsn |
| bool | locally_blocked |
| uint8_t | block_cause |
| uint8_t | last_reset_cause |
| struct { | |
| uint32_t advertised | |
| uint32_t received | |
| uint32_t negotiated | |
| enum bssgp_fc_granularity fc_granularity | |
| } | features |
| struct gprs_ra_id | ra_id |
| uint16_t | cell_id |
| const struct bssgp_bvc_fsm_ops * | ops |
| void * | ops_priv |
| uint32_t bvc_fsm_priv::advertised |
| uint8_t bvc_fsm_priv::block_cause |
| uint16_t bvc_fsm_priv::bvci |
| uint16_t bvc_fsm_priv::cell_id |
| enum bssgp_fc_granularity bvc_fsm_priv::fc_granularity |
Referenced by bssgp_bvc_fsm_unblocked().
| struct { ... } bvc_fsm_priv::features |
| uint8_t bvc_fsm_priv::last_reset_cause |
Referenced by bssgp_bvc_fsm_allstate(), and bssgp_bvc_fsm_timer_cb().
| bool bvc_fsm_priv::locally_blocked |
| uint16_t bvc_fsm_priv::max_pdu_len |
Referenced by _bvc_fsm_alloc(), _tx_status(), bssgp_bvc_fsm_get_max_pdu_len(), and bssgp_bvc_fsm_set_max_pdu_len().
| uint32_t bvc_fsm_priv::negotiated |
Referenced by bssgp_bvc_fsm_get_features_negotiated(), bssgp_bvc_fsm_unblocked(), and update_negotiated_features().
| uint16_t bvc_fsm_priv::nsei |
Referenced by _bvc_fsm_alloc(), _onenter_tail(), bssgp_bvc_fsm_allstate(), bssgp_bvc_fsm_unblocked(), fi_tx_ptp(), and fi_tx_sig().
| struct gprs_ns2_inst* bvc_fsm_priv::nsi |
Referenced by _bvc_fsm_alloc(), fi_tx_ptp(), and fi_tx_sig().
| const struct bssgp_bvc_fsm_ops* bvc_fsm_priv::ops |
Referenced by _onenter_tail(), bssgp_bvc_fsm_allstate(), bssgp_bvc_fsm_set_ops(), and bssgp_bvc_fsm_unblocked().
| void* bvc_fsm_priv::ops_priv |
Referenced by _onenter_tail(), bssgp_bvc_fsm_allstate(), bssgp_bvc_fsm_set_ops(), and bssgp_bvc_fsm_unblocked().
| struct gprs_ra_id bvc_fsm_priv::ra_id |
| uint32_t bvc_fsm_priv::received |
Referenced by bssgp_bvc_fsm_get_features_received(), and update_negotiated_features().
| bool bvc_fsm_priv::role_sgsn |