Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
_slqs3GPPConfigItem Struct Reference

#include <qaGobiApiWds.h>

Data Fields

WORD * pLTEAttachProfile
 
WORD * pProfileList
 
BYTE * pDefaultPDNEnabled
 
BYTE * p3gppRelease
 
WORD LTEAttachProfileListLen
 
WORD * pLTEAttachProfileList
 

Detailed Description

This structure contains the 3gpp Configuration Item information.

Parameters
pLTEAttachProfile
  • LTE Attach Profile
    • points to a single WORD Value indicating the attached LTE Profile
    • Optional parameter with possible values 1-16 (EM/MC73xx or earlier)
    • function SLQSGet3GPPConfigItem() returns a default value 255 if no LTE Attach Profile is configured
  • This setting is deprecated on MC/EM74xx
pProfileList
  • Profile List
    • an array of 4 profile configurations
    • Each element points to a single WORD value indicating profile
    • Optional parameter with possible values
      • 1 - 16 (MC/EM73xx and before)
      • 1 - 24 (MC/EM74xx and onwards)
    • function SLQSGet3GPPConfigItem() returns a default value 255 if no 3gpp configuration is present
pDefaultPDNEnabled
  • Always Connect Default PDN
    • A single BYTE value indicating the status of Always connect default PDN
      • 0 - disabled
      • 1 - enabled
    • Optional parameter
    • function SLQSGet3GPPConfigItem() returns a default value 255 if no 3gpp configuration is present
p3gppRelease
  • 3gpp release
    • A single BYTE value indicating the 3gpp release
      • 0 - Release 99
      • 1 - Release 5
      • 2 - Release 6
      • 3 - Release 7
      • 4 - Release 8
    • In 9x30 and onwards
      • 5 - Release 9
      • 6 - Release 10
      • 7 - Release 11
    • Optional parameter
    • function SLQSGet3GPPConfigItem() returns a default value 255 if no 3gpp configuration is present
pLTEAttachProfileList
  • pointer to WORD array indicating LTE Attach Profile List
    • Optional parameter
    • possible values: 1-24
    • This setting is only supported for MC/EM74xx onwards
    • The new equivalent option for "pLTEAttachProfile" on 74xx modems is "pLTEAttachProfileList". Please provide attach profiles in order of decreasing priority in this list.
LTEAttachProfileListLen
  • Number of element in pLTEAttachProfileList
    • valid range: 1-24
      • This setting is only supported for MC/EM74xx onwards

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