WWAN_5G_FREQUENCY_RANGE enumeration (wwan.h)
The WWAN_5G_FREQUENCY_RANGE enumeration specifies the frequency ranges that the device is using for 5G.
Syntax
typedef enum _WWAN_5G_FREQUENCY_RANGE {
Wwan5GFrequencyRangeUnknown,
Wwan5GFrequencyRange1,
Wwan5GFrequencyRange2,
Wwan5GFrequencyRange1AndRange2
} WWAN_5G_FREQUENCY_RANGE, *PWWAN_5G_FREQUENCY_RANGE;
Constants
Wwan5GFrequencyRangeUnknown Indicates that the system type is not 5G. |
Wwan5GFrequencyRange1 Indicates Frequency range 1 (FR1) in 3GPP TS 38.101-1 (Sub-6G). |
Wwan5GFrequencyRange2 Indicates FR2 in 3GPP TS 38.101-2 (mmWave). |
Wwan5GFrequencyRange1AndRange2 Indicates that both FR1 and FR2 carriers are connected. |
Remarks
This enumeration is used in the WWAN_PACKET_SERVICE structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | wwan.h |