Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DGsmSimulation.py44 PARAM_BAND = "band" variable in GsmSimulation
114 if self.PARAM_BAND not in parameters:
117 "required band number.".format(self.PARAM_BAND))
119 self.set_band(self.bts1, parameters[self.PARAM_BAND])
DUmtsSimulation.py47 PARAM_BAND = "band" variable in UmtsSimulation
148 if self.PARAM_BAND not in parameters:
151 "the required band number.".format(self.PARAM_BAND))
153 self.set_band(self.bts1, parameters[self.PARAM_BAND])
DNrCellConfig.py29 PARAM_BAND = "band" variable in NrCellConfig
82 if self.PARAM_BAND not in parameters:
85 "the required band number.".format(self.PARAM_BAND))
86 nr_band = parameters[self.PARAM_BAND]
DLteSimulation.py495 if LteCellConfig.PARAM_BAND not in cell:
499 LteCellConfig.PARAM_BAND))
501 band = cell[LteCellConfig.PARAM_BAND]
516 cell[LteCellConfig.PARAM_BAND] = band_num
552 [c[LteCellConfig.PARAM_BAND] for c in new_cell_list],
560 band = new_cell_list[i][LteCellConfig.PARAM_BAND]
DLteCellConfig.py70 PARAM_BAND = "band" variable in LteCellConfig
130 if self.PARAM_BAND not in parameters:
133 "the required band number.".format(self.PARAM_BAND))
135 self.band = parameters[self.PARAM_BAND]