libosmogb 1.10.0.58-6cd7a
Osmocom Gb library
|
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... | |
the data structure stored in msgb->cb for libgb apps
unsigned char* libgb_msgb_cb::bssgp_cell_id |
Cell Identifier.
Referenced by bssgp_msgb_copy().
unsigned char* libgb_msgb_cb::bssgph |
Referenced by bssgp_msgb_copy().
uint16_t libgb_msgb_cb::bvci |
Referenced by bssgp_msgb_copy().
unsigned char* libgb_msgb_cb::llch |
Referenced by bssgp_msgb_copy().
uint16_t libgb_msgb_cb::nsei |
Identifiers of a BTS, equal to 'struct bssgp_bts_ctx'.
Referenced by bssgp_msgb_copy().
uint32_t libgb_msgb_cb::tlli |
Identifier of a MS (inside BTS), equal to 'struct sgsn_mm_ctx'.
Referenced by bssgp_msgb_copy().