#include <wds.h>
|
|
uint16_t | PcoId |
| |
|
uint16_t | Mcc |
| |
|
uint16_t | Mnc |
| |
|
uint8_t | MncIncludesPcsDigit |
| |
|
uint8_t | AppSpecificInfoLength |
| |
|
uint8_t | AppSpecificInfo [MAX_APP_SPECIFIC_INFO] |
| |
|
uint16_t | ContainerId |
| |
This structure contains the WdsApnOpReservedPco_t Information
- Parameter values default to their data type's maximum unsigned value unless explicitly stated otherwise.
- Parameters
-
| PcoId |
- PCO ID of this PCO. Range: 0xFF00 to 0xFFFF.
|
| Mcc |
- A 16-bit integer representation of MCC. Range: 0 to 999.
|
| Mnc |
- A 16-bit integer representation of MNC. Range: 0 to 999.
|
| MncIncludesPcsDigit |
- Interprets the length of the corresponding MNC reported in the TLV. Values:
TRUE - MNC is a three-digit value; for example, a reported value of 90
corresponds to an MNC value of 090 FALSE - MNC is a two-digit value; for example, a reported value of 90
corresponds to an MNC value of 90.
|
| AppSpecificInfoLength |
- Number of sets of the following elements: app_specific_info
|
| pAppSpecificInfo |
- Points to the application-specific information from the network. The format for this field complies with 3GPP TS 24.008. The field is populated in this
format for both 3GPP and 3GPP2.
|
| ContainerId |
- Container ID of this PCO.
|
The documentation for this struct was generated from the following file: