Searched refs:pLteSystemInfo (Results 1 – 1 of 1) sorted by relevance
1312 PLTE_SYSTEM_INFO pLteSystemInfo; in requestRegistrationState2() local1522 pLteSystemInfo = (PLTE_SYSTEM_INFO)pServiceStatusInfo; in requestRegistrationState2()1523 if (pLteSystemInfo->SrvDomainValid == 0x01) { in requestRegistrationState2()1524 if (pLteSystemInfo->SrvDomain & 0x02) { in requestRegistrationState2()1531 if (pLteSystemInfo->SrvCapabilityValid == 0x01) { in requestRegistrationState2()1533 if (pLteSystemInfo->SrvCapability & 0x02) { in requestRegistrationState2()1540 if (pLteSystemInfo->NetworkIdValid == 0x01) { in requestRegistrationState2()1541 MobileCountryCode = (USHORT)char2ushort(pLteSystemInfo->MCC); in requestRegistrationState2()1542 MobileNetworkCode = (USHORT)char2ushort(pLteSystemInfo->MNC); in requestRegistrationState2()