Searched refs:bts_config (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 839 def calibrated_downlink_rx_power(self, bts_config, rsrp): argument 848 power = self.rsrp_to_signal_power(rsrp, bts_config) 855 return super().calibrated_downlink_rx_power(bts_config, power) 876 def rsrp_to_signal_power(self, rsrp, bts_config): argument 889 bandwidth = bts_config.bandwidth 919 def bts_maximum_downlink_throughtput(self, bts_config): argument 930 if bts_config.mimo_mode == MimoMode.MIMO_1x1: 932 elif bts_config.mimo_mode == MimoMode.MIMO_2x2: 934 elif bts_config.mimo_mode == MimoMode.MIMO_4x4: 940 bandwidth = bts_config.bandwidth [all …]
|
D | BaseSimulation.py | 449 def calibrated_downlink_rx_power(self, bts_config, signal_level): argument 499 def calibrated_uplink_tx_power(self, bts_config, signal_level): argument
|