Home
last modified time | relevance | path

Searched refs:PARAM_MIMO (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DNrCellConfig.py34 PARAM_MIMO = "mimo" variable in NrCellConfig
112 if self.PARAM_MIMO not in parameters:
115 "mimo mode.".format(self.PARAM_MIMO))
118 if parameters[self.PARAM_MIMO] == mimo_mode.value:
123 "1x1, 2x2 or 4x4.".format(self.PARAM_MIMO))
DLteCellConfig.py71 PARAM_MIMO = "mimo" variable in LteCellConfig
186 if self.PARAM_MIMO not in parameters:
189 "mimo mode.".format(self.PARAM_MIMO))
192 if parameters[self.PARAM_MIMO] == mimo_mode.value:
197 "1x1, 2x2 or 4x4.".format(self.PARAM_MIMO))
DLteSimulation.py537 if not LteCellConfig.PARAM_MIMO in cell:
540 ' mimo mode.'.format(self.PARAM_MIMO))
542 if cell[LteCellConfig.PARAM_MIMO] not in (m.value
546 '1x1, 2x2 or 4x4.'.format(self.PARAM_MIMO))
553 [MimoMode(c[LteCellConfig.PARAM_MIMO]) for c in new_cell_list])