LinuxQMISDK-Lite  SLQS04.00.23
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
unpack_wds_SLQSGetRuntimeSettings_t Struct Reference

Data Fields

uint32_t IPv4
 
uint8_t ProfileName [128]
 
uint32_t PDPType
 
uint8_t APNName [128]
 
uint32_t PrimaryDNSV4
 
uint32_t SecondaryDNSV4
 
LibPackUMTSQoS UMTSGrantedQoS
 
struct wds_GPRSQoS GPRSGrantedQoS
 
uint8_t Username [128]
 
uint32_t Authentication
 
struct wds_ProfileIdentifier ProfileID
 
uint32_t GWAddressV4
 
uint32_t SubnetMaskV4
 
uint8_t PCSCFAddrPCO
 
struct
wds_PCSCFIPv4ServerAddressList 
ServerAddrList
 
struct wds_PCSCFFQDNAddressList PCSCFFQDNAddrList
 
uint16_t PrimaryDNSV6 [8]
 
uint16_t SecondaryDNSV6 [8]
 
uint32_t Mtu
 
struct wds_DomainNameList DomainList
 
uint8_t IPFamilyPreference
 
uint8_t IMCNflag
 
uint16_t Technology
 
struct wds_IPV6AddressInfo IPV6AddrInfo
 
struct wds_IPV6GWAddressInfo IPV6GWAddrInfo
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure contains unpack get runtime settings information.

Parameters
IPv4ipv4 address
  • Bit to check in ParamPresenceMask - 30
ProfileNameprofile name
  • Bit to check in ParamPresenceMask - 16
PDPTypePDP type
  • Bit to check in ParamPresenceMask - 17
APNNameAPN name
  • Bit to check in ParamPresenceMask - 20
PrimaryDNSV4primary dns IPV4
  • Bit to check in ParamPresenceMask - 21
SecondaryDNSV4secondary dns IPV4
  • Bit to check in ParamPresenceMask - 22
UMTSGrantedQoSUMTS Granted Qos
  • Bit to check in ParamPresenceMask - 23
GPRSGrantedQoSGPRS Granted QoS
  • Bit to check in ParamPresenceMask - 25
Usernameusername for authentication process
  • Bit to check in ParamPresenceMask - 27
Authenticationauthentication for authentication process
  • Bit to check in ParamPresenceMask - 29
ProfielIDprofile ID
  • Bit to check in ParamPresenceMask - 31
GWAddressV4Gateway IPv4
  • Bit to check in ParamPresenceMask - 32
SubnetMaskV4Subnet mask IPV4
  • Bit to check in ParamPresenceMask - 33
PCSCFAddrPCOPCSCF address PCO
  • Bit to check in ParamPresenceMask - 34
ServerAddrListPCSCF server address list IPV4
  • Bit to check in ParamPresenceMask - 35
PCSCFFQDNAddrListPCSCF FQDN address list IPV4
  • Bit to check in ParamPresenceMask - 36
PrimaryDNSV6Primary DNS IPV6
  • Bit to check in ParamPresenceMask - 39
SecondryDNSV6Secondry DNS IPV6
  • Bit to check in ParamPresenceMask - 40
Mtuactual (runtime) Maximum Transfer Unit
  • Bit to check in ParamPresenceMask - 41
DomainListdomain list
  • Bit to check in ParamPresenceMask - 42
IPFamilyPreferenceip family preference, it could be IPV4 or IPV6
  • Bit to check in ParamPresenceMask - 43
IMCNflagIM control flag, value: TRUE or FALSE
  • Bit to check in ParamPresenceMask - 44
Technologytechnology on which current packet data session is in progress
  • Values:
    • 32767 - CDMA
    • 32764 - UMTS
    • 30592 - EPC
    • 30584 - modem link local
  • Bit to check in ParamPresenceMask - 45
IPV6AddrInfoaddress information IPV6
  • Bit to check in ParamPresenceMask - 37
IPV6GWAddrInfogateway address information IPV6
  • Bit to check in ParamPresenceMask - 38
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

Field Documentation

uint8_t unpack_wds_SLQSGetRuntimeSettings_t::APNName[128]
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::Authentication
struct wds_DomainNameList unpack_wds_SLQSGetRuntimeSettings_t::DomainList
struct wds_GPRSQoS unpack_wds_SLQSGetRuntimeSettings_t::GPRSGrantedQoS
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::GWAddressV4
uint8_t unpack_wds_SLQSGetRuntimeSettings_t::IMCNflag
uint8_t unpack_wds_SLQSGetRuntimeSettings_t::IPFamilyPreference
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::IPv4
struct wds_IPV6AddressInfo unpack_wds_SLQSGetRuntimeSettings_t::IPV6AddrInfo
struct wds_IPV6GWAddressInfo unpack_wds_SLQSGetRuntimeSettings_t::IPV6GWAddrInfo
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::Mtu
swi_uint256_t unpack_wds_SLQSGetRuntimeSettings_t::ParamPresenceMask
uint8_t unpack_wds_SLQSGetRuntimeSettings_t::PCSCFAddrPCO
struct wds_PCSCFFQDNAddressList unpack_wds_SLQSGetRuntimeSettings_t::PCSCFFQDNAddrList
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::PDPType
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::PrimaryDNSV4
uint16_t unpack_wds_SLQSGetRuntimeSettings_t::PrimaryDNSV6[8]
struct wds_ProfileIdentifier unpack_wds_SLQSGetRuntimeSettings_t::ProfileID
uint8_t unpack_wds_SLQSGetRuntimeSettings_t::ProfileName[128]
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::SecondaryDNSV4
uint16_t unpack_wds_SLQSGetRuntimeSettings_t::SecondaryDNSV6[8]
struct wds_PCSCFIPv4ServerAddressList unpack_wds_SLQSGetRuntimeSettings_t::ServerAddrList
uint32_t unpack_wds_SLQSGetRuntimeSettings_t::SubnetMaskV4
uint16_t unpack_wds_SLQSGetRuntimeSettings_t::Technology
LibPackUMTSQoS unpack_wds_SLQSGetRuntimeSettings_t::UMTSGrantedQoS
uint8_t unpack_wds_SLQSGetRuntimeSettings_t::Username[128]

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved