Searched refs:cell_id (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabNeighborCellTest.py | 224 def _setup_lte_serving_cell(self, bts, dl_power, cell_id, physical_cellid): argument 232 bts.cell_id = cell_id 236 def _setup_lte_neighbhor_cell_md8475a(self, bts, band, dl_power, cell_id, argument 241 bts.cell_id = cell_id 250 def _setup_wcdma_serving_cell(self, bts, dl_power, cell_id): argument 252 bts.cell_id = cell_id 256 cell_id): argument 259 bts.cell_id = cell_id 266 bts.cell_id = params['cid'] 282 bts.cell_id = params['cid'] [all …]
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475a.py | 2600 def cell_id(self): member in _BaseTransceiverStation 2612 @cell_id.setter 2613 def cell_id(self, cell_id): member in _BaseTransceiverStation 2622 cmd = "CELLID {},{}".format(cell_id, self._bts_number)
|