libosmogsm 0.9.6-23.20170220git32ee5af8.fc42
Osmocom GSM library
Loading...
Searching...
No Matches
osmo_gsup_pdp_info Struct Reference

#include <gsup.h>

Data Fields

unsigned int context_id
 
int have_info
 
uint16_t pdp_type
 
const uint8_t * apn_enc
 
size_t apn_enc_len
 
const uint8_t * qos_enc
 
size_t qos_enc_len
 

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

◆ apn_enc_len

size_t osmo_gsup_pdp_info::apn_enc_len

length (in octets) of apn_enc

◆ pdp_type

uint16_t osmo_gsup_pdp_info::pdp_type

Type of PDP context

◆ 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

◆ qos_enc_len

size_t osmo_gsup_pdp_info::qos_enc_len

length (in octets) of qos_enc


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