Searched refs:nrb_ul (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 218 nrb_ul = int(self.bts[bts_index].nrb_ul) 221 round(input_power - 10 * math.log10(nrb_ul / max_nrb_ul), 1)) 222 if nrb_ul < max_nrb_ul: 226 nrb_ul, max_nrb_ul, input_level)) 535 nrb_dl, nrb_ul): argument 552 if not all([nrb_dl, nrb_ul, mcs_dl, mcs_ul]): 560 bts.nrb_ul = nrb_ul
|
D | md8475a.py | 3409 def nrb_ul(self): member in _BaseTransceiverStation 3421 @nrb_ul.setter 3422 def nrb_ul(self, blocks): member in _BaseTransceiverStation
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_cellular_simulator.py | 395 mcs_ul=None, nrb_dl=None, nrb_ul=None): argument 418 if not nrb_ul and nrb_dl: 421 bts.rb_configuration_ul = (nrb_ul, self.ul_modulation, 'KEEP') 434 if not all([nrb_ul, nrb_dl, mcs_dl, mcs_ul]): 439 bts.rb_configuration_ul = (nrb_ul, 0, self.ul_modulation, tbs)
|
D | cmx500_cellular_simulator.py | 155 mcs_ul=None, nrb_dl=None, nrb_ul=None): argument
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabNeighborCellTest.py | 230 bts.nrb_ul = self._NRB_UL 247 bts.nrb_ul = self._NRB_UL 276 bts.nrb_ul = self._NRB_UL
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 276 nrb_dl, nrb_ul): argument
|