Home
last modified time | relevance | path

Searched refs:new_config (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DBaseSimulation.py180 new_config = BaseCellConfig(self.log)
181 new_config.input_power = -10
182 new_config.output_power = -30
183 self.simulator.configure_bts(new_config)
184 self.cell_configs[0].incorporate(new_config)
335 new_config = BaseCellConfig(self.log)
336 new_config.input_power = self.calibrated_uplink_tx_power(
338 self.simulator.configure_bts(new_config)
339 self.cell_configs[0].incorporate(new_config)
347 new_config = BaseCellConfig(self.log)
[all …]
DLteSimulation.py917 new_config = LteCellConfig(self.log)
918 new_config.output_power = self.calibrated_downlink_rx_power(
920 self.simulator.configure_bts(new_config, bts_index)
921 self.cell_configs[bts_index].incorporate(new_config)
DBaseCellConfig.py42 def incorporate(self, new_config): argument
48 for attr, value in vars(new_config).items():
/tools/test/openhst/
Dstress_test_common.py67 new_config = stress_test_pb2.DeviceConfig()
71 new_config)
72 for include_name in new_config.include:
76 config.MergeFrom(new_config)
/tools/acloud/internal/lib/
Dota_tools.py274 delete=False, mode="w") as new_config:
275 new_config_path = new_config.name
276 self._RewriteSystemQemuConfig(new_config, config,
/tools/asuite/aidegen/sdk/
Djdk_table.py216 def _append_config(self, new_config): argument
222 node = ElementTree.fromstring(new_config)
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py326 def _set_control_path_config(self, old_config, new_config): argument
334 if os.path.isfile(new_config):
344 with open(new_config, 'w') as file: