This structure contains pack set 3GPP configuration item information.
- Parameters
-
pLTEAttachProfile |
- Optional parameter
- 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)
- This setting is deprecated on MC/EM74xx
|
ProfileList | 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 |
|
p3gppRelease | 3GPP release
- Optional parameter
- 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
|
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
- 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
|