Home
last modified time | relevance | path

Searched refs:nrb_dl (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_cellular_simulator.py395 mcs_ul=None, nrb_dl=None, nrb_ul=None): argument
418 if not nrb_ul and nrb_dl:
428 bts.rb_configuration_dl = (nrb_dl, self.dl_modulation, 'KEEP')
434 if not all([nrb_ul, nrb_dl, mcs_dl, mcs_ul]):
451 bts.rb_configuration_dl = (nrb_dl, 0, self.dl_modulation, tbs)
Dcmx500_cellular_simulator.py155 mcs_ul=None, nrb_dl=None, nrb_ul=None): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py535 nrb_dl, nrb_ul): argument
552 if not all([nrb_dl, nrb_ul, mcs_dl, mcs_ul]):
559 bts.nrb_dl = nrb_dl
Dmd8475a.py3383 def nrb_dl(self): member in _BaseTransceiverStation
3395 @nrb_dl.setter
3396 def nrb_dl(self, blocks): member in _BaseTransceiverStation
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabNeighborCellTest.py229 bts.nrb_dl = self._NRB_DL
246 bts.nrb_dl = self._NRB_DL
275 bts.nrb_dl = self._NRB_DL
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py276 nrb_dl, nrb_ul): argument