Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py186 self.bts[bts_index].dl_channel = str(
187 int(self.bts[bts_index - 1].dl_channel) + bw * 10 - 1)
190 self.bts[bts_index].dl_channel = str(
191 int(self.bts[bts_index - 1].dl_channel) + bw * 10 - 2)
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2365 def dl_channel(self): member in _BaseTransceiverStation
2377 @dl_channel.setter
2378 def dl_channel(self, channel): member in _BaseTransceiverStation
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Danritsu_utils.py387 bts.dl_channel = get_1x_channel(user_params, cell_no, sim_card)
407 bts.dl_channel = get_evdo_channel(user_params, cell_no, sim_card)
/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/tests/google/tel/lab/
DTelLabNeighborCellTest.py272 bts.dl_channel = params['channel']
289 bts.dl_channel = params['channel']