This structure contains unpack get 3GPP configure item information.
- Parameters
-
| LTEAttachProfile |
- 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
- Bit to check in ParamPresenceMask - 16
|
| 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
- Bit to check in ParamPresenceMask - 17
- Note: the 5th entry is currently ignored, please set it to zero
|
[out] | defaultPDNEnabled |
- 0 - disabled
- 1 - enabled
- Bit to check in ParamPresenceMask - 18
|
[out] | _3gppRelease | 3GPP release
- 0 - Release_99
- 1 - Release_5
- 2 - Release_6
- 3 - Release_7
- 4 - Release_8
- 5 - Release_9 (In 9x30 and toworads)
- 6 - Release_10 (In 9x30 and toworads)
- 7 - Release_11 (In 9x30 and toworads)
- Bit to check in ParamPresenceMask - 19
|
[out] | LTEAttachProfileList |
- pointer to WORD array indiciating 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.
- Bit to check in ParamPresenceMask - 20
|
[in,out] | LTEAttachProfileListLen |
- Number of element in pLTEAttachProfileList
- valid range: 1-24
- This setting is only supported for MC/EM74xx onwards
- Bit to check in ParamPresenceMask - 20
|
| ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|