#include <nas.h>
|
uint16_t | mcc |
|
uint16_t | mnc |
|
uint8_t | mnc_includes_pcs_digit |
|
uint32_t | id |
|
uint8_t | rat |
|
This structure contains CSG ID information
- Parameters
-
mcc |
- A 16-bit integer representation of CSG MCC. Range: 0 to 999.
|
mnc |
- A 16-bit integer representation of CSG MNC. Range: 0 to 999.
|
mnc_includes_pcs_digit |
- This field is used to interpret the length of the corresponding MNC reported in the TLVs (in this table) with an MNC or mobile_network_code field.
- 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
|
id |
- Closed subscriber group identifier.
|
rat |
- Radio interface technology of the CSG network.
- Values:
- 0x04 - RADIO_IF_GSM - GSM
- 0x05 - RADIO_IF_UMTS - UMTS
- 0x08 - RADIO_IF_LTE - LTE
- 0x09 - RADIO_IF_TDSCDMA - TDS
|
The documentation for this struct was generated from the following file: