#include <nas.h>
|
|
uint16_t | mcc |
| |
|
uint16_t | mnc |
| |
|
char | name [255] |
| |
|
uint16_t | sid |
| |
|
uint16_t | nid |
| |
|
swi_uint256_t | ParamPresenceMask |
| |
This structure contains unpack get get home network parameters.
- Parameters
-
| mcc |
- Mobile country code (UMTS only).
- A 16-bit integer representation of MCC. Range: 0 to 999.
- Bit to check in ParamPresenceMask - 1
|
| mnc |
- Mobile network code (UMTS only).
- A 16-bit integer representation of MNC. Range: 0 to 999.
- Bit to check in ParamPresenceMask - 1
|
| name |
- Network name or description represented as a NULL terminated string (empty string returned when unknown) (UMTS only).
- Bit to check in ParamPresenceMask - 1
|
| sid |
- Home network system ID
- 0xFFFF - Unknown.
- Only applies to cdma2000
- Bit to check in ParamPresenceMask - 16
|
| nid |
- Home network ID
- 0xFFFF - Unknown.
- Only applies to cdma2000
- Bit to check in ParamPresenceMask - 16
|
| ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|
The documentation for this struct was generated from the following file: