libosmogsm 1.7.0.32-e145
Osmocom GSM library
|
parsed/decoded PDP context information More...
#include <gsup.h>
Data Fields | |
unsigned int | context_id |
int | have_info |
uint16_t | pdp_type |
Type of PDP context. | |
const uint8_t * | apn_enc |
APN information, still in encoded form. | |
size_t | apn_enc_len |
length (in octets) of apn_enc | |
const uint8_t * | qos_enc |
QoS information, still in encoded form. | |
size_t | qos_enc_len |
length (in octets) of qos_enc | |
const uint8_t * | pdp_charg_enc |
PDP Charging Characteristics, still in encoded form. | |
size_t | pdp_charg_enc_len |
length (in octets) of pdp_charg_enc | |
parsed/decoded PDP context information
APN information, still in encoded form.
Can be NULL if no APN information included
size_t osmo_gsup_pdp_info::apn_enc_len |
length (in octets) of apn_enc
int osmo_gsup_pdp_info::have_info |
PDP Charging Characteristics, still in encoded form.
Can be NULL if no PDP Charging Characteristics
size_t osmo_gsup_pdp_info::pdp_charg_enc_len |
length (in octets) of pdp_charg_enc
uint16_t osmo_gsup_pdp_info::pdp_type |
Type of PDP context.
QoS information, still in encoded form.
Can be NULL if no QoS information included
size_t osmo_gsup_pdp_info::qos_enc_len |
length (in octets) of qos_enc