Searched defs:bts_config (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | PresetSimulation.py | 106 def calibrated_downlink_rx_power(self, bts_config, rsrp): argument 133 def rsrp_to_signal_power(self, rsrp, bts_config): argument 159 def bts_maximum_downlink_throughtput(self, bts_config): argument 182 def bts_maximum_uplink_throughtput(self, bts_config): argument
|
D | LteSimulation.py | 596 def calibrated_downlink_rx_power(self, bts_config, rsrp): argument 633 def rsrp_to_signal_power(self, rsrp, bts_config): argument 679 def bts_maximum_downlink_throughtput(self, bts_config): argument 803 def bts_maximum_uplink_throughtput(self, bts_config): argument
|
D | BaseSimulation.py | 402 def calibrated_downlink_rx_power(self, bts_config, signal_level): argument 452 def calibrated_uplink_tx_power(self, bts_config, signal_level): argument
|