Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 30) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteSimulation.py432 self.bandwidth = None
599 new_config.bandwidth = bw
684 new_config.bandwidth, new_config.transmission_mode,
697 if self.dl_256_qam and new_config.bandwidth == 1.4:
701 and new_config.bandwidth != 1.4):
889 bandwidth = bts_config.bandwidth
891 if bandwidth == 20: # 100 RBs
893 elif bandwidth == 15: # 75 RBs
895 elif bandwidth == 10: # 50 RBs
897 elif bandwidth == 5: # 25 RBs
[all …]
DLteCaSimulation.py191 new_configs[bts_index].bandwidth = bw
196 new_configs[bts_index].bandwidth = bw
355 bts_index].bandwidth == 1.4:
359 and new_configs[bts_index].bandwidth != 1.4):
382 new_configs[bts_index].bandwidth,
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py304 def set_bandwidth(self, bts_index, bandwidth): argument
313 if bandwidth == 20:
314 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_20MHz
315 elif bandwidth == 15:
316 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_15MHz
317 elif bandwidth == 10:
318 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_10MHz
319 elif bandwidth == 5:
320 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz
321 elif bandwidth == 3:
[all …]
Dcmw500.py533 def bandwidth(self): member in BaseStation
538 @bandwidth.setter
539 def bandwidth(self, bandwidth): argument
545 if not isinstance(bandwidth, LteBandwidth):
549 self._bts, bandwidth.value)
795 bandwidth = self.bandwidth
797 if bandwidth == LteBandwidth.BANDWIDTH_1MHz.value:
801 elif bandwidth == LteBandwidth.BANDWIDTH_3MHz.value:
805 elif bandwidth == LteBandwidth.BANDWIDTH_5MHz.value:
809 elif bandwidth == LteBandwidth.BANDWIDTH_10MHz.value:
[all …]
Dcmx500.py291 def bandwidth(self): member in BaseStation
295 @bandwidth.setter
296 def bandwidth(self, bandwidth): argument
Dcmx500_cellular_simulator.py118 def set_bandwidth(self, bts_index, bandwidth): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py454 def set_bandwidth(self, bts_index, bandwidth): argument
463 if bandwidth == 20:
464 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_20MHz
465 elif bandwidth == 15:
466 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_15MHz
467 elif bandwidth == 10:
468 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_10MHz
469 elif bandwidth == 5:
470 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_5MHz
471 elif bandwidth == 3:
[all …]
Dmd8475a.py2177 def bandwidth(self): member in _BaseTransceiverStation
2189 @bandwidth.setter
2190 def bandwidth(self, bandwidth): argument
2199 if not isinstance(bandwidth, BtsBandwidth):
2201 cmd = "BANDWIDTH {},{}".format(bandwidth.value, self._bts_number)
2218 def dl_bandwidth(self, bandwidth): argument
2227 if not isinstance(bandwidth, BtsBandwidth):
2229 cmd = "DLBANDWIDTH {},{}".format(bandwidth.value, self._bts_number)
2246 def ul_bandwidth(self, bandwidth): argument
2255 if not isinstance(bandwidth, BtsBandwidth):
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerWiFiBaseTest.py91 bandwidth=80, argument
109 bandwidth=bandwidth)
111 self.brconfigs = wputils.ap_setup(ap, network, bandwidth=bandwidth)
DIperfHelper.py40 self.bandwidth = config['bandwidth']
42 self.bandwidth = None
56 if self.bandwidth is not None:
57 iperf_args = iperf_args + ' -b {}M'.format(self.bandwidth)
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/
Dcellular_traffic_power_test.py314 bandwidth=self.bandwidth_limit_dl))
325 bandwidth=self.bandwidth_limit_ul))
338 bandwidth=0, argument
370 if bandwidth > 0:
371 config['bandwidth'] = bandwidth
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py72 RttParam.bandwidth: RttBW.BW_80_SUPPORT
153 bw_mode = rtt_params[i][RttParam.bandwidth]
398 p[RttParam.bandwidth] = scan_result_channel_width_to_rtt[cw]
509 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT
528 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py164 self.bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz
169 self.bts.bandwidth,
238 bandwidth = match.group(0).strip('MHz')
239 return bandwidth
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py208 def configure_monitor_mode(self, band, channel, bandwidth=20): argument
227 if bandwidth == 20:
232 for i, j in CENTER_CHANNEL_MAP[VHT_CHANNEL[bandwidth]]["channels"]:
240 bandwidth, center_freq), ignore_status=True)
Dcellular_simulator.py113 if config.bandwidth:
114 self.set_bandwidth(bts_index, config.bandwidth)
239 def set_bandwidth(self, bts_index, bandwidth): argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabDataTest.py143 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_20MHz
145 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_15MHz
147 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz
149 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_5MHz
DTelLabNeighborCellTest.py225 bts.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz
239 bts.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz
264 bts.bandwidth = params['bandwidth']
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dota_sniffer.py485 self.bandwidth = None
507 if chan == self.channel and bw == self.bandwidth:
511 self.bandwidth = bw
Dwifi_retail_ap.py309 def set_bandwidth(self, network, bandwidth): argument
316 setting_to_update = {"bandwidth_{}".format(network): str(bandwidth)}
1336 bandwidth = self.BW_MODE_MAP[self.ap_settings["bandwidth_{}".format(
1343 vht_bandwidth=bandwidth,
Dwifi_power_test_utils.py107 def ap_setup(ap, network, bandwidth=80): argument
133 vht_bandwidth=bandwidth,
Dwifi_test_utils.py230 bandwidth = "bandwidth" variable in WifiEnums.RttParam
2294 def ap_setup(test, index, ap, network, bandwidth=80, channel=6): argument
2325 vht_bandwidth=bandwidth,
Dwifi_performance_test_utils.py112 mcs_id.mode, mcs_id.bandwidth, mcs_id.num_streams, mcs_id.mcs,
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFitrafficTest.py46 bandwidth=int(self.test_configs.bandwidth))
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeApSupporting11McTest.py324 p[RttParam.bandwidth] = scan_result_channel_width_to_rtt[cw]
/tools/repohooks/tools/
Dspelling.txt190 bandwith||bandwidth

12