|
libosmogb 1.11.0.52-28973f
Osmocom Gb library
|
BSSGP paging information. More...
#include <gprs_bssgp.h>
Data Fields | |
| enum bssgp_paging_mode | mode |
| CS or PS paging. More... | |
| enum bssgp_paging_scope | scope |
| bssgp_paging_scope More... | |
| struct gprs_ra_id | raid |
| RA Identifier. More... | |
| uint16_t | bvci |
| BVCI. More... | |
| char * | imsi |
| IMSI, if any. More... | |
| uint32_t * | ptmsi |
| P-TMSI, if any. More... | |
| uint16_t | drx_params |
| DRX parameters. More... | |
| uint8_t | qos [3] |
| QoS parameters. More... | |
BSSGP paging information.
| uint16_t bssgp_paging_info::bvci |
BVCI.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| uint16_t bssgp_paging_info::drx_params |
DRX parameters.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| char* bssgp_paging_info::imsi |
IMSI, if any.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| enum bssgp_paging_mode bssgp_paging_info::mode |
CS or PS paging.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| uint32_t* bssgp_paging_info::ptmsi |
P-TMSI, if any.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| uint8_t bssgp_paging_info::qos[3] |
QoS parameters.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| struct gprs_ra_id bssgp_paging_info::raid |
RA Identifier.
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().
| enum bssgp_paging_scope bssgp_paging_info::scope |
bssgp_paging_scope
Referenced by bssgp_rx_paging(), and bssgp_tx_paging().