libosmogb 1.9.0.196-9975
Osmocom Gb library
libgb_msgb_cb Struct Reference

the data structure stored in msgb->cb for libgb apps More...

#include <gprs_msgb.h>

Data Fields

unsigned char * bssgph
 
unsigned char * llch
 
unsigned char * bssgp_cell_id
 Cell Identifier. More...
 
uint16_t nsei
 Identifiers of a BTS, equal to 'struct bssgp_bts_ctx'. More...
 
uint16_t bvci
 
uint32_t tlli
 Identifier of a MS (inside BTS), equal to 'struct sgsn_mm_ctx'. More...
 

Detailed Description

the data structure stored in msgb->cb for libgb apps

Field Documentation

◆ bssgp_cell_id

unsigned char* libgb_msgb_cb::bssgp_cell_id

Cell Identifier.

Referenced by bssgp_msgb_copy().

◆ bssgph

unsigned char* libgb_msgb_cb::bssgph

Referenced by bssgp_msgb_copy().

◆ bvci

uint16_t libgb_msgb_cb::bvci

Referenced by bssgp_msgb_copy().

◆ llch

unsigned char* libgb_msgb_cb::llch

Referenced by bssgp_msgb_copy().

◆ nsei

uint16_t libgb_msgb_cb::nsei

Identifiers of a BTS, equal to 'struct bssgp_bts_ctx'.

Referenced by bssgp_msgb_copy().

◆ tlli

uint32_t libgb_msgb_cb::tlli

Identifier of a MS (inside BTS), equal to 'struct sgsn_mm_ctx'.

Referenced by bssgp_msgb_copy().


The documentation for this struct was generated from the following file: