libosmogb 1.10.0.58-6cd7a
Osmocom Gb library
|
#include <gprs_bssgp.h>
Data Fields | |
struct llist_head | list |
struct gprs_ra_id | ra_id |
parsed RA ID of the remote BTS More... | |
uint16_t | cell_id |
Cell ID of the remote BTS. More... | |
uint16_t | bvci |
uint16_t | nsei |
uint32_t | state |
struct rate_ctr_group * | ctrg |
struct bssgp_flow_control * | fc |
uint32_t | bmax_default_ms |
default maximum size of per-MS bucket in octets More... | |
uint32_t | r_default_ms |
default bucket leak rate of per-MS bucket in octests/s More... | |
bool | is_sgsn |
BSS or SGSN. More... | |
uint32_t bssgp_bvc_ctx::bmax_default_ms |
default maximum size of per-MS bucket in octets
Referenced by bssgp_fc_ms_init(), and bssgp_rx_fc_bvc().
uint16_t bssgp_bvc_ctx::bvci |
Referenced by bssgp_rx_fc_bvc(), bssgp_rx_llc_disc(), bssgp_rx_ptp(), bssgp_rx_sign(), bssgp_rx_ul_ud(), bssgp_tx_bvc_block(), bssgp_tx_bvc_ptp_reset(), bssgp_tx_bvc_unblock(), bssgp_tx_fc_bvc(), bssgp_tx_fc_ms(), bssgp_tx_llc_discarded(), bssgp_tx_ra_capa_upd(), bssgp_tx_ul_ud(), btsctx_alloc(), btsctx_by_bvci_nsei(), common_tx_radio_status(), and dump_bvc().
uint16_t bssgp_bvc_ctx::cell_id |
Cell ID of the remote BTS.
Referenced by bssgp_rx_bvc_reset(), bssgp_tx_bvc_reset2(), bssgp_tx_ul_ud(), btsctx_by_raid_cid(), and dump_bvc().
struct rate_ctr_group* bssgp_bvc_ctx::ctrg |
struct bssgp_flow_control* bssgp_bvc_ctx::fc |
Referenced by bssgp_bvc_ctx_free(), bssgp_flush_all_queues(), bssgp_rx_fc_bvc(), bssgp_tx_dl_ud(), btsctx_alloc(), and dump_bvc().
bool bssgp_bvc_ctx::is_sgsn |
struct llist_head bssgp_bvc_ctx::list |
Referenced by bssgp_bvc_ctx_free(), and btsctx_alloc().
uint16_t bssgp_bvc_ctx::nsei |
Referenced by bssgp_rx_ul_ud(), bssgp_tx_bvc_block(), bssgp_tx_bvc_ptp_reset(), bssgp_tx_bvc_reset2(), bssgp_tx_bvc_unblock(), bssgp_tx_fc_bvc(), bssgp_tx_fc_ms(), bssgp_tx_flush_ll_ack(), bssgp_tx_llc_discarded(), bssgp_tx_ra_capa_upd(), bssgp_tx_ul_ud(), btsctx_alloc(), btsctx_by_bvci_nsei(), common_tx_radio_status(), DEFUN(), and dump_bvc().
uint32_t bssgp_bvc_ctx::r_default_ms |
default bucket leak rate of per-MS bucket in octests/s
Referenced by bssgp_fc_ms_init(), and bssgp_rx_fc_bvc().
struct gprs_ra_id bssgp_bvc_ctx::ra_id |
parsed RA ID of the remote BTS
Referenced by bssgp_rx_bvc_reset(), bssgp_tx_bvc_reset2(), bssgp_tx_ul_ud(), btsctx_by_raid_cid(), and dump_bvc().
uint32_t bssgp_bvc_ctx::state |
Referenced by bssgp_rx_bvc_block(), bssgp_rx_bvc_reset(), bssgp_rx_bvc_unblock(), bssgp_rx_ptp(), and dump_bvc().