Home
last modified time | relevance | path

Searched refs:nrb_ul (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py157 nrb_ul = int(self.bts[bts_index].nrb_ul)
160 round(input_power - 10 * math.log10(nrb_ul / max_nrb_ul), 1))
161 if nrb_ul < max_nrb_ul:
165 nrb_ul, max_nrb_ul, input_level))
479 nrb_dl, nrb_ul): argument
496 if not all([nrb_dl, nrb_ul, mcs_dl, mcs_ul]):
504 bts.nrb_ul = nrb_ul
Dmd8475a.py3420 def nrb_ul(self): member in _BaseTransceiverStation
3432 @nrb_ul.setter
3433 def nrb_ul(self, blocks): member in _BaseTransceiverStation
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py290 nrb_ul=None): argument
311 if nrb_ul:
312 log_list.append('nrb_ul: {}'.format(nrb_ul))
318 nrb_ul=nrb_ul)
Dcmw500_cellular_simulator.py458 nrb_ul=None): argument
481 if not nrb_ul and nrb_dl:
484 bts.rb_configuration_ul = (nrb_ul, self.ul_modulation, 'KEEP')
497 if not all([nrb_ul, nrb_dl, mcs_dl, mcs_ul]):
502 bts.rb_configuration_ul = (nrb_ul, 0, self.ul_modulation, tbs)
Dcmx500.py1109 nrb_ul=None): argument
1122 ul_rb_alloc=nrb_ul)
1523 nrb_ul=None): argument
1535 ul_rb_alloc=nrb_ul)
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py369 nrb_dl, nrb_ul): argument
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/
Duxm_cellular_simulator.py845 nrb_ul=None): argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabNeighborCellTest.py230 bts.nrb_ul = self._NRB_UL
247 bts.nrb_ul = self._NRB_UL
276 bts.nrb_ul = self._NRB_UL