Home
last modified time | relevance | path

Searched refs:bts_index (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py77 def configure_bts(self, config, bts_index=0): argument
88 self.set_output_power(bts_index, config.output_power)
91 self.set_input_power(bts_index, config.input_power)
94 self.configure_lte_bts(config, bts_index)
96 def configure_lte_bts(self, config, bts_index=0): argument
105 self.set_band(bts_index, config.band)
108 self.set_tdd_config(bts_index, config.dlul_config)
111 self.set_ssf_config(bts_index, config.ssf_config)
114 self.set_bandwidth(bts_index, config.bandwidth)
117 self.set_downlink_channel_number(bts_index, config.dl_channel)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py208 for bts_index in range(len(bands)):
209 self.set_band(bts_index, bands[bts_index])
211 def set_input_power(self, bts_index, input_power): argument
218 nrb_ul = int(self.bts[bts_index].nrb_ul)
219 max_nrb_ul = self.bts[bts_index].max_nrb_ul
227 self.bts[bts_index].input_level = input_level
229 def set_output_power(self, bts_index, output_power): argument
236 self.bts[bts_index].output_level = output_power
238 def set_downlink_channel_number(self, bts_index, channel_number): argument
248 self.bts[bts_index].dl_channel = str(channel_number + 1)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py96 for bts_index in range(1, self.simulator.LTE_MAX_CARRIERS):
99 self.simulator.configure_bts(new_config, bts_index)
145 bts_index = 0
150 self.bts_configs[bts_index].band = band
151 bts_index += 1
155 self.bts_configs[bts_index].band = band
156 bts_index += 1
179 bts_index = 0
187 bw = int(values[1 + bts_index])
191 new_configs[bts_index].bandwidth = bw
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py228 def set_band(self, bts_index, band): argument
235 bts = self.bts[bts_index]
255 def set_input_power(self, bts_index, input_power): argument
262 bts = self.bts[bts_index]
271 def set_output_power(self, bts_index, output_power): argument
278 bts = self.bts[bts_index]
281 def set_tdd_config(self, bts_index, tdd_config): argument
288 self.bts[bts_index].uldl_configuration = tdd_config
290 def set_ssf_config(self, bts_index, ssf_config): argument
302 self.bts[bts_index].tdd_special_subframe = ssf_config
[all …]
Dcmx500_cellular_simulator.py61 def set_band(self, bts_index, band): argument
81 def set_input_power(self, bts_index, input_power): argument
90 def set_output_power(self, bts_index, output_power): argument
99 def set_tdd_config(self, bts_index, tdd_config): argument
108 def set_ssf_config(self, bts_index, ssf_config): argument
118 def set_bandwidth(self, bts_index, bandwidth): argument
127 def set_downlink_channel_number(self, bts_index, channel_number): argument
136 def set_mimo_mode(self, bts_index, mimo_mode): argument
145 def set_transmission_mode(self, bts_index, tmode): argument
154 def set_scheduling_mode(self, bts_index, scheduling, mcs_dl=None, argument
[all …]