Share via


RILUMTSMRLPARAMMASK-Enumeration (ntddrilapitypes.h)

Warnung Die Mobilfunk-COM-API ist in Windows 10 veraltet. Dieser Inhalt wird bereitgestellt, um die Wartung von OEM- und Mobilfunkanbietern zu unterstützen, die Windows Phone 8.1-Anwendungen erstellt wurden.
 
Diese Enumeration beschreibt die RILUMTSMRLPARAMMASK.

Syntax

enum RILUMTSMRLPARAMMASK  {
  RIL_PARAM_UMTSMRL_MCC         = 0x00000001,
  RIL_PARAM_UMTSMRL_MNC         = 0x00000002,
  RIL_PARAM_UMTSMRL_LAC         = 0x00000004,
  RIL_PARAM_UMTSMRL_CELLID      = 0x00000008,
  RIL_PARAM_UMTSMRL_UARFCN      =  0x00000010,
  RIL_PARAM_UMTSMRL_PRIMARY_SC  =  0x00000020,
  RIL_PARAM_UMTSMRL_RSCP        = 0x00000040,
  RIL_PARAM_UMTSMRL_ECNO        = 0x00000080,
  RIL_PARAM_UMTSMRL_PATHLOSS    = 0x00000100,
  RIL_PARAM_UMTSMRL_ALL         = 0x000001ff

};

Konstanten

 
RIL_PARAM_UMTSMRL_MCC
RIL_PARAM_UMTSMRL_MNC
RIL_PARAM_UMTSMRL_LAC
RIL_PARAM_UMTSMRL_CELLID
RIL_PARAM_UMTSMRL_UARFCN
RIL_PARAM_UMTSMRL_PRIMARY_SC
RIL_PARAM_UMTSMRL_RSCP
RIL_PARAM_UMTSMRL_ECNO
RIL_PARAM_UMTSMRL_PATHLOSS
RIL_PARAM_UMTSMRL_ALL

Hinweise

Netzwerke variieren, aber die folgende Tabelle fasst zusammen, welche Elemente für gängige UMTS-Netzwerke zurückgegeben werden.

Bereitstellen eines Netzwerks

Eingabe Normalerweise zurückgegeben? Bereich Comment
MobileCountryCode Yes 0 bis 999
MobileNetworkCode Yes 0 bis 999
LocationAreaCode Yes 0 bis 65.535
CellID Yes 0 bis 268.435.455 28 Bits; möglicherweise nicht immer verfügbar
FrequencyInfoUL No
FrequencyInfoDL No
FrequencyInfoNT No
UARFCN Yes 0 bis 16.383 Absolute UTRA-Kanalnummer
PrimaryScramblingCode Yes 0 bis 511
RSCP Yes −25 bis −120 Gemessen in dBm; definiert in 25.304
ECNO Yes 0 bis −50 Gemessen in dB
PathLoss No
 

UMTS-Nachbarn (je nach Verfügbarkeit über das Netzwerk)

Eingabe Normalerweise zurückgegeben? Bereich Comment
MobileCountryCode No
MobileNetworkCode No
LocationAreaCode No
CellID No Möglicherweise nicht immer verfügbar; CellID ist im DCH-Zustand möglicherweise ungültig
UARFCN Yes 0 bis 16.383 WCDMA-Schichthäufigkeit
PrimaryScramblingCode Yes 0 bis 511
RSCP Yes –25 bis −120 Gemessen in dBm; definiert in 25.304
ECNO Yes 0 bis −50 Gemessen in dB
PathLoss No

Anforderungen

Anforderung Wert
Header ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h)

Weitere Informationen

Mobilfunk-COM-Enumerationen