Searched refs:cell_id (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabNeighborCellTest.py | 223 def _setup_lte_serving_cell(self, bts, dl_power, cell_id, physical_cellid): argument 231 bts.cell_id = cell_id 235 def _setup_lte_neighbhor_cell_md8475a(self, bts, band, dl_power, cell_id, argument 240 bts.cell_id = cell_id 249 def _setup_wcdma_serving_cell(self, bts, dl_power, cell_id): argument 251 bts.cell_id = cell_id 255 cell_id): argument 258 bts.cell_id = cell_id 265 bts.cell_id = params['cid'] 281 bts.cell_id = params['cid'] [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 2954 def cell_id(self): member in _BaseTransceiverStation 2966 @cell_id.setter 2967 def cell_id(self, cell_id): argument 2976 cmd = "CELLID {},{}".format(cell_id, self._bts_number)
|