LinuxQMISDK  SLQS04.00.21
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qaGobiApiNas.h
Go to the documentation of this file.
1 
9 /*
10  * Copyright: © 2011-2015 Sierra Wireless, Inc. all rights reserved
11  */
12 #ifndef __GOBI_API_NAS_H__
13 #define __GOBI_API_NAS_H__
14 #include <stdbool.h>
15 
16 #define SLQS_SS_INFO_LIST_MAX_ELEMENTS 18
17 #define MAX_DESCRIPTION_LENGTH 255
18 #define SLQS_SYSTEM_ID_SIZE 16
19 #define PLMN_LENGTH 3
20 #define MAX_SERV_SYSTEM_RADIO_INTERFACES 0x0A
21 #define MAX_DATA_SRV_CAPABILITIES 0x20
22 #define NAM_NAME_LENGTH 12
23 #define IMSI_M_S1_LENGTH 7
24 #define IMSI_M_S2_LENGTH 3
25 #define MAX_PILOT_SETS 0xFF
26 #define UATISIZE 16
27 #define NAS_SIG_INFO_MAX_TDSCDMA_THRESHOLDS_LIST_SIZE 16
28 #define NAS_SIG_INFO_MIN_dBm_FLOAT_VALUE -125.0
29 #define NAS_SIG_INFO_MIN_dB_FLOAT_VALUE -10.0
30 #define NAS_MAX_SCC_RX_INFO_INSTANCES 255
31 
32 #define NAS_MAX_SLQS_NAS_PCI_INFO_LENGTH 255
33 #define NAS_MAX_SLQS_NAS_PCI_INFO_PLMN_LENGTH 255
34 #define SLQS_NAS_MCC_MNC_INST_LENGTH 255
35 #define SLQS_NAS_NW_SCAN_LTE_OP_MODE_MAX_LENGTH 255
36 #define MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE 255
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 
71  ULONG *pArraySizes,
72  INT8 *pSignalStrength,
73  ULONG *pRadioInterface );
74 
97  BYTE *pInstanceSize,
98  BYTE *pInstances );
99 
131  ULONG regType,
132  WORD mcc,
133  WORD mnc,
134  ULONG rat );
135 
205  ULONG *pRegistrationState,
206  ULONG *pCSDomain,
207  ULONG *pPSDomain,
208  ULONG *pRAN,
209  BYTE *pRadioIfacesSize,
210  BYTE *pRadioIfaces,
211  ULONG *pRoaming,
212  WORD *pMCC,
213  WORD *pMNC,
214  BYTE nameSize,
215  CHAR *pName );
216 
253  WORD *pMCC,
254  WORD *pMNC,
255  BYTE nameSize,
256  CHAR *pName,
257  WORD *pSID,
258  WORD *pNID);
259 
294  BYTE *pDataCapsSize,
295  BYTE *pDataCaps );
296 
332  ULONG technologyPref,
333  ULONG duration );
334 
375  ULONG *pTechnologyPref,
376  ULONG *pDuration,
377  ULONG *pPersistentTechnologyPref );
378 
395 {
399 };
400 
422  BYTE *pInstanceSize,
423  struct RFBandInfoElements *pRFBandInfo );
424 
437 {
440 };
457 {
461 };
462 
487 {
490 };
491 
505 typedef struct{
509 
526 typedef struct{
531 
548 typedef struct{
553 
570 typedef struct{
575 
586 typedef struct{
590 
609 typedef struct
610 {
617 
632  NasGetRFInfoResp *pGetRFInfoResp );
633 
653  ULONG action );
654 
670  BYTE *pACCOLC );
671 
690  CHAR *spc,
691  BYTE accolc );
692 
761  CHAR *pSPC,
762  BYTE *pForceRev0,
763  BYTE *pCustomSCP,
764  ULONG *pProtocol,
765  ULONG *pBroadcast,
766  ULONG *pApplication,
767  ULONG *pRoaming );
768 
850  BYTE *pSCI,
851  BYTE *pSCM,
852  BYTE *pRegHomeSID,
853  BYTE *pRegForeignSID,
854  BYTE *pRegForeignNID,
855  BYTE *pForceRev0,
856  BYTE *pCustomSCP,
857  ULONG *pProtocol,
858  ULONG *pBroadcast,
859  ULONG *pApplication,
860  ULONG *pRoaming );
861 
880  ULONG *pStatus );
881 
936 typedef struct {
943 }servSystem;
944 
972 typedef struct {
974  BYTE dataCapabilities[MAX_DATA_SRV_CAPABILITIES];
976 
1001 typedef struct {
1005  BYTE netDescr[255];
1006 }currentPLMN;
1007 
1035 typedef struct {
1039 }roamIndList;
1040 
1059 typedef struct {
1064 
1111 typedef struct {
1117 }detailSvcInfo;
1118 
1130 typedef struct {
1134 
1166 typedef struct {
1169 }callBarStatus;
1170 
1293 typedef struct {
1320 
1340 
1398 ULONG SLQSSetBandPreference( ULONGLONG bandpreference );
1399 
1442  BYTE systemSelectionInd,
1443  BYTE DDTMInd,
1444  BYTE servingSystemInd);
1445 
1470 {
1473 };
1474 
1491 {
1494 };
1495 
1537 {
1540 };
1541 
1554 {
1557 };
1558 
1567 {
1569 };
1570 
1579 {
1581 };
1582 
1673 {
1686 };
1687 
1704 ULONG SLQSGetSignalStrength( struct slqsSignalStrengthInfo *pSignalInfo );
1705 
1744 {
1752 };
1753 
1772 {
1777 
1794 {
1798 };
1799 
1820 {
1826 };
1827 
1858 {
1867 };
1868 
1900 typedef struct{
1906 }lteOpModeTlv;
1907 
1961 typedef struct _slqsNetworkScanInfo
1962 {
1974 
1993 
2014 {
2018 };
2019 
2038 {
2041 };
2042 
2069 struct CSGID
2070 {
2076 };
2077 
2294 typedef struct _sysSelectPrefParams
2295 {
2310  struct CSGID *pCSGID;
2313 
2327 ULONG SLQSSetSysSelectionPref( sysSelectPrefParams *pSysSelectPrefParams );
2328 
2329 
2347 {
2352 };
2353 
2374 {
2377 };
2378 
2396 {
2401 };
2402 
2535 typedef struct
2536 {
2546 
2560 ULONG SLQSSetSysSelectionPrefExt( sysSelectPrefParamsExt *pSysSelectPrefParamsExt );
2561 
2738 typedef struct _sysSelectPrefInfo
2739 {
2750 
2764 ULONG SLQSGetSysSelectionPref( sysSelectPrefInfo *pSysSelectPrefInfo );
2765 
2786 typedef struct
2787 {
2792 
2813 typedef struct
2814 {
2818 
2835 typedef struct
2836 {
2840 
2892 typedef struct
2893 {
2897 
2949 typedef struct
2950 {
2954 
2977 typedef struct
2978 {
2983 
3003 typedef struct
3004 {
3010 }BandPrefTlv;
3011 
3019 
3020 
3028 
3073 {
3081  NR5gBandPrefTlv *pNr5gBandPref;
3082  LTEBandPrefExtTlv *pLTEBandPrefExt;
3084 
3098 ULONG SLQSGetSysSelectionPrefExt( sysSelectPrefExtInfo *pSysSelectPrefExtInfo );
3119 typedef struct
3120 {
3123 } SrvStatusInfo;
3124 
3155 typedef struct
3156 {
3161 
3238 typedef struct
3239 {
3248 } sysInfoCommon;
3249 
3370 typedef struct
3371 {
3393 } CDMASysInfo;
3394 
3459 typedef struct
3460 {
3470 } HDRSysInfo;
3471 
3565 typedef struct
3566 {
3582 } GSMSysInfo;
3583 
3699 typedef struct
3700 {
3718 } WCDMASysInfo;
3719 
3798 typedef struct
3799 {
3813 } LTESysInfo;
3814 
3828 typedef struct
3829 {
3832 } AddCDMASysInfo;
3833 
3850 typedef struct
3851 {
3854 } AddSysInfo;
3855 
3876 typedef struct
3877 {
3881 
3969 typedef struct
3970 {
3993 
4017 ULONG SLQSNasGetSysInfo( nasGetSysInfoResp *pGetSysInfoResp );
4018 
4072 typedef struct
4073 {
4079 } CommInfo;
4080 
4155 typedef struct
4156 {
4164 } LTEInfo;
4165 
4177 typedef struct
4178 {
4182 
4196 ULONG SLQSNasSwiModemStatus( swiModemStatusResp *pModemStatusResp );
4197 
4210 typedef struct
4211 {
4214 
4228 ULONG SLQSNasGetHDRColorCode( nasGetHDRColorCodeResp *pGetHDRColorCodeResp );
4229 
4242 typedef struct
4243 {
4246 
4278 typedef struct
4279 {
4286 } rxInfo;
4287 
4302 typedef struct
4303 {
4306 } txInfo;
4307 
4321 typedef struct
4322 {
4327 
4348  nasGetTxRxInfoReq *pGetTxRxInfoReq,
4349  nasGetTxRxInfoResp *pGetTxRxInfoResp );
4350 
4364 typedef struct
4365 {
4368 } CDMASSInfo;
4369 
4401 typedef struct
4402 {
4407 } HDRSSInfo;
4408 
4432 typedef struct
4433 {
4438 } LTESSInfo;
4439 
4457 typedef struct
4458 {
4464 
4491 typedef struct
4492 {
4501 
4520 ULONG SLQSNasGetSigInfo( nasGetSigInfoResp *pGetSigInfoResp );
4521 
4639 typedef struct
4640 {
4658 
4680  nasIndicationRegisterReq *pIndicationRegisterReq );
4681 
4706 typedef struct
4707 {
4711 } nasPLMNNameReq;
4712 
4816 typedef struct
4817 {
4820  BYTE spn[255];
4825  BYTE shortName[255];
4830  BYTE longName[255];
4831 } nasPLMNNameResp;
4832 
4850  nasPLMNNameReq *pPLMNNameReq,
4851  nasPLMNNameResp *pPLMNNameResp );
4852 
4877 typedef struct
4878 {
4885 
4896 typedef struct
4897 {
4901 
4917 typedef struct
4918 {
4923 
4991 typedef struct
4992 {
5002 
5013 typedef struct
5014 {
5017 } PLMNNetworkName;
5018 
5027 typedef struct
5028 {
5031 
5055 typedef struct
5056 {
5063 
5080 ULONG SLQSGetOperatorNameData( nasOperatorNameResp *pOperatorNameData );
5081 
5090 typedef struct
5091 {
5094 
5108 typedef struct
5109 {
5112 } namName;
5113 
5126 typedef struct
5127 {
5130 } dirNum;
5131 
5142 typedef struct
5143 {
5146 } sidNid;
5147 
5161 typedef struct
5162 {
5165 } homeSIDNID;
5166 
5185 typedef struct
5186 {
5191 } minBasedIMSI;
5192 
5214 typedef struct
5215 {
5221 } trueIMSI;
5222 
5243 typedef struct
5244 {
5249 } CDMAChannel;
5250 
5274 typedef struct
5275 {
5283 
5305  nasGet3GPP2SubscriptionInfoReq *pGet3GPP2SubsInfoReq,
5306  nasGet3GPP2SubscriptionInfoResp *pGet3GPP2SubsInfoResp);
5307 
5346 typedef struct
5347 {
5349  BYTE nmrPlmn[PLMN_LENGTH];
5354 } nmrCellInfo;
5355 
5407 typedef struct
5408 {
5418 } GERANInfo;
5419 
5439 typedef struct
5440 {
5445 } geranInstInfo;
5446 
5464 typedef struct
5465 {
5470 } UMTSinstInfo;
5471 
5519 typedef struct
5520 {
5532 } UMTSInfo;
5533 
5562 typedef struct
5563 {
5570 } CDMAInfo;
5571 
5597 typedef struct
5598 {
5604 } cellParams;
5605 
5672 typedef struct
5673 {
5687 
5722 typedef struct
5723 {
5729  cellParams cellInterFreqParams[MAX_DESCRIPTION_LENGTH];
5730 } infoInterFreq;
5731 
5747 typedef struct
5748 {
5753 
5787 typedef struct
5788 {
5795 } gsmCellInfo;
5796 
5831 typedef struct
5832 {
5839 } lteGsmCellInfo;
5840 
5856 typedef struct
5857 {
5862 
5887 typedef struct
5888 {
5893 } wcdmaCellInfo;
5894 
5924 typedef struct
5925 {
5933 
5949 typedef struct
5950 {
5955 
5984 typedef struct
5985 {
5992 } umtsLTENbrCell;
5993 
6020 typedef struct
6021 {
6026 
6059 typedef struct
6060 {
6071 
6088  nasCellLocationInfoResp *pNasCellLocationInfoResp );
6089 
6107 typedef struct
6108 {
6112 } MNRInfo;
6113 
6142 typedef struct
6143 {
6149 
6169  nasInitNetworkReg *pNasInitNetRegistrationReg);
6170 
6211 typedef struct
6212 {
6226 
6242 typedef struct
6243 {
6248 
6262 ULONG SLQSSwiGetHDRPersonality ( HDRPersonalityResp *pHDRPersonalityResp );
6263 
6283 typedef struct
6284 {
6290 
6304 ULONG SLQSSwiGetHDRProtSubtype ( HDRProtSubtypResp *pHDRProtSubtypResp );
6305 
6315 typedef struct
6316 {
6318 }PSDetachReq;
6319 
6333 ULONG SLQSSwiPSDetach ( PSDetachReq *pPSDetachReq );
6334 
6369 typedef struct
6370 {
6376 
6389 ULONG SLQSGetErrorRate ( GetErrRateResp *pGetErrRateResp );
6390 
6401 typedef struct
6402 {
6405 } DRCParams;
6406 
6423 typedef struct
6424 {
6428 } PilotSetParams;
6429 
6448 typedef struct
6449 {
6452 } PilotSetData;
6453 
6470 typedef struct
6471 {
6476 
6489 ULONG SLQSSwiGetHRPDStats ( GetHRPDStatsResp *pGetHRPDStatsResp );
6490 
6500 typedef struct
6501 {
6505 
6579 typedef struct
6580 {
6590 } NetworkStat1x;
6591 
6645 typedef struct
6646 {
6655 } NetworkStatEVDO;
6656 
6688 typedef struct
6689 {
6695 
6749 typedef struct
6750 {
6754 
6776 typedef struct
6777 {
6784 
6797 ULONG SLQSSwiNetworkDebug ( NetworkDebugResp *pNetworkDebugResp );
6798 
6821 typedef struct
6822 {
6827 }LteCQIParm;
6828 
6841 ULONG SLQSSwiGetLteCQI ( LteCQIParm *pLteCQIResp );
6842 
6862 typedef struct
6863 {
6866 }RSSIThresh;
6867 
6887 typedef struct
6888 {
6891 }ECIOThresh;
6892 
6910 typedef struct
6911 {
6914 }HDRSINRThresh;
6915 
6934 typedef struct
6935 {
6938 }LTESNRThresh;
6939 
6957 typedef struct
6958 {
6961 }IOThresh;
6962 
6983 typedef struct
6984 {
6987 }RSRQThresh;
6988 
7009 typedef struct
7010 {
7013 }RSRPThresh;
7014 
7044 typedef struct
7045 {
7048 }LTESigRptCfg;
7049 
7060 typedef struct
7061 {
7065 
7066 
7108 typedef struct
7109 {
7119 } sigInfo;
7120 
7137 ULONG SLQSConfigSigInfo( sigInfo *pSigInfo );
7138 
7174 typedef struct
7175 {
7184 }NasSwiIndReg;
7185 
7265  WORD *pMCC,
7266  WORD *pMNC,
7267  BYTE nameSize,
7268  CHAR *pName,
7269  WORD *pSID,
7270  WORD *pNID,
7271  WORD *pNw2MCC,
7272  WORD *pNw2MNC,
7273  BYTE *pNw2DescDisp,
7274  BYTE *pNw2DescEnc,
7275  BYTE *pNw2DescLen,
7276  BYTE *pNw2Name );
7277 
7290 typedef struct
7291 {
7295 
7308 typedef struct
7309 {
7313 
7326 typedef struct
7327 {
7330 }HDRRSSIThresh;
7331 
7343 typedef struct
7344 {
7347 }HDRECIOThresh;
7348 
7369 typedef struct
7370 {
7374 
7387 typedef struct
7388 {
7391 }HDRIOThresh;
7392 
7405 typedef struct
7406 {
7409 }GSMRSSIThresh;
7410 
7422 typedef struct
7423 {
7427 
7439 typedef struct
7440 {
7444 
7456 typedef struct
7457 {
7460 }LTERSSIThresh;
7461 
7473 typedef struct
7474 {
7478 
7490 typedef struct
7491 {
7494 }LTERSRQThresh;
7495 
7507 typedef struct
7508 {
7511 }LTERSRPThresh;
7512 
7541 typedef struct
7542 {
7546 
7558 typedef struct
7559 {
7563 
7574 typedef struct
7575 {
7579 
7590 typedef struct
7591 {
7595 
7606 typedef struct
7607 {
7752 typedef struct
7753 {
7807 ULONG SLQSNasConfigSigInfo2( setSignalStrengthInfo *pSetSignalStrengthInfo );
7808 
7809 /* enum declarations */
7810 /*
7811  *
7812  * An enumeration of eQMI_NAS_SET_SYS_SELECT_PREF Radio access technology
7813  *
7814  */
7815 
7821 };
7822 
7823 /*
7824  * NAS LTE CPHY Scell States.
7825  */
7826 typedef enum {
7831 
7832 /*
7833  * NAS LTE CPHY Downlink Values.
7834  */
7835 typedef enum {
7843 
7844 /*
7845  * NAS LTE BAND CLASS E-UTRA Operating BANDs
7846  */
7847 typedef enum {
7918 typedef struct{
7919  int pci;
7920  int freq;
7924 
7934 typedef struct{
7938 
8008 typedef struct{
8009  int pci;
8010  int freq;
8016 
8040 typedef struct{
8041  int pci;
8042  int freq;
8047 
8059 typedef struct{
8063 
8097 typedef struct{
8107 
8108 typedef struct
8109 {
8117 
8118 typedef struct
8119 {
8126 } nasGetLTECphyCa;
8127 
8140 
8154  BYTE *bStatus );
8155 
8166 typedef struct{
8169 }wcdmaUARFCN;
8170 
8186 typedef struct{
8190 }lteEARFCN;
8191 
8205 typedef struct{
8209 }ltePCI;
8210 
8223 typedef struct
8224 {
8229 
8241 ULONG SLQSNASSwiGetChannelLock(nasSwiGetChannelLockResp *pNasSwiGetChannelLockResp);
8242 
8255 typedef struct
8256 {
8261 
8276 ULONG SLQSNASSwiSetChannelLock(nasSwiSetChannelLockReq *pNasSwiSetChannelLockReq);
8277 
8278 /* enum declarations */
8279 /*
8280  *
8281  * An enumeration of eSYS_SRV_DOMAIN Type of service Domain.
8282  *
8283  */
8285  eSYS_SRV_DOMAIN_NO_SRV = 0x00,//No Service
8286  eSYS_SRV_DOMAIN_CS_ONLY = 0x01, //Circuit-switched only
8287  eSYS_SRV_DOMAIN_PS_ONLY = 0x02, //Pack-switched only
8288  eSYS_SRV_DOMAIN_CS_PS = 0x03, //Pack-switched and Circuit-switched
8289  eSYS_SRV_DOMAIN_CAMPED = 0x04, //Camped
8291 };
8292 
8348 typedef struct{
8360 }timeInfo;
8361 
8373 typedef struct
8374 {
8378 
8391 ULONG SLQSGetNetworkTime ( GetNetworkTimeResp *pGetNetworkTimeResp );
8392 
8417 typedef struct{
8422 }RxSigInfo;
8423 
8449 typedef struct
8450 {
8456 }SccRxInfo;
8457 
8466 typedef struct
8467 {
8470 
8483 ULONG SLQSSwiGetLteSccRxInfo ( LteSccRxInfoResp *pLteSccRxInfoResp);
8484 
8496 ULONG SLQSNASSwiGetChannelLock(nasSwiGetChannelLockResp *pNasSwiGetChannelLockResp);
8497 
8544 typedef struct
8545 {
8552 
8566 ULONG SLQSNASSeteDRXParams(nasSeteDRXParamsReq *pNasSeteDRXParamsReq);
8567 
8636 typedef struct
8637 {
8649 
8663 ULONG SLQSNASGeteDRXParams(nasGeteDRXParamsResp *pNasGeteDRXParamsResp);
8664 
8697 typedef struct
8698 {
8715 ULONG SLQSNASGeteDRXParamsExt(nasGeteDRXParamsReq *pNasGeteDRXParamsReq,
8716  nasGeteDRXParamsResp *pNasGeteDRXParamsResp);
8717 
8835 {
8842 
8865 slqsNetworkScanInfoReq *pScanInfoReq,
8866 slqsNetworkScanInfo *pNetworkInfo );
8867 
8890 typedef struct{
8896 
8904 typedef struct
8905 {
8908 
8922 ULONG SLQSNASGetForbiddenNetworks(nasGetForbiddenNetworksResp *pNasGetForbiddenNetworksResp);
8923 
8924 #ifdef __cplusplus
8925 } /* extern "C" { */
8926 #endif
8927 
8928 #endif /* __GOBI_API_NAS_H__ */
struct ciotAcqOrderPref * pCiotAcqOrderPref
Definition: qaGobiApiNas.h:2543
Definition: qaGobiApiNas.h:7308
WORD uarfcn
Definition: qaGobiApiNas.h:5524
BYTE cellIdValid
Definition: qaGobiApiNas.h:3570
ULONG SLQSNasGetSysInfo(nasGetSysInfoResp *pGetSysInfoResp)
Definition: qaGobiApiNas.h:7817
BYTE avgPeriod
Definition: qaGobiApiNas.h:7047
lteEARFCN * pLteEARFCN
Definition: qaGobiApiNas.h:8226
Definition: qaGobiApiNas.h:1672
BYTE psState
Definition: qaGobiApiNas.h:4078
Definition: qaGobiApiNas.h:3969
ULONG earfcn1
Definition: qaGobiApiNas.h:8189
BYTE umtsInst
Definition: qaGobiApiNas.h:5528
INT32 txPower
Definition: qaGobiApiNas.h:4305
BYTE leapSeconds
Definition: qaGobiApiNas.h:1060
Definition: qaGobiApiNas.h:5027
LTEInfoIntrafreq * pLTEInfoIntrafreq
Definition: qaGobiApiNas.h:6064
#define PLMN_LENGTH
Definition: qaGobiApiNas.h:19
ULONG SLQSGetSignalStrength(struct slqsSignalStrengthInfo *pSignalInfo)
Definition: qaGobiApiNas.h:3565
ULONG SLQSGetSysSelectionPrefExt(sysSelectPrefExtInfo *pSysSelectPrefExtInfo)
LTE_BAND_CLASS_E_UTRA_OPERATING_BAND
Definition: qaGobiApiNas.h:7847
DataStatusDetail * pDataStatusDetail
Definition: qaGobiApiNas.h:6782
sysInfoCommon sysInfoWCDMA
Definition: qaGobiApiNas.h:3701
Definition: qaGobiApiNas.h:1771
Definition: qaGobiApiNas.h:3876
Definition: qaGobiApiNas.h:7891
ULONG SLQSNasGet3GPP2Subscription(nasGet3GPP2SubscriptionInfoReq *pGet3GPP2SubsInfoReq, nasGet3GPP2SubscriptionInfoResp *pGet3GPP2SubsInfoResp)
Definition: qaGobiApiNas.h:4639
SHORT snr
Definition: qaGobiApiNas.h:4437
ULONG SLQSNASGeteDRXParamsExt(nasGeteDRXParamsReq *pNasGeteDRXParamsReq, nasGeteDRXParamsResp *pNasGeteDRXParamsResp)
Definition: qaGobiApiNas.h:7881
BYTE ueInIdle
Definition: qaGobiApiNas.h:5749
ltePCI * pLtePCI
Definition: qaGobiApiNas.h:8227
Definition: qaGobiApiNas.h:7882
Definition: qaGobiApiNas.h:4706
Definition: qaGobiApiNas.h:7818
BYTE gsmUmtsDl
Definition: qaGobiApiNas.h:7181
WORD sid
Definition: qaGobiApiNas.h:5145
Definition: qaGobiApiNas.h:7507
NetworkStatEVDO * pNetworkStatEVDO
Definition: qaGobiApiNas.h:6780
Definition: qaGobiApiNas.h:7896
struct _sysSelectPrefParams sysSelectPrefParams
BYTE ActSetCnt
Definition: qaGobiApiNas.h:6586
BYTE dataCapabilitiesLen
Definition: qaGobiApiNas.h:973
struct SlqsNasPCIInfo * pPCIInfo
Definition: qaGobiApiNas.h:1970
Definition: qaGobiApiNas.h:4210
BYTE trueSrvStatus
Definition: qaGobiApiNas.h:3158
BYTE * pPersonalityListLength
Definition: qaGobiApiNas.h:6286
ULONG baseLong
Definition: qaGobiApiNas.h:5569
BYTE * pSignalStrengthInd
Definition: qaGobiApiNas.h:4648
WORD mnc
Definition: qaGobiApiNas.h:4709
BYTE sIntraSearch
Definition: qaGobiApiNas.h:5683
BYTE TlvPresent
Definition: qaGobiApiNas.h:2952
SHORT snrlevel
Definition: qaGobiApiNas.h:1568
BYTE dayLtSavingAdj
Definition: qaGobiApiNas.h:8357
BYTE ueInIdle
Definition: qaGobiApiNas.h:5951
Definition: qaGobiApiNas.h:2037
INT32 rsrq
Definition: qaGobiApiNas.h:8451
WORD SO
Definition: qaGobiApiNas.h:6582
BYTE rejCause
Definition: qaGobiApiNas.h:3807
INT32 rscp
Definition: qaGobiApiNas.h:4283
struct rxSignalStrengthListElement rxSignalStrengthList[18]
Definition: qaGobiApiNas.h:1676
BYTE hsCallStatusValid
Definition: qaGobiApiNas.h:3712
ULONG * pSrvDomainPref
Definition: qaGobiApiNas.h:2747
BYTE hdrActiveProt
Definition: qaGobiApiNas.h:3467
BYTE shortNameLen
Definition: qaGobiApiNas.h:4999
BYTE threshGsmHigh
Definition: qaGobiApiNas.h:5834
ULONGLONG lteNb1BandPref
Definition: qaGobiApiNas.h:2951
ULONG * pTDSCDMARSSIThreshList
Definition: qaGobiApiNas.h:7577
BYTE ciotAcqOrderLen
Definition: qaGobiApiNas.h:2979
WORD geoSysIdx
Definition: qaGobiApiNas.h:3852
BYTE longNameSpareBits
Definition: qaGobiApiNas.h:4995
ULONG Forbidden
Definition: qaGobiApiNas.h:1749
Definition: qaGobiApiNas.h:456
BYTE * pEdrxRAT
Definition: qaGobiApiNas.h:8644
WORD networkID
Definition: qaGobiApiNas.h:3383
Definition: qaGobiApiNas.h:7865
ULONG GetServingNetwork(ULONG *pRegistrationState, ULONG *pCSDomain, ULONG *pPSDomain, ULONG *pRAN, BYTE *pRadioIfacesSize, BYTE *pRadioIfaces, ULONG *pRoaming, WORD *pMCC, WORD *pMNC, BYTE nameSize, CHAR *pName)
BYTE TlvPresent
Definition: qaGobiApiNas.h:8359
BYTE nmrInst
Definition: qaGobiApiNas.h:5416
ULONG * pCiotLteOpMode
Definition: qaGobiApiNas.h:2542
Definition: qaGobiApiNas.h:5108
BYTE PlmnLen
Definition: qaGobiApiNas.h:1824
char CHAR
Definition: SwiDataTypes.h:34
BYTE rptRate
Definition: qaGobiApiNas.h:7046
#define MAX_DESCRIPTION_LENGTH
Definition: qaGobiApiNas.h:17
BYTE srvCapabilityValid
Definition: qaGobiApiNas.h:3242
ULONG GetNetworkPreference(ULONG *pTechnologyPref, ULONG *pDuration, ULONG *pPersistentTechnologyPref)
ULONGLONG * pLTEBandPref
Definition: qaGobiApiNas.h:2745
BYTE * pNetworkTimeInd
Definition: qaGobiApiNas.h:4646
ULONG freq
Definition: qaGobiApiNas.h:1821
ECIOThresh * pECIOThresh
Definition: qaGobiApiNas.h:7111
WORD rsrqRx1
Definition: qaGobiApiNas.h:1866
HDRRSSIThresh * pHDRRSSIThresh
Definition: qaGobiApiNas.h:7758
wcdmaUARFCN * pWcdmaUARFCN
Definition: qaGobiApiNas.h:8257
operatorPLMNList * pOperatorPLMNList
Definition: qaGobiApiNas.h:5058
RfDedicatedBandInfo * pRfDedicatedBandInfo
Definition: qaGobiApiNas.h:612
WORD * pModePref
Definition: qaGobiApiNas.h:2741
BYTE sNonIntraSearch
Definition: qaGobiApiNas.h:5681
BYTE TlvPresent
Definition: qaGobiApiNas.h:1905
BYTE * pDetachAction
Definition: qaGobiApiNas.h:6317
WORD mcc
Definition: qaGobiApiNas.h:4708
BYTE * pMncPcsDigitStatus
Definition: qaGobiApiNas.h:6147
BYTE concSvcInfo
Definition: qaGobiApiNas.h:1311
Definition: qaGobiApiNas.h:3699
BYTE numRadioInterfaces
Definition: qaGobiApiNas.h:941
WORD SecProt
Definition: qaGobiApiNas.h:6221
BYTE CQIValueCW1
Definition: qaGobiApiNas.h:6826
Definition: qaGobiApiNas.h:7886
INT8 timeZone
Definition: qaGobiApiNas.h:8356
PLMNNetworkName * pPLMNNetworkName
Definition: qaGobiApiNas.h:5059
BYTE * pRATInstances
Definition: qaGobiApiNas.h:1965
WORD nmrLac
Definition: qaGobiApiNas.h:5350
Definition: qaGobiApiNas.h:6315
Definition: qaGobiApiNas.h:6579
Definition: qaGobiApiNas.h:5887
INT8 rsrq
Definition: qaGobiApiNas.h:1555
CallBarringSysInfo * pWCDMACallBarringSysInfo
Definition: qaGobiApiNas.h:3987
struct rsrqInformation rsrqInfo
Definition: qaGobiApiNas.h:1683
NAS_LTE_CPHY_CA_BW_NRB dl_bw_value
Definition: qaGobiApiNas.h:8043
SHORT snr
Definition: qaGobiApiNas.h:8452
Definition: qaGobiApiNas.h:7863
GSMSrvStatusInfo * pLTESrvStatusInfo
Definition: qaGobiApiNas.h:3975
Definition: qaGobiApiNas.h:6821
ULONGLONG * pCiotLteOpModePref
Definition: qaGobiApiNas.h:2539
protocolSubtypeElement * pProtoSubTypElmnt
Definition: qaGobiApiNas.h:6287
ULONG cellId
Definition: qaGobiApiNas.h:3571
WORD umtsUarfcn
Definition: qaGobiApiNas.h:5466
Definition: qaGobiApiNas.h:8186
BYTE * pDualStandByPrefInd
Definition: qaGobiApiNas.h:4644
WORD mnc
Definition: qaGobiApiNas.h:6110
Definition: qaGobiApiNas.h:7108
BYTE PCICellInfoLen
Definition: qaGobiApiNas.h:1859
BYTE TlvPresent
Definition: qaGobiApiNas.h:2981
CDMASSInfo * pCDMASSInfo
Definition: qaGobiApiNas.h:4493
int freq
Definition: qaGobiApiNas.h:8010
BYTE rat
Definition: qaGobiApiNas.h:2075
LTESysInfo * pLTESysInfo
Definition: qaGobiApiNas.h:3980
BYTE networkIdValid
Definition: qaGobiApiNas.h:3575
Definition: qaGobiApiNas.h:2977
INT8 * pRSRQThresList
Definition: qaGobiApiNas.h:6986
RfBandInfoList rfbandInfoList
Definition: qaGobiApiNas.h:611
PhyCaAggScellDlBw sPhyCaAggScellDlBw
Definition: qaGobiApiNas.h:8121
ULONG RX_PWR
Definition: qaGobiApiNas.h:6583
eSYS_SRV_DOMAIN
Definition: qaGobiApiNas.h:8284
WORD Lac
Definition: qaGobiApiNas.h:1309
ULONG earfcn
Definition: qaGobiApiNas.h:8207
serviceProviderName * pSrvcProviderName
Definition: qaGobiApiNas.h:5057
Definition: qaGobiApiNas.h:1035
WORD * pCDMAFrameErrRate
Definition: qaGobiApiNas.h:6371
SHORT rsrp
Definition: qaGobiApiNas.h:5601
ULONG timingAdvance
Definition: qaGobiApiNas.h:5414
WORD PER
Definition: qaGobiApiNas.h:6652
WORD lac
Definition: qaGobiApiNas.h:3569
sysInfoCommon sysInfoHDR
Definition: qaGobiApiNas.h:3461
WORD * pHDRECIOThreshList
Definition: qaGobiApiNas.h:7346
BYTE lacValid
Definition: qaGobiApiNas.h:3801
ULONG cellBroadcastCap
Definition: qaGobiApiNas.h:3853
Definition: qaGobiApiNas.h:7870
#define NAS_MAX_SCC_RX_INFO_INSTANCES
Definition: qaGobiApiNas.h:30
BYTE radioIf
Definition: qaGobiApiNas.h:1472
DRCParams * pDRCParams
Definition: qaGobiApiNas.h:6472
LTERSSIThresh * pLTERSSIThresh
Definition: qaGobiApiNas.h:7772
ULONG PerformNetworkScan(BYTE *pInstanceSize, BYTE *pInstances)
Definition: qaGobiApiNas.h:7848
BYTE has_CycleLen
Definition: qaGobiApiNas.h:8639
WORD psc
Definition: qaGobiApiNas.h:5889
unsigned char BYTE
Definition: SwiDataTypes.h:33
ULONGLONG * pTdscdmaBandPref
Definition: qaGobiApiNas.h:2307
RatDisabledMaskTlv * pRatDisabledMask
Definition: qaGobiApiNas.h:3076
BYTE isPrefDataPath
Definition: qaGobiApiNas.h:3122
txInfo * pTXInfo
Definition: qaGobiApiNas.h:4325
WORD packetZone
Definition: qaGobiApiNas.h:3389
Definition: qaGobiApiNas.h:7369
HDRSINRThreshold * pHDRSINRThresh
Definition: qaGobiApiNas.h:7762
BYTE has_LteOpMode
Definition: qaGobiApiNas.h:8647
BYTE isSysForbidden
Definition: qaGobiApiNas.h:1116
BYTE shortNameSpareBits
Definition: qaGobiApiNas.h:4996
Definition: qaGobiApiNas.h:8373
ltePCI * pLtePCI
Definition: qaGobiApiNas.h:8259
BYTE isSysForbidden
Definition: qaGobiApiNas.h:3247
ULONG GetHomeNetwork(WORD *pMCC, WORD *pMNC, BYTE nameSize, CHAR *pName, WORD *pSID, WORD *pNID)
dirNum * pDirNum
Definition: qaGobiApiNas.h:5277
#define MAX_SERV_SYSTEM_RADIO_INTERFACES
Definition: qaGobiApiNas.h:20
struct ecioListElement ecioList[18]
Definition: qaGobiApiNas.h:1678
ULONG * pTDSCDMARSSIDelta
Definition: qaGobiApiNas.h:7784
Definition: qaGobiApiNas.h:1566
ULONG GetANAAAAuthenticationStatus(ULONG *pStatus)
CDMAECIOThresh * pCDMAECIOThresh
Definition: qaGobiApiNas.h:7756
BYTE has_PagingTimeWindow
Definition: qaGobiApiNas.h:8641
BYTE isSysForbiddenValid
Definition: qaGobiApiNas.h:3246
BYTE numInstances
Definition: qaGobiApiNas.h:8453
protocolSubtypeElement * pProtocolSubtypeElement
Definition: qaGobiApiNas.h:6246
struct RfBandwidthInfoElements * pRfBandwidthInfoParam
Definition: qaGobiApiNas.h:573
#define SLQS_NAS_MCC_MNC_INST_LENGTH
Definition: qaGobiApiNas.h:34
BYTE * pChgDuration
Definition: qaGobiApiNas.h:2303
Definition: qaGobiApiNas.h:6242
BYTE * pCycleLen
Definition: qaGobiApiNas.h:8547
Definition: qaGobiApiNas.h:8904
lteOpModeTlv * pLteOpModeTlv
Definition: qaGobiApiNas.h:1972
Definition: qaGobiApiNas.h:1166
WORD psc
Definition: qaGobiApiNas.h:5525
BYTE * pEdrxRAT
Definition: qaGobiApiNas.h:8699
LTERSRPThresh * pLTERSRPThresh
Definition: qaGobiApiNas.h:7778
BYTE shortNameLen
Definition: qaGobiApiNas.h:4824
BYTE IOThresListLen
Definition: qaGobiApiNas.h:6959
GERANInfo * pGERANInfo
Definition: qaGobiApiNas.h:6061
BYTE * pHDRSessionCloseInd
Definition: qaGobiApiNas.h:4651
BYTE * pHDRNewUATIAssInd
Definition: qaGobiApiNas.h:4650
Definition: qaGobiApiNas.h:1001
TDSCDMAECIOThresh * pTDSCDMAECIOThresh
Definition: qaGobiApiNas.h:7785
BYTE emmState
Definition: qaGobiApiNas.h:4161
ULONG SLQSNASGetLTECPHYCaInfo(nasGetLTECphyCa *pLTECPhyCa)
Definition: qaGobiApiNas.h:8097
BYTE cellReselPriority
Definition: qaGobiApiNas.h:5680
BYTE packetZoneValid
Definition: qaGobiApiNas.h:3388
TDSCDMARSSIThresh * pTDSCDMARSSIThresh
Definition: qaGobiApiNas.h:7783
Definition: qaGobiApiNas.h:6910
LTEInfoNeighboringWCDMA * pLTEInfoNeighboringWCDMA
Definition: qaGobiApiNas.h:6067
BYTE * pEdrxRatType
Definition: qaGobiApiNas.h:8549
WORD * pHDRECIODelta
Definition: qaGobiApiNas.h:7761
WORD earfcn
Definition: qaGobiApiNas.h:5724
#define IMSI_M_S1_LENGTH
Definition: qaGobiApiNas.h:23
ULONGLONG bits_1_64
Definition: qaGobiApiNas.h:3005
Definition: qaGobiApiNas.h:6688
Definition: qaGobiApiNas.h:1578
#define SLQS_NAS_NW_SCAN_LTE_OP_MODE_MAX_LENGTH
Definition: qaGobiApiNas.h:35
SrvStatusInfo * pCDMASrvStatusInfo
Definition: qaGobiApiNas.h:3971
SHORT srxlev
Definition: qaGobiApiNas.h:5794
ULONGLONG bits_193_256
Definition: qaGobiApiNas.h:2351
BYTE dirNumLen
Definition: qaGobiApiNas.h:5128
Definition: qaGobiApiNas.h:8290
Definition: qaGobiApiNas.h:3238
BYTE * pPersonalityListLength
Definition: qaGobiApiNas.h:6245
LTESSInfo * pLTESSInfo
Definition: qaGobiApiNas.h:4497
signed char INT8
Definition: SwiDataTypes.h:32
BYTE TDSCDMASINRThreshListLen
Definition: qaGobiApiNas.h:7608
Definition: qaGobiApiNas.h:7884
WORD * pNeighborSetPilotPN
Definition: qaGobiApiNas.h:6589
Definition: qaGobiApiNas.h:7855
struct RfDedicatedBandInfoElements * pRfDedicatedBandInfoParam
Definition: qaGobiApiNas.h:529
BYTE * pSystemSelectionInd
Definition: qaGobiApiNas.h:4641
INT8 temperature
Definition: qaGobiApiNas.h:4074
BYTE egprsSuppValid
Definition: qaGobiApiNas.h:3578
INT8 rssi
Definition: qaGobiApiNas.h:4403
WORD IdleState
Definition: qaGobiApiNas.h:6222
Definition: qaGobiApiNas.h:5464
NR5gBandPrefTlv * pNr5gBandPref
Definition: qaGobiApiNas.h:3081
Definition: qaGobiApiNas.h:6020
BYTE LTERSSIThreshListLen
Definition: qaGobiApiNas.h:7458
ULONG Roaming
Definition: qaGobiApiNas.h:1748
BYTE ActSetPilotPNStrength
Definition: qaGobiApiNas.h:6503
BYTE * pLTEVoiceSupportSysInfo
Definition: qaGobiApiNas.h:3988
ULONG baseLat
Definition: qaGobiApiNas.h:5568
Definition: qaGobiApiNas.h:5519
Definition: qaGobiApiNas.h:8255
BYTE has_EdrxEnable
Definition: qaGobiApiNas.h:8643
ULONG InUse
Definition: qaGobiApiNas.h:1747
ActPilotPNElement * pActPilotPNElements
Definition: qaGobiApiNas.h:6587
BYTE radioIf
Definition: qaGobiApiNas.h:1556
SlqsNas3GppNetworkRAT * pRATInfo
Definition: qaGobiApiNas.h:1966
BYTE WCDMARSSIThreshListLen
Definition: qaGobiApiNas.h:7424
BYTE TDSCDMASINRCONFThreshListLen
Definition: qaGobiApiNas.h:7062
ULONG GlobalCellID
Definition: qaGobiApiNas.h:1823
IOThresh * pIOThresh
Definition: qaGobiApiNas.h:7114
operatorNameString * pOperatorNameString
Definition: qaGobiApiNas.h:5060
WORD * pTDSCDMARSCPDelta
Definition: qaGobiApiNas.h:7782
WCDMARSSIThresh * pWCDMARSSIThresh
Definition: qaGobiApiNas.h:7768
BYTE HDRSINRThreshListLen
Definition: qaGobiApiNas.h:7371
Definition: qaGobiApiNas.h:5831
CDMASysInfoExt CDMASystemInfoExt
Definition: qaGobiApiNas.h:1315
NAS_LTE_CPHY_SCELL_STATE scell_state
Definition: qaGobiApiNas.h:7921
BYTE isRadioTuned
Definition: qaGobiApiNas.h:4280
ULONG SLQSPerformNetworkScan(slqsNetworkScanInfo *pNetworkInfo)
WORD MCC
Definition: qaGobiApiNas.h:1131
trueIMSI * pTrueIMSI
Definition: qaGobiApiNas.h:5280
Definition: qaGobiApiNas.h:2535
WORD * pHDRIOThreshList
Definition: qaGobiApiNas.h:7390
Definition: qaGobiApiNas.h:7405
ULONG TX_PWR
Definition: qaGobiApiNas.h:6585
Definition: qaGobiApiNas.h:7837
ULONG SLQSNasGetCellLocationInfo(nasCellLocationInfoResp *pNasCellLocationInfoResp)
BYTE TlvPresent
Definition: qaGobiApiNas.h:549
sysSelectPrefParams * pSysSelectPrefParams
Definition: qaGobiApiNas.h:2537
BYTE has_PCIInfo
Definition: qaGobiApiNas.h:1971
WORD rsrq
Definition: qaGobiApiNas.h:1864
BYTE lteEsmDl
Definition: qaGobiApiNas.h:7177
BYTE TlvPresent
Definition: qaGobiApiNas.h:8061
ULONG SLQSGetNetworkTime(GetNetworkTimeResp *pGetNetworkTimeResp)
WORD pci
Definition: qaGobiApiNas.h:5987
Definition: qaGobiApiNas.h:5274
ULONG csBarStatus
Definition: qaGobiApiNas.h:1167
Definition: qaGobiApiNas.h:3459
int freq
Definition: qaGobiApiNas.h:7920
Definition: qaGobiApiNas.h:4401
ULONG SLQSNasSwiIndicationRegister(NasSwiIndReg *pIndRegReq)
BYTE isInTraffic
Definition: qaGobiApiNas.h:4304
BYTE radioIf
Definition: qaGobiApiNas.h:1493
SHORT rscp
Definition: qaGobiApiNas.h:5526
ULONG * pTDSCDMAECIODelta
Definition: qaGobiApiNas.h:7786
BYTE WCDMAECIOThreshListLen
Definition: qaGobiApiNas.h:7441
Definition: qaGobiApiNas.h:2892
Definition: qaGobiApiNas.h:7918
ULONG regAction
Definition: qaGobiApiNas.h:6144
BYTE LTESNRThresListLen
Definition: qaGobiApiNas.h:6936
BYTE * pEdrxEnable
Definition: qaGobiApiNas.h:8546
ULONG SLQSNasIndicationRegisterExt(nasIndicationRegisterReq *pIndicationRegisterReq)
ULONG SetNetworkPreference(ULONG technologyPref, ULONG duration)
ULONG rsrq
Definition: qaGobiApiNas.h:5989
Definition: qaGobiApiNas.h:7892
rxInfo * pRXChain1Info
Definition: qaGobiApiNas.h:4324
struct _sysSelectPrefExtInfo sysSelectPrefExtInfo
Definition: qaGobiApiNas.h:8287
BYTE * pObjectVer
Definition: qaGobiApiNas.h:6778
BYTE TlvPresent
Definition: qaGobiApiNas.h:527
Definition: qaGobiApiNas.h:7387
BYTE systemMode
Definition: qaGobiApiNas.h:4076
BYTE RSRPThresListLen
Definition: qaGobiApiNas.h:7011
BYTE sinr
Definition: qaGobiApiNas.h:4405
ULONGLONG * pLteNB1BandPref
Definition: qaGobiApiNas.h:8840
dataSrvCapabilities DataSrvCapabilities
Definition: qaGobiApiNas.h:1296
BYTE hdrActiveProtValid
Definition: qaGobiApiNas.h:3466
BYTE * pInstancesSize
Definition: qaGobiApiNas.h:572
Definition: qaGobiApiNas.h:7841
ULONG nmrCellID
Definition: qaGobiApiNas.h:5348
LTEInfoNeighboringGSM * pLTEInfoNeighboringGSM
Definition: qaGobiApiNas.h:6066
ULONGLONG * pCiotOpModePref
Definition: qaGobiApiNas.h:8838
RfBandInfoExtFormat * pRfBandInfoExtFormat
Definition: qaGobiApiNas.h:613
AcqOrderPrefTlv * pAcqOrderPref
Definition: qaGobiApiNas.h:3075
ULONG globalCellId
Definition: qaGobiApiNas.h:5677
BYTE * pRankIndicatorInd
Definition: qaGobiApiNas.h:7182
BYTE nccPermitted
Definition: qaGobiApiNas.h:5836
BYTE TlvPresent
Definition: qaGobiApiNas.h:2838
Definition: qaGobiApiNas.h:586
ULONG phase
Definition: qaGobiApiNas.h:4285
BYTE codingScheme
Definition: qaGobiApiNas.h:4993
BYTE TlvPresent
Definition: qaGobiApiNas.h:2816
Definition: qaGobiApiNas.h:6776
ULONG pci
Definition: qaGobiApiNas.h:8208
ULONG activeChannel
Definition: qaGobiApiNas.h:460
SHORT * pRSRPThresList
Definition: qaGobiApiNas.h:7012
Definition: qaGobiApiNas.h:972
ULONG * pScanResult
Definition: qaGobiApiNas.h:1969
Definition: qaGobiApiNas.h:4816
Definition: qaGobiApiNas.h:2294
BYTE LastErrCode
Definition: qaGobiApiNas.h:6752
BYTE isPrefDataPath
Definition: qaGobiApiNas.h:3159
BYTE * pSubscriptionInfoInd
Definition: qaGobiApiNas.h:4645
BYTE rxChainIndex
Definition: qaGobiApiNas.h:8418
BYTE band1900
Definition: qaGobiApiNas.h:5790
struct nr5gBandPref * pNr5gBandPref
Definition: qaGobiApiNas.h:2544
ULONG SLQSSwiPSDetach(PSDetachReq *pPSDetachReq)
BYTE HDRRSSIThreshListLen
Definition: qaGobiApiNas.h:7328
WORD MCC
Definition: qaGobiApiNas.h:1002
CDMAInfo * pCDMAInfo
Definition: qaGobiApiNas.h:6063
Definition: qaGobiApiNas.h:2738
LTESNRThreshold * pLTESNRThresh
Definition: qaGobiApiNas.h:7774
WORD NetworkID
Definition: qaGobiApiNas.h:1299
struct _SlqsNas3GppNetworkRAT_ SlqsNas3GppNetworkRAT
BYTE spnLength
Definition: qaGobiApiNas.h:4920
ULONG * pCiotAcqOrder
Definition: qaGobiApiNas.h:2376
Definition: qaGobiApiNas.h:6645
Definition: qaGobiApiNas.h:7343
INT32 ecio
Definition: qaGobiApiNas.h:4282
ULONG BasestationLatitude
Definition: qaGobiApiNas.h:1301
BYTE rejCause
Definition: qaGobiApiNas.h:3708
ULONG * pGWAcqOrderPref
Definition: qaGobiApiNas.h:2748
BYTE geranInst
Definition: qaGobiApiNas.h:5530
ULONG * pLTEOperationMode
Definition: qaGobiApiNas.h:588
WORD arfcn
Definition: qaGobiApiNas.h:5789
WORD nmrRxLev
Definition: qaGobiApiNas.h:5353
Definition: qaGobiApiNas.h:7836
INT8 rsrq
Definition: qaGobiApiNas.h:4435
Definition: qaGobiApiNas.h:6283
WORD rsrpRx1
Definition: qaGobiApiNas.h:1863
RSRQThresh * pRSRQThresh
Definition: qaGobiApiNas.h:7115
Definition: qaGobiApiNas.h:8108
ULONG SLQSNasGetHDRColorCode(nasGetHDRColorCodeResp *pGetHDRColorCodeResp)
CDMASSInfo * pWCDMASSInfo
Definition: qaGobiApiNas.h:4496
SHORT ecio
Definition: qaGobiApiNas.h:5527
WORD imsiT1112
Definition: qaGobiApiNas.h:5217
FLOAT sinr
Definition: qaGobiApiNas.h:4462
INT8 * pGSMSSInfo
Definition: qaGobiApiNas.h:4495
WORD lac2
Definition: qaGobiApiNas.h:4882
BYTE tacValid
Definition: qaGobiApiNas.h:3811
CiotAcqOrderPrefTlv * pCiotAcqOrderPref
Definition: qaGobiApiNas.h:3080
WORD mcc
Definition: qaGobiApiNas.h:2016
WORD * pHDRPackErrRate
Definition: qaGobiApiNas.h:6372
ULONG rat
Definition: qaGobiApiNas.h:6111
LTERSRQThresh * pLTERSRQThresh
Definition: qaGobiApiNas.h:7776
signed short SHORT
Definition: SwiDataTypes.h:39
Definition: qaGobiApiNas.h:1469
FLOAT rssi
Definition: qaGobiApiNas.h:4459
BYTE hsInd
Definition: qaGobiApiNas.h:3715
BYTE cdmaSysIdValid
Definition: qaGobiApiNas.h:3381
ULONG id
Definition: qaGobiApiNas.h:2074
GSMSysInfo * pGSMSysInfo
Definition: qaGobiApiNas.h:3978
ULONG GetServingNetworkCapabilities(BYTE *pDataCapsSize, BYTE *pDataCaps)
WORD earfcn
Definition: qaGobiApiNas.h:5678
BYTE LTERSRQThreshListLen
Definition: qaGobiApiNas.h:7492
Definition: qaGobiApiNas.h:5126
SHORT srxlev
Definition: qaGobiApiNas.h:5990
Definition: qaGobiApiNas.h:7888
SHORT ltesnr
Definition: qaGobiApiNas.h:1684
Definition: qaGobiApiNas.h:8890
WORD activeChannel
Definition: qaGobiApiNas.h:398
BYTE hdrPersonality
Definition: qaGobiApiNas.h:3465
BYTE TlvPresent
Definition: qaGobiApiNas.h:8894
BYTE * pSuppressSysInfoInd
Definition: qaGobiApiNas.h:4654
GSMSrvStatusInfo * pWCDMASrvStatusInfo
Definition: qaGobiApiNas.h:3974
BYTE * pErrorRateInd
Definition: qaGobiApiNas.h:4649
BYTE emmSubState
Definition: qaGobiApiNas.h:4162
BYTE numInstances
Definition: qaGobiApiNas.h:1036
ULONG SLQSSwiNetworkDebug(NetworkDebugResp *pNetworkDebugResp)
BYTE hdrHybrid
Definition: qaGobiApiNas.h:1115
PhyCaAggPcellInfo * pPhyCaAggPcellInfo
Definition: qaGobiApiNas.h:8113
HDRSINRThresh * pHDRSINRThresh
Definition: qaGobiApiNas.h:7112
ULONG SLQSSwiGetHRPDStats(GetHRPDStatsResp *pGetHRPDStatsResp)
BYTE srvCapability
Definition: qaGobiApiNas.h:3243
WORD * pHDRSINRDelta
Definition: qaGobiApiNas.h:7763
BYTE * pInstancesSize
Definition: qaGobiApiNas.h:550
Definition: qaGobiApiNas.h:7558
Definition: qaGobiApiNas.h:6142
LTESigRptConfig * pLTESigRptConfig
Definition: qaGobiApiNas.h:7780
BYTE cellsLen
Definition: qaGobiApiNas.h:5930
Definition: qaGobiApiNas.h:7060
BYTE shortNameSB
Definition: qaGobiApiNas.h:4823
BYTE bsPRev
Definition: qaGobiApiNas.h:3378
Definition: qaGobiApiNas.h:7829
WORD threshXhigh
Definition: qaGobiApiNas.h:5928
WORD rsrp
Definition: qaGobiApiNas.h:1861
ULONG CellID
Definition: qaGobiApiNas.h:1310
Definition: qaGobiApiNas.h:2346
BYTE rejectSrvDomain
Definition: qaGobiApiNas.h:3707
BYTE longNameLen
Definition: qaGobiApiNas.h:4829
BYTE modemMode
Definition: qaGobiApiNas.h:4075
BYTE lteOpModeLen
Definition: qaGobiApiNas.h:1901
BYTE dayOfWeek
Definition: qaGobiApiNas.h:8355
SHORT rsrp
Definition: qaGobiApiNas.h:4436
WORD arfcn
Definition: qaGobiApiNas.h:5412
WORD * pWCDMARSSIDelta
Definition: qaGobiApiNas.h:7769
BYTE shortNameEn
Definition: qaGobiApiNas.h:4821
#define SLQS_SYSTEM_ID_SIZE
Definition: qaGobiApiNas.h:18
WORD lac
Definition: qaGobiApiNas.h:5523
WORD activeBand
Definition: qaGobiApiNas.h:459
BYTE * pServingSystemInd
Definition: qaGobiApiNas.h:4643
Definition: qaGobiApiNas.h:7752
Definition: qaGobiApiNas.h:1743
Definition: qaGobiApiNas.h:6448
WORD * pHDRRSSIDelta
Definition: qaGobiApiNas.h:7759
WORD lac1
Definition: qaGobiApiNas.h:4881
Definition: qaGobiApiNas.h:8289
ULONG csBarStatus
Definition: qaGobiApiNas.h:3878
USHORT ecioListLen
Definition: qaGobiApiNas.h:1677
Definition: qaGobiApiNas.h:7850
BYTE netReg
Definition: qaGobiApiNas.h:2015
ULONG * pTDSCDMASINRDelta
Definition: qaGobiApiNas.h:7788
Definition: qaGobiApiNas.h:2069
BYTE numInstances
Definition: qaGobiApiNas.h:5163
BYTE cellsLen
Definition: qaGobiApiNas.h:5684
Definition: qaGobiApiNas.h:4072
Definition: qaGobiApiNas.h:5346
HDRIOThresh * pHDRIOThresh
Definition: qaGobiApiNas.h:7764
INT32 rsrp
Definition: qaGobiApiNas.h:8421
BYTE status
Definition: qaGobiApiNas.h:8167
SHORT srxlev
Definition: qaGobiApiNas.h:5892
BYTE * pAcqOrder
Definition: qaGobiApiNas.h:2789
BYTE day
Definition: qaGobiApiNas.h:8351
Definition: qaGobiApiNas.h:5984
ULONG BasestationLongitude
Definition: qaGobiApiNas.h:1302
BYTE numInstance
Definition: qaGobiApiNas.h:5015
ULONG * pTDSCDMAECIOThreshList
Definition: qaGobiApiNas.h:7593
WORD PhysicalLayer
Definition: qaGobiApiNas.h:6213
BYTE imsRegState
Definition: qaGobiApiNas.h:4077
servSystem ServingSystem
Definition: qaGobiApiNas.h:1294
PhyCaAggScellIndType * pPhyCaAggScellIndType
Definition: qaGobiApiNas.h:8110
Definition: qaGobiApiNas.h:7866
BYTE regRejectInfoValid
Definition: qaGobiApiNas.h:3572
ULONG SLQSConfigSigInfo(sigInfo *pSigInfo)
WORD priChB
Definition: qaGobiApiNas.h:5246
WORD PilotStrength
Definition: qaGobiApiNas.h:6427
PhyCaAggPcellInfo sPhyCaAggPcellInfo
Definition: qaGobiApiNas.h:8123
BYTE DRCCover
Definition: qaGobiApiNas.h:6404
BYTE HDRECIOThreshListLen
Definition: qaGobiApiNas.h:7345
BYTE threshXHigh
Definition: qaGobiApiNas.h:5726
BYTE status
Definition: qaGobiApiNas.h:8206
ULONG bandwidth
Definition: qaGobiApiNas.h:489
RfBandwidthInfo * pRfBandwidthInfo
Definition: qaGobiApiNas.h:614
BYTE TDSCDMARSCPThreshListLen
Definition: qaGobiApiNas.h:7560
WORD MNC
Definition: qaGobiApiNas.h:1796
BYTE srvStatus
Definition: qaGobiApiNas.h:3157
WORD PilotPN
Definition: qaGobiApiNas.h:6426
BYTE * pWCDMABER
Definition: qaGobiApiNas.h:6374
BYTE MACIndex
Definition: qaGobiApiNas.h:6648
BYTE minute
Definition: qaGobiApiNas.h:8353
struct netSelectionPref * pNetSelPref
Definition: qaGobiApiNas.h:2302
Definition: qaGobiApiNas.h:1553
BYTE umtsLTENbrCellLen
Definition: qaGobiApiNas.h:6023
BYTE dtmSupp
Definition: qaGobiApiNas.h:3581
Definition: qaGobiApiNas.h:7880
Definition: qaGobiApiNas.h:8417
WORD secChB
Definition: qaGobiApiNas.h:5248
ULONGLONG lteM1BandPref
Definition: qaGobiApiNas.h:2894
Definition: qaGobiApiNas.h:7854
ULONG SLQSGetServingSystem(qaQmiServingSystemParam *pServingSystem)
Definition: qaGobiApiNas.h:2835
HDRECIOThresh * pHDRECIOThresh
Definition: qaGobiApiNas.h:7760
ULONG * pScanType
Definition: qaGobiApiNas.h:8837
NAS_LTE_CPHY_SCELL_STATE
Definition: qaGobiApiNas.h:7826
Definition: qaGobiApiNas.h:5055
Definition: qaGobiApiNas.h:936
WORD * pLTERSRPThreshList
Definition: qaGobiApiNas.h:7510
WORD * pLTERSRQThreshList
Definition: qaGobiApiNas.h:7493
Definition: qaGobiApiNas.h:1536
BYTE * pColorCode
Definition: qaGobiApiNas.h:4212
BYTE * pInstancesSize
Definition: qaGobiApiNas.h:528
ULONGLONG * pLteNb1BandPref
Definition: qaGobiApiNas.h:2541
WORD secChA
Definition: qaGobiApiNas.h:5247
ULONG GetCDMANetworkParameters(BYTE *pSCI, BYTE *pSCM, BYTE *pRegHomeSID, BYTE *pRegForeignSID, BYTE *pRegForeignNID, BYTE *pForceRev0, BYTE *pCustomSCP, ULONG *pProtocol, ULONG *pBroadcast, ULONG *pApplication, ULONG *pRoaming)
Definition: qaGobiApiNas.h:7852
BYTE namID
Definition: qaGobiApiNas.h:5092
WORD * pAddHDRSysInfo
Definition: qaGobiApiNas.h:3982
Definition: qaGobiApiNas.h:5142
Definition: qaGobiApiNas.h:7439
int iLTEbandValue
Definition: qaGobiApiNas.h:8012
WORD * pLTERSSIThreshList
Definition: qaGobiApiNas.h:7459
Definition: qaGobiApiNas.h:8834
Definition: qaGobiApiNas.h:3828
signed int INT32
Definition: SwiDataTypes.h:40
Definition: qaGobiApiNas.h:6500
Definition: qaGobiApiNas.h:6423
Definition: qaGobiApiNas.h:7876
WORD * pHDRSINRThreshList
Definition: qaGobiApiNas.h:7372
Definition: qaGobiApiNas.h:8205
WORD geranArfcn
Definition: qaGobiApiNas.h:5441
BYTE * pPagingTimeWindow
Definition: qaGobiApiNas.h:8640
BYTE pRevInUse
Definition: qaGobiApiNas.h:3376
BYTE daylightSavings
Definition: qaGobiApiNas.h:1062
Definition: qaGobiApiNas.h:7290
SHORT rsrplevel
Definition: qaGobiApiNas.h:1580
BYTE band
Definition: qaGobiApiNas.h:4157
ULONG InitiateDomainAttach(ULONG action)
BYTE * pInstanceSize
Definition: qaGobiApiNas.h:506
HDRSSInfo * pHDRSSInfo
Definition: qaGobiApiNas.h:4494
WORD rsrqRx0
Definition: qaGobiApiNas.h:1865
Definition: qaGobiApiNas.h:7885
BYTE localTimeOffset
Definition: qaGobiApiNas.h:1061
BYTE * pMncPcsStatus
Definition: qaGobiApiNas.h:4710
WORD MCC
Definition: qaGobiApiNas.h:1795
TDSCDMARSCPThresh * pTDSCDMARSCPThresh
Definition: qaGobiApiNas.h:7781
BYTE imsi_11_12
Definition: qaGobiApiNas.h:1132
WORD * pCDMAECIOThreshList
Definition: qaGobiApiNas.h:7311
WORD activeBandClass
Definition: qaGobiApiNas.h:397
UMTSInfo * pUMTSInfo
Definition: qaGobiApiNas.h:6062
BYTE hdrSrvStatus
Definition: qaGobiApiNas.h:1114
ULONG cellId
Definition: qaGobiApiNas.h:3705
unsigned short USHORT
Definition: SwiDataTypes.h:36
ULONG * pEdrxCiotLteMode
Definition: qaGobiApiNas.h:8550
WORD * pLTERSRQDelta
Definition: qaGobiApiNas.h:7777
homeSIDNID * pHomeSIDNID
Definition: qaGobiApiNas.h:5278
BYTE rptRate
Definition: qaGobiApiNas.h:7543
Definition: qaGobiApiNas.h:6983
_NAMS_RADIO_IF_TECHNOLOGY_
Definition: qaGobiApiNas.h:7816
Definition: qaGobiApiNas.h:7326
Definition: qaGobiApiNas.h:4491
MNRInfo * pMNRInfo
Definition: qaGobiApiNas.h:6145
WORD pci
Definition: qaGobiApiNas.h:5599
currentPLMN CurrentPLMN
Definition: qaGobiApiNas.h:1297
BYTE is856SysIdValid
Definition: qaGobiApiNas.h:3468
RSRPThresh * pRSRPThresh
Definition: qaGobiApiNas.h:7116
BYTE DTMInd
Definition: qaGobiApiNas.h:1313
WORD * pHDRIODelta
Definition: qaGobiApiNas.h:7765
SHORT cpich_ecno
Definition: qaGobiApiNas.h:5891
Definition: qaGobiApiNas.h:7879
Definition: qaGobiApiNas.h:4177
BYTE CDMARSSIThreshListLen
Definition: qaGobiApiNas.h:7292
Definition: qaGobiApiNas.h:486
ULONG psBarStatus
Definition: qaGobiApiNas.h:3879
WORD SystemID
Definition: qaGobiApiNas.h:1298
Definition: qaGobiApiNas.h:4155
Definition: qaGobiApiNas.h:8223
WORD * pWCDMAECIOThreshList
Definition: qaGobiApiNas.h:7442
Definition: qaGobiApiNas.h:8636
BYTE cells_len
Definition: qaGobiApiNas.h:5728
PhyCaAggScellDlBw * pPhyCaAggScellDlBw
Definition: qaGobiApiNas.h:8111
BYTE * pMNCIncPCSDigStat
Definition: qaGobiApiNas.h:2304
BYTE * pGSMCipherDomainSysInfo
Definition: qaGobiApiNas.h:3989
BYTE * pManagedRoamingInd
Definition: qaGobiApiNas.h:4652
NetworkStat1x * pNetworkStat1x
Definition: qaGobiApiNas.h:6779
BYTE CDMAECIOThreshListLen
Definition: qaGobiApiNas.h:7310
BYTE roamStatus
Definition: qaGobiApiNas.h:3245
Definition: qaGobiApiNas.h:3370
INT32 io
Definition: qaGobiApiNas.h:4406
USHORT errorRateListLen
Definition: qaGobiApiNas.h:1681
BYTE RSSIThresListLen
Definition: qaGobiApiNas.h:6864
WORD * pPRLPref
Definition: qaGobiApiNas.h:2299
WORD baseId
Definition: qaGobiApiNas.h:5566
WORD regPrd
Definition: qaGobiApiNas.h:3831
Definition: qaGobiApiNas.h:4457
ULONG SLQSGetPLMNName(nasPLMNNameReq *pPLMNNameReq, nasPLMNNameResp *pPLMNNameResp)
SccRxInfo * pSccRxInfo
Definition: qaGobiApiNas.h:8468
BYTE isSysPrlMatch
Definition: qaGobiApiNas.h:3463
ForbiddenNetworks3GPP * pForbiddenNetworks3GPP
Definition: qaGobiApiNas.h:8906
Definition: qaGobiApiNas.h:4364
BYTE roamIndicatorVal
Definition: qaGobiApiNas.h:1295
SHORT * pECIOThresList
Definition: qaGobiApiNas.h:6890
sysInfoCommon sysInfoGSM
Definition: qaGobiApiNas.h:3567
BYTE freqsLen
Definition: qaGobiApiNas.h:5859
Definition: qaGobiApiNas.h:5672
ULONG * pCampedCiotLteOpMode
Definition: qaGobiApiNas.h:3991
Definition: qaGobiApiNas.h:5090
LteNb1BandPrefTlv * pLteNb1BandPref
Definition: qaGobiApiNas.h:3079
BYTE LTESNRThreshListLen
Definition: qaGobiApiNas.h:7475
BYTE srvCapability
Definition: qaGobiApiNas.h:1113
BYTE isSysPrlMatchValid
Definition: qaGobiApiNas.h:3462
Definition: qaGobiApiNas.h:548
Definition: qaGobiApiNas.h:2373
WORD * pHDRRSSIThreshList
Definition: qaGobiApiNas.h:7329
ULONG SLQSInitiateNetworkRegistration(nasInitNetworkReg *pNasInitNetRegistrationReg)
Definition: qaGobiApiNas.h:3155
BYTE * pNetworkType
Definition: qaGobiApiNas.h:8836
WORD servingCellId
Definition: qaGobiApiNas.h:5679
BYTE emmConnState
Definition: qaGobiApiNas.h:4163
struct _slqsNetworkScanInfoReq slqsNetworkScanInfoReq
LTESigRptCfg * pLTESigRptCfg
Definition: qaGobiApiNas.h:7117
ULONG SLQSNasIndicationRegister(BYTE systemSelectionInd, BYTE DDTMInd, BYTE servingSystemInd)
ULONGLONG bits_1_64
Definition: qaGobiApiNas.h:2348
BYTE has_EdrxRAT
Definition: qaGobiApiNas.h:8645
ULONG IPAddress
Definition: qaGobiApiNas.h:6751
AddSysInfo * pAddWCDMASysInfo
Definition: qaGobiApiNas.h:3984
BYTE netDescrLength
Definition: qaGobiApiNas.h:1004
WORD TXChan
Definition: qaGobiApiNas.h:4160
WORD earfcn
Definition: qaGobiApiNas.h:5986
WORD nid
Definition: qaGobiApiNas.h:5565
BYTE TlvPresent
Definition: qaGobiApiNas.h:587
BYTE freqsLen
Definition: qaGobiApiNas.h:5750
Definition: qaGobiApiNas.h:5161
BYTE * pDDTMInd
Definition: qaGobiApiNas.h:4642
PhyCaAggScellIndex sPhyCaAggScellIndex
Definition: qaGobiApiNas.h:8124
BYTE RSRQThresListLen
Definition: qaGobiApiNas.h:6985
BYTE HDRSINRThresListLen
Definition: qaGobiApiNas.h:6912
Definition: qaGobiApiNas.h:7044
Definition: qaGobiApiNas.h:8544
Definition: qaGobiApiNas.h:5747
ULONG SLQSSetSysSelectionPref(sysSelectPrefParams *pSysSelectPrefParams)
PhyCaAggScellArray * pPhyCaAggScellArray
Definition: qaGobiApiNas.h:8115
sysInfoCommon sysInfoCDMA
Definition: qaGobiApiNas.h:3372
Definition: qaGobiApiNas.h:7887
lteEARFCN * pLteEARFCN
Definition: qaGobiApiNas.h:8258
Definition: qaGobiApiNas.h:3072
ULONG Preferred
Definition: qaGobiApiNas.h:1750
WORD * pLTESNRThreshList
Definition: qaGobiApiNas.h:7476
LTEInfoInterfreq * pLTEInfoInterfreq
Definition: qaGobiApiNas.h:6065
Definition: qaGobiApiNas.h:7889
BYTE QLIC
Definition: qaGobiApiNas.h:6691
Definition: qaGobiApiNas.h:8348
BYTE nmrBsic
Definition: qaGobiApiNas.h:5352
BYTE avgPeriod
Definition: qaGobiApiNas.h:7544
ULONG wcdmaRRCState
Definition: qaGobiApiNas.h:6022
Definition: qaGobiApiNas.h:5185
BYTE TlvPresent
Definition: qaGobiApiNas.h:2790
BYTE cphy_scell_info_list_len
Definition: qaGobiApiNas.h:8098
WORD numInstance
Definition: qaGobiApiNas.h:4898
WORD KeyExchange
Definition: qaGobiApiNas.h:6218
BYTE ccsSupportedValid
Definition: qaGobiApiNas.h:3379
Definition: qaGobiApiNas.h:5439
ULONGLONG * pAppSubType
Definition: qaGobiApiNas.h:6288
ULONG GetACCOLC(BYTE *pACCOLC)
BYTE HWVersion
Definition: qaGobiApiNas.h:6693
Definition: qaGobiApiNas.h:436
timeInfo * p3GPPTimeInfo
Definition: qaGobiApiNas.h:8376
NAS_LTE_CPHY_CA_BW_NRB dl_bw_value
Definition: qaGobiApiNas.h:7935
WORD cellID
Definition: qaGobiApiNas.h:1822
BYTE cellIdValid
Definition: qaGobiApiNas.h:3803
PhyCaAggScellArray sPhyCaAggScellArray
Definition: qaGobiApiNas.h:8125
struct _slqsNetworkScanInfo slqsNetworkScanInfo
CDMASysInfo * pCDMASysInfo
Definition: qaGobiApiNas.h:3976
BYTE regRejectInfoValid
Definition: qaGobiApiNas.h:3706
WORD ReverseMac
Definition: qaGobiApiNas.h:6217
BYTE freqsLen
Definition: qaGobiApiNas.h:5952
ULONG SetCDMANetworkParameters(CHAR *pSPC, BYTE *pForceRev0, BYTE *pCustomSCP, ULONG *pProtocol, ULONG *pBroadcast, ULONG *pApplication, ULONG *pRoaming)
unsigned long long ULONGLONG
Definition: SwiDataTypes.h:31
Definition: qaGobiApiNas.h:1857
Definition: qaGobiApiNas.h:1059
ULONG GetHomeNetwork3GPP2(WORD *pMCC, WORD *pMNC, BYTE nameSize, CHAR *pName, WORD *pSID, WORD *pNID, WORD *pNw2MCC, WORD *pNw2MNC, BYTE *pNw2DescDisp, BYTE *pNw2DescEnc, BYTE *pNw2DescLen, BYTE *pNw2Name)
INT8 * pRSSIThresList
Definition: qaGobiApiNas.h:6865
INT8 * pTDSCDMASigInfoRscp
Definition: qaGobiApiNas.h:4498
ULONGLONG bits_129_192
Definition: qaGobiApiNas.h:3007
BYTE cells_len
Definition: qaGobiApiNas.h:5837
BYTE hour
Definition: qaGobiApiNas.h:8352
Definition: qaGobiApiNas.h:8285
int iLTEbandValue
Definition: qaGobiApiNas.h:8044
Definition: qaGobiApiNas.h:2013
BYTE longNameLen
Definition: qaGobiApiNas.h:4997
AddCDMASysInfo * pAddCDMASysInfo
Definition: qaGobiApiNas.h:3981
WORD mcc
Definition: qaGobiApiNas.h:6109
Definition: qaGobiApiNas.h:7820
ULONG SLQSNasGetTxRxInfo(nasGetTxRxInfoReq *pGetTxRxInfoReq, nasGetTxRxInfoResp *pGetTxRxInfoResp)
Definition: qaGobiApiNas.h:7422
WORD nid
Definition: qaGobiApiNas.h:5144
Definition: qaGobiApiNas.h:505
BYTE TlvPresent
Definition: qaGobiApiNas.h:7922
WORD * pGSMRSSIDelta
Definition: qaGobiApiNas.h:7767
BYTE * pEdrxChangeInfoInd
Definition: qaGobiApiNas.h:4656
Definition: qaGobiApiNas.h:7819
WORD forbiddenNwInstLen
Definition: qaGobiApiNas.h:8891
BYTE RAT
Definition: qaGobiApiNas.h:1775
WORD trackAreaCode
Definition: qaGobiApiNas.h:1317
Definition: qaGobiApiNas.h:7853
Definition: qaGobiApiNas.h:7872
SHORT * pLTESNRThresList
Definition: qaGobiApiNas.h:6937
BYTE hdrPersonality
Definition: qaGobiApiNas.h:1316
LTEInfo * pLTEInfo
Definition: qaGobiApiNas.h:4180
Definition: qaGobiApiNas.h:7857
WORD systemID
Definition: qaGobiApiNas.h:3382
BYTE NumPilots
Definition: qaGobiApiNas.h:6450
Definition: qaGobiApiNas.h:6934
CommInfo commonInfo
Definition: qaGobiApiNas.h:4179
BYTE scell_idx
Definition: qaGobiApiNas.h:8060
BYTE Technology
Definition: qaGobiApiNas.h:6690
INT8 rssi
Definition: qaGobiApiNas.h:4434
struct acqOrderPref * pAcqOrderPref
Definition: qaGobiApiNas.h:2308
BYTE hdrPersonalityValid
Definition: qaGobiApiNas.h:3464
ULONGLONG bits_193_256
Definition: qaGobiApiNas.h:2400
Definition: qaGobiApiNas.h:7858
GSMSrvStatusInfo * pGSMSrvStatusInfo
Definition: qaGobiApiNas.h:3973
NAS_LTE_CPHY_CA_BW_NRB
Definition: qaGobiApiNas.h:7835
BYTE bsInfoValid
Definition: qaGobiApiNas.h:3384
Definition: qaGobiApiNas.h:7541
ULONG * pGWAcqOrderPref
Definition: qaGobiApiNas.h:2306
TDSCDMASINRCONFThresh * pTDSCDMASINRCONFThresh
Definition: qaGobiApiNas.h:7118
ULONGLONG bits_129_192
Definition: qaGobiApiNas.h:2399
BYTE * pHDRSINRThresList
Definition: qaGobiApiNas.h:6913
SHORT umtsEcio
Definition: qaGobiApiNas.h:5469
BYTE longNameCI
Definition: qaGobiApiNas.h:4827
#define IMSI_M_S2_LENGTH
Definition: qaGobiApiNas.h:24
ULONGLONG bits_129_192
Definition: qaGobiApiNas.h:2350
Definition: qaGobiApiNas.h:8059
BYTE threshXLow
Definition: qaGobiApiNas.h:5725
BandPrefTlv LTEBandPrefExtTlv
Definition: qaGobiApiNas.h:3027
WCDMAInfoLTENeighborCell * pWCDMAInfoLTENeighborCell
Definition: qaGobiApiNas.h:6069
WORD * pCDMARSSIThreshList
Definition: qaGobiApiNas.h:7293
ULONG SLQSGetSysSelectionPref(sysSelectPrefInfo *pSysSelectPrefInfo)
Definition: qaGobiApiNas.h:7490
ULONG * pChangeDuration
Definition: qaGobiApiNas.h:6146
ULONG SLQSNasGetRFInfo(NasGetRFInfoResp *pGetRFInfoResp)
FLOAT ecio
Definition: qaGobiApiNas.h:4461
WORD psc
Definition: qaGobiApiNas.h:3717
NAS_LTE_CPHY_SCELL_STATE scell_state
Definition: qaGobiApiNas.h:8013
ULONG SLQSGetOperatorNameData(nasOperatorNameResp *pOperatorNameData)
ULONG SetACCOLC(CHAR *spc, BYTE accolc)
Definition: qaGobiApiNas.h:8166
SHORT ltersrp
Definition: qaGobiApiNas.h:1685
Definition: qaGobiApiNas.h:5722
ULONGLONG bits_65_128
Definition: qaGobiApiNas.h:2349
Definition: qaGobiApiNas.h:526
BYTE psAttachState
Definition: qaGobiApiNas.h:939
Definition: qaGobiApiNas.h:1961
BYTE cellReselPriority
Definition: qaGobiApiNas.h:5833
Definition: qaGobiApiNas.h:8449
Definition: qaGobiApiNas.h:7867
ULONG * pTDSCDMASINRThreshList
Definition: qaGobiApiNas.h:7609
Definition: qaGobiApiNas.h:7890
BYTE sinr
Definition: qaGobiApiNas.h:1680
BYTE * pEmerMode
Definition: qaGobiApiNas.h:2740
LTESNRThresh * pLTESNRThresh
Definition: qaGobiApiNas.h:7113
Definition: qaGobiApiNas.h:4432
USHORT rxSignalStrengthListLen
Definition: qaGobiApiNas.h:1675
WORD MCC
Definition: qaGobiApiNas.h:1745
BYTE regRejectInfoValid
Definition: qaGobiApiNas.h:3805
WORD * pPRLPref
Definition: qaGobiApiNas.h:2743
Definition: qaGobiApiNas.h:7874
BYTE networkIdValid
Definition: qaGobiApiNas.h:3390
SHORT geranRssi
Definition: qaGobiApiNas.h:5444
BYTE ECIOThresListLen
Definition: qaGobiApiNas.h:6889
BYTE hsIndValid
Definition: qaGobiApiNas.h:3714
ULONG SLQSNASGetForbiddenNetworks(nasGetForbiddenNetworksResp *pNasGetForbiddenNetworksResp)
BYTE csAttachState
Definition: qaGobiApiNas.h:938
BYTE rejectSrvDomain
Definition: qaGobiApiNas.h:3573
Definition: qaGobiApiNas.h:8040
BYTE lteEmmDl
Definition: qaGobiApiNas.h:7179
Definition: qaGobiApiNas.h:609
CallBarringSysInfo * pGSMCallBarringSysInfo
Definition: qaGobiApiNas.h:3986
ULONG SLQSNASSwiGetChannelLock(nasSwiGetChannelLockResp *pNasSwiGetChannelLockResp)
BandPrefTlv NR5gBandPrefTlv
Definition: qaGobiApiNas.h:3018
struct _sysSelectPrefInfo sysSelectPrefInfo
ULONG SLQSNASSeteDRXParams(nasSeteDRXParamsReq *pNasSeteDRXParamsReq)
BYTE geranBsicNcc
Definition: qaGobiApiNas.h:5442
Definition: qaGobiApiNas.h:8008
BYTE * pUATI
Definition: qaGobiApiNas.h:6473
ULONGLONG * pLteM1BandPref
Definition: qaGobiApiNas.h:8839
WORD RX_EC_IO
Definition: qaGobiApiNas.h:6584
Definition: qaGobiApiNas.h:7856
CHAR Description[255]
Definition: qaGobiApiNas.h:1751
SHORT umtsRscp
Definition: qaGobiApiNas.h:5468
BYTE srvDomainValid
Definition: qaGobiApiNas.h:3240
WORD * pCDMARSSIDelta
Definition: qaGobiApiNas.h:7755
BYTE TDSCDMAECIOThreshListLen
Definition: qaGobiApiNas.h:7592
BYTE dtmSuppValid
Definition: qaGobiApiNas.h:3580
WORD lac
Definition: qaGobiApiNas.h:5411
Definition: qaGobiApiNas.h:7864
ULONGLONG bits_65_128
Definition: qaGobiApiNas.h:3006
INT32 rxPower
Definition: qaGobiApiNas.h:8420
WORD * pCurrentPersonality
Definition: qaGobiApiNas.h:6244
PhyCaAggScellInfo sPhyCaAggScellInfo
Definition: qaGobiApiNas.h:8122
INT32 rxPower
Definition: qaGobiApiNas.h:4281
BYTE * pSysInfoInd
Definition: qaGobiApiNas.h:4647
int pci
Definition: qaGobiApiNas.h:7919
Definition: qaGobiApiNas.h:4917
BYTE srvDomain
Definition: qaGobiApiNas.h:3241
WORD refpn
Definition: qaGobiApiNas.h:5567
Definition: qaGobiApiNas.h:5924
Definition: qaGobiApiNas.h:7574
qaQmi3Gpp2TimeZone Gpp2TimeZone
Definition: qaGobiApiNas.h:1305
BYTE status
Definition: qaGobiApiNas.h:8187
BYTE radioIf
Definition: qaGobiApiNas.h:1539
BYTE geranBsicBcc
Definition: qaGobiApiNas.h:5443
BYTE cellReselPriority
Definition: qaGobiApiNas.h:5927
ULONGLONG bits_193_256
Definition: qaGobiApiNas.h:3008
Definition: qaGobiApiNas.h:2949
Definition: qaGobiApiNas.h:4302
#define MAX_PHY_CA_AGG_SCELL_ARRRY_SIZE
Definition: qaGobiApiNas.h:36
ULONG * pLteOpMode
Definition: qaGobiApiNas.h:8700
BYTE radioInterface
Definition: qaGobiApiNas.h:8358
BYTE ueInIdle
Definition: qaGobiApiNas.h:5674
Definition: qaGobiApiNas.h:5214
struct SlqsNasPcsDigit * pPCSDigitInfo
Definition: qaGobiApiNas.h:1968
BYTE * pLTECphyCa
Definition: qaGobiApiNas.h:4655
Definition: qaGobiApiNas.h:7862
Definition: qaGobiApiNas.h:7827
BYTE ValidityCW0
Definition: qaGobiApiNas.h:6823
Definition: qaGobiApiNas.h:6107
WORD ControlMac
Definition: qaGobiApiNas.h:6214
PhyCaAggScellInfo * pPhyCaAggScellInfo
Definition: qaGobiApiNas.h:8112
BYTE GSMRSSIThreshListLen
Definition: qaGobiApiNas.h:7407
WORD dedicatedBand
Definition: qaGobiApiNas.h:439
wcdmaUARFCN * pWcdmaUARFCN
Definition: qaGobiApiNas.h:8225
Definition: qaGobiApiNas.h:5407
BYTE rejCause
Definition: qaGobiApiNas.h:3574
Definition: qaGobiApiNas.h:7878
WORD ForwardMac
Definition: qaGobiApiNas.h:6216
sysInfoCommon sysInfoLTE
Definition: qaGobiApiNas.h:3800
WORD tac
Definition: qaGobiApiNas.h:5676
WORD MNC
Definition: qaGobiApiNas.h:1003
Definition: qaGobiApiNas.h:5013
BYTE CDMA_P_Rev
Definition: qaGobiApiNas.h:1306
#define NAS_MAX_SLQS_NAS_PCI_INFO_LENGTH
Definition: qaGobiApiNas.h:32
ULONG * pSrvDomainPref
Definition: qaGobiApiNas.h:2305
WORD RX_PWR
Definition: qaGobiApiNas.h:6651
BYTE * pNetworkRejectInd
Definition: qaGobiApiNas.h:4653
BYTE State
Definition: qaGobiApiNas.h:6581
ULONGLONG * pLteM1BandPref
Definition: qaGobiApiNas.h:2540
BYTE LTERSRPThreshListLen
Definition: qaGobiApiNas.h:7509
BYTE lacValid
Definition: qaGobiApiNas.h:3568
WORD cellID
Definition: qaGobiApiNas.h:5521
ULONG SLQSSwiGetLteSccRxInfo(LteSccRxInfoResp *pLteSccRxInfoResp)
WORD rxLev
Definition: qaGobiApiNas.h:5415
float FLOAT
Definition: SwiDataTypes.h:41
BYTE * pRAT
Definition: qaGobiApiNas.h:2311
BYTE shortNameCI
Definition: qaGobiApiNas.h:4822
BYTE regState
Definition: qaGobiApiNas.h:937
struct errorRateListElement errorRateList[18]
Definition: qaGobiApiNas.h:1682
ULONGLONG * pBandPref
Definition: qaGobiApiNas.h:2298
ULONG rsrp
Definition: qaGobiApiNas.h:5988
ULONGLONG * pBandPref
Definition: qaGobiApiNas.h:2742
BYTE DRCValue
Definition: qaGobiApiNas.h:6403
Definition: qaGobiApiNas.h:4877
Definition: qaGobiApiNas.h:8466
Definition: qaGobiApiNas.h:5562
WORD BasestationID
Definition: qaGobiApiNas.h:1300
BYTE longNameSB
Definition: qaGobiApiNas.h:4828
BYTE * pGSMBER
Definition: qaGobiApiNas.h:6373
WORD * pWCDMARSSIThreshList
Definition: qaGobiApiNas.h:7425
BYTE namNameLen
Definition: qaGobiApiNas.h:5110
int pci
Definition: qaGobiApiNas.h:8009
BYTE * pPagingTimeWindow
Definition: qaGobiApiNas.h:8548
BYTE pRevInUseValid
Definition: qaGobiApiNas.h:3375
Definition: qaGobiApiNas.h:7894
Definition: qaGobiApiNas.h:7893
Definition: qaGobiApiNas.h:7590
BYTE * pAcqOrder
Definition: qaGobiApiNas.h:2040
PhyCaAggScellIndType sPhyCaAggScellIndType
Definition: qaGobiApiNas.h:8120
BYTE PRLInd
Definition: qaGobiApiNas.h:1312
SHORT ecio
Definition: qaGobiApiNas.h:4404
Definition: qaGobiApiNas.h:7860
WORD imsiM1112
Definition: qaGobiApiNas.h:5188
BYTE radioInterface
Definition: qaGobiApiNas.h:488
BYTE TlvPresent
Definition: qaGobiApiNas.h:8455
WORD RXChan
Definition: qaGobiApiNas.h:4159
BYTE * pCycleLen
Definition: qaGobiApiNas.h:8638
WORD priChA
Definition: qaGobiApiNas.h:5245
WORD EncryptProt
Definition: qaGobiApiNas.h:6220
BYTE TlvPresent
Definition: qaGobiApiNas.h:7936
Definition: qaGobiApiNas.h:7871
WORD threshXlow
Definition: qaGobiApiNas.h:5929
Definition: qaGobiApiNas.h:8286
Definition: qaGobiApiNas.h:7839
BYTE networkIdValid
Definition: qaGobiApiNas.h:3808
SHORT srxlev
Definition: qaGobiApiNas.h:5603
WORD geoSysIdx
Definition: qaGobiApiNas.h:3830
WORD * pWCDMAECIODelta
Definition: qaGobiApiNas.h:7771
Definition: qaGobiApiNas.h:7859
BYTE bsicId
Definition: qaGobiApiNas.h:5792
Definition: qaGobiApiNas.h:6862
BYTE selNetwork
Definition: qaGobiApiNas.h:940
ULONG SLQSGetErrorRate(GetErrRateResp *pGetErrRateResp)
BYTE TlvPresent
Definition: qaGobiApiNas.h:2895
PLMNNetworkNameData * pNITZInformation
Definition: qaGobiApiNas.h:5061
BYTE bsPRevValid
Definition: qaGobiApiNas.h:3377
Definition: qaGobiApiNas.h:5243
#define MAX_DATA_SRV_CAPABILITIES
Definition: qaGobiApiNas.h:21
BYTE * pEdrxEnable
Definition: qaGobiApiNas.h:8642
Definition: qaGobiApiNas.h:7869
DeviceConfigDetail * pDeviceConfigDetail
Definition: qaGobiApiNas.h:6781
BYTE * pPCSDigitInstances
Definition: qaGobiApiNas.h:1967
PhyCaAggScellIndex * pPhyCaAggScellIndex
Definition: qaGobiApiNas.h:8114
USHORT errorRate
Definition: qaGobiApiNas.h:1538
WORD * pRoamPref
Definition: qaGobiApiNas.h:2300
ULONG SLQSNasConfigSigInfo2(setSignalStrengthInfo *pSetSignalStrengthInfo)
BYTE TlvPresent
Definition: qaGobiApiNas.h:3009
ULONG GetSignalStrengths(ULONG *pArraySizes, INT8 *pSignalStrength, ULONG *pRadioInterface)
ULONG * pSrvRegRestriction
Definition: qaGobiApiNas.h:2309
PilotSetData * pPilotSetData
Definition: qaGobiApiNas.h:6474
WORD uarfcn
Definition: qaGobiApiNas.h:5926
INT32 Io
Definition: qaGobiApiNas.h:1679
BYTE hsCallStatus
Definition: qaGobiApiNas.h:3713
WORD VirtStream
Definition: qaGobiApiNas.h:6224
WORD PilotEnergy
Definition: qaGobiApiNas.h:6653
struct SlqsNas3GppNetworkInfo * pNetworkInfo
Definition: qaGobiApiNas.h:1964
HDRSysInfo * pHDRSysInfo
Definition: qaGobiApiNas.h:3977
ULONG SLQSNASSwiSetChannelLock(nasSwiSetChannelLockReq *pNasSwiSetChannelLockReq)
USHORT signalStrengthReqMask
Definition: qaGobiApiNas.h:1674
BYTE displayCondition
Definition: qaGobiApiNas.h:4919
BYTE * pWCDMACipherDomainSysInfo
Definition: qaGobiApiNas.h:3990
WORD mnc
Definition: qaGobiApiNas.h:2072
BYTE cellIdValid
Definition: qaGobiApiNas.h:3704
WCDMAECIOThresh * pWCDMAECIOThresh
Definition: qaGobiApiNas.h:7770
BYTE countryInitials
Definition: qaGobiApiNas.h:4994
BYTE * pTimer
Definition: qaGobiApiNas.h:7183
Definition: qaGobiApiNas.h:8118
ULONG cellId
Definition: qaGobiApiNas.h:3804
ULONG SLQSNASGeteDRXParams(nasGeteDRXParamsResp *pNasGeteDRXParamsResp)
BYTE includes_pcs_digit
Definition: qaGobiApiNas.h:1797
WORD sid
Definition: qaGobiApiNas.h:5564
Definition: qaGobiApiNas.h:5597
TDSCDMASigInfoExt * pTDSCDMASigInfoExt
Definition: qaGobiApiNas.h:4499
Definition: qaGobiApiNas.h:8288
ULONG SLQSSwiGetHDRPersonality(HDRPersonalityResp *pHDRPersonalityResp)
struct SlqsNasPCICellInfo PCICellInfo[255]
Definition: qaGobiApiNas.h:1860
BYTE * pNetworkInfoInstances
Definition: qaGobiApiNas.h:1963
Definition: qaGobiApiNas.h:5856
BYTE TlvPresent
Definition: qaGobiApiNas.h:8105
Definition: qaGobiApiNas.h:6211
BYTE srvStatus
Definition: qaGobiApiNas.h:3121
WORD * pModePref
Definition: qaGobiApiNas.h:2297
SHORT ecio
Definition: qaGobiApiNas.h:1492
ULONG SLQSSwiGetLteCQI(LteCQIParm *pLteCQIResp)
Definition: qaGobiApiNas.h:4278
roamIndList RoamingIndicatorList
Definition: qaGobiApiNas.h:1303
BYTE cellIsTDD
Definition: qaGobiApiNas.h:5991
CDMARSSIThresh * pCDMARSSIThresh
Definition: qaGobiApiNas.h:7754
BYTE NeighborSetCnt
Definition: qaGobiApiNas.h:6588
BYTE isRadioTuned
Definition: qaGobiApiNas.h:8419
WORD AuthProt
Definition: qaGobiApiNas.h:6219
BYTE GppTimeZone
Definition: qaGobiApiNas.h:1307
BYTE lacValid
Definition: qaGobiApiNas.h:3702
struct lteBandPrefExt * pLTEBandPrefExt
Definition: qaGobiApiNas.h:2538
BYTE Chipset
Definition: qaGobiApiNas.h:6692
ULONG InitiateNetworkRegistration(ULONG regType, WORD mcc, WORD mnc, ULONG rat)
BYTE PLMNRecID
Definition: qaGobiApiNas.h:4883
BYTE cellIdValid
Definition: qaGobiApiNas.h:5791
Definition: qaGobiApiNas.h:7877
BYTE SNR
Definition: qaGobiApiNas.h:6654
struct RfBandInfoExtFormatElements * pRfBandInfoExtFormatParam
Definition: qaGobiApiNas.h:551
Definition: qaGobiApiNas.h:6470
WORD MCC
Definition: qaGobiApiNas.h:1773
ULONG SLQSSetBandPreference(ULONGLONG bandpreference)
Definition: qaGobiApiNas.h:7838
Definition: qaGobiApiNas.h:6401
struct CSGID * pCSGID
Definition: qaGobiApiNas.h:2310
ULONG * pCiotAcqOrder
Definition: qaGobiApiNas.h:2980
TDSCDMASINRThresh * pTDSCDMASINRThresh
Definition: qaGobiApiNas.h:7787
BYTE cell_resel_priority
Definition: qaGobiApiNas.h:5727
ULONG SLQSNasIndicationRegisterLTECphyCa(BYTE *bStatus)
BYTE TDSCDMARSSIThreshListLen
Definition: qaGobiApiNas.h:7576
AddSysInfo * pAddGSMSysInfo
Definition: qaGobiApiNas.h:3983
WCDMASysInfo * pWCDMASysInfo
Definition: qaGobiApiNas.h:3979
SrvStatusInfo * pHDRSrvStatusInfo
Definition: qaGobiApiNas.h:3972
WORD nmrArfcn
Definition: qaGobiApiNas.h:5351
namName * pNAMNameInfo
Definition: qaGobiApiNas.h:5276
#define NAS_MAX_SLQS_NAS_PCI_INFO_PLMN_LENGTH
Definition: qaGobiApiNas.h:33
BYTE threshServingLow
Definition: qaGobiApiNas.h:5682
BYTE mncPcsDigits
Definition: qaGobiApiNas.h:2073
Definition: qaGobiApiNas.h:1793
ULONG GetRFInfo(BYTE *pInstanceSize, struct RFBandInfoElements *pRFBandInfo)
Definition: qaGobiApiNas.h:4242
Definition: qaGobiApiNas.h:6887
Definition: qaGobiApiNas.h:1490
FLOAT rscp
Definition: qaGobiApiNas.h:4460
RSSIThresh * pRSSIThresh
Definition: qaGobiApiNas.h:7110
ULONG SLQSNasGetSigInfo(nasGetSigInfoResp *pGetSigInfoResp)
CiotLteOpModePrefTlv * pCiotLteOpModePref
Definition: qaGobiApiNas.h:3077
Definition: qaGobiApiNas.h:3119
ULONG psBarStatus
Definition: qaGobiApiNas.h:1168
ULONG SLQSSetSysSelectionPrefExt(sysSelectPrefParamsExt *pSysSelectPrefParamsExt)
rxInfo * pRXChain0Info
Definition: qaGobiApiNas.h:4323
ULONGLONG bits_65_128
Definition: qaGobiApiNas.h:2398
ULONG PilotType
Definition: qaGobiApiNas.h:6425
Definition: qaGobiApiNas.h:7009
Definition: qaGobiApiNas.h:3798
BYTE roamStatusValid
Definition: qaGobiApiNas.h:3244
Definition: qaGobiApiNas.h:394
BYTE rejectSrvDomain
Definition: qaGobiApiNas.h:3806
WORD * pCurrentPrsnlty
Definition: qaGobiApiNas.h:6285
sysSelectPrefInfo * pSysSelectPrefInfo
Definition: qaGobiApiNas.h:3074
ULONG baseLat
Definition: qaGobiApiNas.h:3386
BYTE radio_if
Definition: qaGobiApiNas.h:4244
BYTE networkIdValid
Definition: qaGobiApiNas.h:3709
Definition: qaGobiApiNas.h:1111
WORD year
Definition: qaGobiApiNas.h:8349
BYTE month
Definition: qaGobiApiNas.h:8350
BYTE acqOrdeLen
Definition: qaGobiApiNas.h:2788
WORD mnc
Definition: qaGobiApiNas.h:2017
Definition: qaGobiApiNas.h:7934
Definition: qaGobiApiNas.h:2395
BYTE threshGsmLow
Definition: qaGobiApiNas.h:5835
SHORT cpich_rscp
Definition: qaGobiApiNas.h:5890
Definition: qaGobiApiNas.h:570
Definition: qaGobiApiNas.h:2813
Definition: qaGobiApiNas.h:7861
WORD * pTDSCDMARSCPThreshList
Definition: qaGobiApiNas.h:7561
BYTE srvStatus
Definition: qaGobiApiNas.h:1112
BYTE CQIValueCW0
Definition: qaGobiApiNas.h:6824
BYTE acqOrdeLen
Definition: qaGobiApiNas.h:2039
BYTE second
Definition: qaGobiApiNas.h:8354
Definition: qaGobiApiNas.h:4896
Definition: qaGobiApiNas.h:7873
WORD ratDisabledMask
Definition: qaGobiApiNas.h:2815
FLOAT * pTDSCDMASINRCONFThreshList
Definition: qaGobiApiNas.h:7063
BYTE bsic
Definition: qaGobiApiNas.h:5413
BYTE TlvPresent
Definition: qaGobiApiNas.h:8014
#define SLQS_SS_INFO_LIST_MAX_ELEMENTS
Definition: qaGobiApiNas.h:16
INT8 rssi
Definition: qaGobiApiNas.h:4366
Definition: qaGobiApiNas.h:6749
Definition: qaGobiApiNas.h:4991
WORD * pLTERSRPDelta
Definition: qaGobiApiNas.h:7779
ULONG cellID
Definition: qaGobiApiNas.h:5409
BYTE pscValid
Definition: qaGobiApiNas.h:3716
Definition: qaGobiApiNas.h:7174
int pci
Definition: qaGobiApiNas.h:8041
WORD baseId
Definition: qaGobiApiNas.h:3385
BYTE TlvPresent
Definition: qaGobiApiNas.h:8045
struct SlqsNasPcsDigit slqsNasPcsDigit[255]
Definition: qaGobiApiNas.h:1825
BYTE HDRIOThreshListLen
Definition: qaGobiApiNas.h:7389
ULONG earfcn0
Definition: qaGobiApiNas.h:8188
SHORT rsrq
Definition: qaGobiApiNas.h:5600
BYTE spnLength
Definition: qaGobiApiNas.h:4819
PilotSetParams * pPilotSetInfo
Definition: qaGobiApiNas.h:6451
BYTE SectorIDLen
Definition: qaGobiApiNas.h:6649
WORD mcc
Definition: qaGobiApiNas.h:2071
BYTE State
Definition: qaGobiApiNas.h:6647
Definition: qaGobiApiNas.h:2786
Definition: qaGobiApiNas.h:7851
int freq
Definition: qaGobiApiNas.h:8042
struct RFBandInfoElements * pRFBandInfoParam
Definition: qaGobiApiNas.h:507
BYTE longNameEn
Definition: qaGobiApiNas.h:4826
Definition: qaGobiApiNas.h:5949
ULONGLONG bits_1_64
Definition: qaGobiApiNas.h:2397
ULONGLONG ciotLteOpModePref
Definition: qaGobiApiNas.h:2837
WORD * pLTESNRDelta
Definition: qaGobiApiNas.h:7775
Definition: qaGobiApiNas.h:6957
Definition: qaGobiApiNas.h:1900
unsigned int ULONG
Definition: SwiDataTypes.h:29
Definition: qaGobiApiNas.h:4321
Definition: qaGobiApiNas.h:6369
LTEOperationMode * pLTEOperationMode
Definition: qaGobiApiNas.h:615
#define NAM_NAME_LENGTH
Definition: qaGobiApiNas.h:22
Definition: qaGobiApiNas.h:7840
SHORT rssi
Definition: qaGobiApiNas.h:5602
BYTE lteEsmUl
Definition: qaGobiApiNas.h:7176
BYTE ueInIdle
Definition: qaGobiApiNas.h:5858
BYTE isSysPrlMatch
Definition: qaGobiApiNas.h:3374
WORD * pGSMRSSIThreshList
Definition: qaGobiApiNas.h:7408
Definition: qaGobiApiNas.h:1130
WORD * pSectorID
Definition: qaGobiApiNas.h:6650
LteM1BandPrefTlv * pLteM1BandPref
Definition: qaGobiApiNas.h:3078
unsigned short WORD
Definition: SwiDataTypes.h:35
Definition: qaGobiApiNas.h:3003
BYTE ciotAcqOrderLen
Definition: qaGobiApiNas.h:2375
Definition: qaGobiApiNas.h:7868
BYTE egprsSupp
Definition: qaGobiApiNas.h:3579
CDMAChannel * pCDMAChannel
Definition: qaGobiApiNas.h:5281
WORD lac
Definition: qaGobiApiNas.h:3703
WORD lac
Definition: qaGobiApiNas.h:3802
WORD * pLTERSSIDelta
Definition: qaGobiApiNas.h:7773
BYTE gsmUmtsUl
Definition: qaGobiApiNas.h:7180
Definition: qaGobiApiNas.h:7456
INT32 * pIOThresList
Definition: qaGobiApiNas.h:6960
WORD ActSetPilotPN
Definition: qaGobiApiNas.h:6502
WORD MultDisc
Definition: qaGobiApiNas.h:6223
WORD * pAddLTESysInfo
Definition: qaGobiApiNas.h:3985
LTEBandPrefExtTlv * pLTEBandPrefExt
Definition: qaGobiApiNas.h:3082
Definition: qaGobiApiNas.h:6059
SHORT rxSignalStrength
Definition: qaGobiApiNas.h:1471
Definition: qaGobiApiNas.h:7875
WORD AccessMac
Definition: qaGobiApiNas.h:6215
ULONGLONG * pLTEBandPref
Definition: qaGobiApiNas.h:2301
ULONG * pLteOpMode
Definition: qaGobiApiNas.h:8646
Definition: qaGobiApiNas.h:1819
WORD * pRoamPref
Definition: qaGobiApiNas.h:2744
BYTE radioInterface
Definition: qaGobiApiNas.h:458
BYTE spnEncoding
Definition: qaGobiApiNas.h:4818
ULONG SLQSNasSwiModemStatus(swiModemStatusResp *pModemStatusResp)
WORD rsrpRx0
Definition: qaGobiApiNas.h:1862
NAS_LTE_CPHY_CA_BW_NRB dl_bw_value
Definition: qaGobiApiNas.h:8011
Definition: qaGobiApiNas.h:7849
WORD MNC
Definition: qaGobiApiNas.h:1746
WORD umtsPsc
Definition: qaGobiApiNas.h:5467
SHORT rssi
Definition: qaGobiApiNas.h:5793
ULONG SLQSPerformNetworkScanPCI(slqsNetworkScanInfoReq *pScanInfoReq, slqsNetworkScanInfo *pNetworkInfo)
BYTE isSysPrlMatchValid
Definition: qaGobiApiNas.h:3373
Definition: qaGobiApiNas.h:1293
BYTE imsiTaddrNum
Definition: qaGobiApiNas.h:5220
BYTE ValidityCW1
Definition: qaGobiApiNas.h:6825
detailSvcInfo DetailedSvcInfo
Definition: qaGobiApiNas.h:1314
GSMRSSIThresh * pGSMRSSIThresh
Definition: qaGobiApiNas.h:7766
Definition: qaGobiApiNas.h:5787
BYTE * pEmerMode
Definition: qaGobiApiNas.h:2296
BYTE radioInterface
Definition: qaGobiApiNas.h:396
Definition: qaGobiApiNas.h:8697
ULONG uarfcn
Definition: qaGobiApiNas.h:8168
SHORT ecio
Definition: qaGobiApiNas.h:4367
BYTE bandwidth
Definition: qaGobiApiNas.h:4158
BYTE defaultRoamInd
Definition: qaGobiApiNas.h:1304
BYTE lteEmmUl
Definition: qaGobiApiNas.h:7178
Definition: qaGobiApiNas.h:7883
ULONG * pUMTSCellID
Definition: qaGobiApiNas.h:6068
WORD MNC
Definition: qaGobiApiNas.h:1774
Definition: qaGobiApiNas.h:3850
BYTE * pNetSelPref
Definition: qaGobiApiNas.h:2746
callBarStatus CallBarStatus
Definition: qaGobiApiNas.h:1318
ULONG baseLong
Definition: qaGobiApiNas.h:3387
Definition: qaGobiApiNas.h:7473
INT32 rsrp
Definition: qaGobiApiNas.h:4284
WORD * pCDMAECIODelta
Definition: qaGobiApiNas.h:7757
Definition: qaGobiApiNas.h:7606
BYTE TlvPresent
Definition: qaGobiApiNas.h:571
BYTE radioInterface
Definition: qaGobiApiNas.h:438
timeInfo * p3GPP2TimeInfo
Definition: qaGobiApiNas.h:8375
BYTE GppNetworkDSTAdjustment
Definition: qaGobiApiNas.h:1308
BYTE ccsSupported
Definition: qaGobiApiNas.h:3380
minBasedIMSI * pMinBasedIMSI
Definition: qaGobiApiNas.h:5279
Definition: qaGobiApiNas.h:7895
ULONG SLQSSwiGetHDRProtSubtype(HDRProtSubtypResp *pHDRProtSubtypResp)
WORD tac
Definition: qaGobiApiNas.h:3812

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved