Home
last modified time | relevance | path

Searched refs:dl_channel (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py263 def dl_channel(self): member in BaseStation
267 @dl_channel.setter
268 def dl_channel(self, channel): member in BaseStation
Dcmw500.py499 def dl_channel(self): member in BaseStation
504 @dl_channel.setter
505 def dl_channel(self, channel): member in BaseStation
Dcmw500_cellular_simulator.py337 bts.dl_channel = channel_number
338 self.log.debug('Downlink Channel set to {}'.format(bts.dl_channel))
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py116 if config.dl_channel:
117 self.set_downlink_channel_number(bts_index, config.dl_channel)
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/
DHotspotWiFiChannelTest.py165 self.bts.dl_channel = channel
170 self.bts.dl_channel
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py248 self.bts[bts_index].dl_channel = str(channel_number + 1)
250 self.bts[bts_index].dl_channel = str(channel_number)
Dmd8475a.py2719 def dl_channel(self): member in _BaseTransceiverStation
2731 @dl_channel.setter
2732 def dl_channel(self, channel): member in _BaseTransceiverStation
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py452 bts.dl_channel = get_1x_channel(user_params, cell_no, sim_card)
472 bts.dl_channel = get_evdo_channel(user_params, cell_no, sim_card)
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py200 new_configs[bts_index].dl_channel = int(
DLteSimulation.py443 self.dl_channel = None
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabNeighborCellTest.py271 bts.dl_channel = params['channel']
288 bts.dl_channel = params['channel']