Home
last modified time | relevance | path

Searched refs:PARAM_DL_MCS (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DNrCellConfig.py31 PARAM_DL_MCS = "dlmcs" variable in NrCellConfig
150 if self.PARAM_DL_MCS in parameters:
151 self.dl_mcs = int(parameters[self.PARAM_DL_MCS])
DLteCellConfig.py72 PARAM_DL_MCS = "dlmcs" variable in LteCellConfig
278 if self.PARAM_DL_MCS in parameters:
279 self.dl_mcs = int(parameters[self.PARAM_DL_MCS])
283 'to the max value by default'.format(self.PARAM_DL_MCS))