libosmogsm 1.9.3
Osmocom GSM library
osmo_gsup_pdp_info Struct Reference

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. More...
 
const uint8_t * apn_enc
 APN information, still in encoded form. More...
 
size_t apn_enc_len
 length (in octets) of apn_enc More...
 
const uint8_t * qos_enc
 QoS information, still in encoded form. More...
 
size_t qos_enc_len
 length (in octets) of qos_enc More...
 
const uint8_t * pdp_charg_enc
 PDP Charging Characteristics, still in encoded form. More...
 
size_t pdp_charg_enc_len
 length (in octets) of pdp_charg_enc More...
 

Detailed Description

parsed/decoded PDP context information

Field Documentation

◆ apn_enc

const uint8_t* osmo_gsup_pdp_info::apn_enc

APN information, still in encoded form.

Can be NULL if no APN information included

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ apn_enc_len

size_t osmo_gsup_pdp_info::apn_enc_len

length (in octets) of apn_enc

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ context_id

unsigned int osmo_gsup_pdp_info::context_id

◆ have_info

int osmo_gsup_pdp_info::have_info

◆ pdp_charg_enc

const uint8_t* osmo_gsup_pdp_info::pdp_charg_enc

PDP Charging Characteristics, still in encoded form.

Can be NULL if no PDP Charging Characteristics

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ pdp_charg_enc_len

size_t osmo_gsup_pdp_info::pdp_charg_enc_len

length (in octets) of pdp_charg_enc

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ pdp_type

uint16_t osmo_gsup_pdp_info::pdp_type

Type of PDP context.

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ qos_enc

const uint8_t* osmo_gsup_pdp_info::qos_enc

QoS information, still in encoded form.

Can be NULL if no QoS information included

Referenced by decode_pdp_info(), and encode_pdp_info().

◆ qos_enc_len

size_t osmo_gsup_pdp_info::qos_enc_len

length (in octets) of qos_enc

Referenced by decode_pdp_info(), and encode_pdp_info().


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