Home
last modified time | relevance | path

Searched refs:pLteSystemInfo (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c1312 PLTE_SYSTEM_INFO pLteSystemInfo; in requestRegistrationState2() local
1522 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()