/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 514 def set_downlink_rx_power(self, bts, rsrp): argument 535 bts, argument 560 def rsrp_to_signal_power(self, rsrp, bts): argument 604 def bts_maximum_downlink_throughtput(self, bts): argument 688 def bts_maximum_uplink_throughtput(self, bts): argument 732 def set_transmission_mode(self, bts, tmode): argument 768 def set_mimo_mode(self, bts, mimo): argument 815 bts, argument 859 def allocation_percentages_to_rbs(self, bts, dl, ul): argument 961 def set_channel_bandwidth(self, bts, bandwidth): argument [all …]
|
D | BaseSimulation.py | 278 def set_downlink_rx_power(self, bts, signal_level): argument 324 def set_uplink_tx_power(self, bts, signal_level): argument 395 bts, argument 496 def uplink_calibration(self, bts): argument 590 def set_band(self, bts, band, calibrate_if_necessary=True): argument
|
D | LteCaSimulation.py | 360 def set_band_with_defaults(self, bts, band, calibrate_if_necessary=True): argument 381 def set_downlink_rx_power(self, bts, rsrp): argument
|
D | UmtsSimulation.py | 170 def set_release_version(self, bts, release_version): argument
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabNeighborCellTest.py | 224 def _setup_lte_serving_cell(self, bts, dl_power, cell_id, physical_cellid): argument 236 def _setup_lte_neighbhor_cell_md8475a(self, bts, band, dl_power, cell_id, argument 250 def _setup_wcdma_serving_cell(self, bts, dl_power, cell_id): argument 255 def _setup_wcdma_neighbhor_cell_md8475a(self, bts, band, dl_power, argument 262 def _setup_lte_cell_md8475a(self, bts, params, dl_power): argument 279 def _setup_wcdma_cell_md8475a(self, bts, params, dl_power): argument 291 def _setup_gsm_cell_md8475a(self, bts, params, dl_power): argument
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | anritsu_utils.py | 298 def _init_lte_bts(bts, user_params, cell_no, sim_card): argument 323 def _init_wcdma_bts(bts, user_params, cell_no, sim_card): argument 348 def _init_gsm_bts(bts, user_params, cell_no, sim_card): argument 372 def _init_1x_bts(bts, user_params, cell_no, sim_card): argument 393 def _init_evdo_bts(bts, user_params, cell_no, sim_card): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | anritsu_utils.py | 364 def _init_lte_bts(bts, user_params, cell_no, sim_card): argument 388 def _init_wcdma_bts(bts, user_params, cell_no, sim_card): argument 413 def _init_gsm_bts(bts, user_params, cell_no, sim_card): argument 437 def _init_1x_bts(bts, user_params, cell_no, sim_card): argument 458 def _init_evdo_bts(bts, user_params, cell_no, sim_card): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 850 bts=1, argument
|