Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteSimulation.py432 self.bandwidth = None
595 new_config.bandwidth = bw
680 new_config.bandwidth, new_config.transmission_mode,
693 if self.dl_256_qam and new_config.bandwidth == 1.4:
697 and new_config.bandwidth != 1.4):
885 bandwidth = bts_config.bandwidth
887 if bandwidth == 20: # 100 RBs
889 elif bandwidth == 15: # 75 RBs
891 elif bandwidth == 10: # 50 RBs
893 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
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dwmm_transceiver.py227 (receiver, access_category, bandwidth,
245 bandwidth=bandwidth,
263 (receiver, access_category, bandwidth,
277 'bandwidth': bandwidth,
300 bandwidth = pending_stream_config['bandwidth']
313 'bandwidth': bandwidth,
395 bandwidth=None, argument
436 if bandwidth:
437 bandwidth_flag = ' -u -b %sM' % bandwidth
447 bandwidth if bandwidth else 'Unlimited'))
[all …]
/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): member in _BaseTransceiverStation
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_tests/acts_contrib/test_utils/wifi/wifi_retail_ap/
Dnetgear_rax120.py163 def set_bandwidth(self, network, bandwidth): argument
170 if 'bw' in bandwidth:
171 bandwidth = bandwidth.replace('bw',
173 if bandwidth not in self.capabilities['modes'][network]:
175 bandwidth, network))
176 setting_to_update = {network: {'bandwidth': str(bandwidth)}}
177 setting_to_update['enable_ax'] = int('HE' in bandwidth)
179 requested_mode = 'HE' if 'HE' in bandwidth else 'VHT'
Dnetgear_rax200.py184 def set_bandwidth(self, network, bandwidth): argument
191 if 'bw' in bandwidth:
192 bandwidth = bandwidth.replace('bw',
194 if bandwidth not in self.capabilities['modes'][network]:
196 bandwidth, network))
197 setting_to_update = {network: {'bandwidth': str(bandwidth)}}
198 setting_to_update['enable_ax'] = int('HE' in bandwidth)
200 requested_mode = 'HE' if 'HE' in bandwidth else 'VHT'
D__init__.py356 def set_bandwidth(self, network, bandwidth): argument
363 if 'bw' in bandwidth:
364 bandwidth = bandwidth.replace('bw',
366 if bandwidth not in self.capabilities['modes'][network]:
368 bandwidth, network))
369 setting_to_update = {network: {'bandwidth': str(bandwidth)}}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerWiFiBaseTest.py119 bandwidth=80, argument
137 bandwidth=bandwidth)
139 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_tests/tests/google/wifi/
DWifiPingTest.py528 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
529 if channel not in allowed_configs[bandwidth]:
537 bandwidth=bandwidth,
728 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
729 if channel not in allowed_configs[bandwidth]:
738 bandwidth=bandwidth,
DWifiRvrTest.py657 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
658 if channel not in allowed_configs[bandwidth]:
665 bandwidth=bandwidth,
869 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
870 if channel not in allowed_configs[bandwidth]:
876 bandwidth=bandwidth,
DWifiThroughputStabilityTest.py86 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
87 if channel not in allowed_configs[bandwidth]:
92 bandwidth=bandwidth,
585 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
586 if channel not in allowed_configs[bandwidth]:
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
DWifiSensitivityTest.py548 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
563 bandwidth=bandwidth,
830 bandwidth = int(''.join([x for x in mode if x.isdigit()]))
845 bandwidth=bandwidth,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py320 bandwidth=self.bandwidth_limit_dl))
331 bandwidth=self.bandwidth_limit_ul))
344 bandwidth=0, argument
376 if bandwidth > 0:
377 config['bandwidth'] = bandwidth
/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/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py260 bandwidth = "bandwidth" variable in WifiEnums.RttParam
2419 bandwidth = 0
2424 bandwidth = event['data'][
2427 frequency, bandwidth)
2433 bandwidth = event['data'][
2436 bandwidth)
2437 return frequency, bandwidth
2462 bandwidth = info[
2470 frequency, bandwidth, wifistandard, bssid)
2712 def ap_setup(test, index, ap, network, bandwidth=80, channel=6): argument
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtInterferenceBaseTest.py38 def setup_ap_connection(dut, network, ap, bandwidth=20): argument
50 brconfigs = wputils.ap_setup(ap, network, bandwidth=bandwidth)
/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

12