Searched defs:PhysicalChannelConfig (Results 1 – 3 of 3) sorted by relevance
1 # PhysicalChannelConfig chapter
156 struct PhysicalChannelConfig { struct158 CellConnectionStatus cellConnStatus = CellConnectionStatus::SERVING_CELL_UNKNOWN;161 TelRilRadioTech ratType = TelRilRadioTech::RADIO_TECHNOLOGY_UNKNOWN;164 int32_t cellBandwidthDownlinkKhz = 0;167 int32_t cellBandwidthUplinkKhz = 0;170 int32_t freqRange = 0;173 int32_t downlinkChannelNum = 0;199 std::vector<PhysicalChannelConfig> channelConfigInfos {}; argument