Searched refs:mac_padding (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | LteSimulation.py | 712 if bts_config.mac_padding: 722 if bts_config.mac_padding: 732 if (not bts_config.dl_256_qam_enabled and bts_config.mac_padding 741 if (not bts_config.dl_256_qam_enabled and bts_config.mac_padding 747 and not bts_config.mac_padding and mcs == 27): 756 elif bts_config.dl_256_qam_enabled and bts_config.mac_padding and mcs == 27: 764 elif bts_config.dl_256_qam_enabled and bts_config.mac_padding and mcs == 26: 768 elif (bts_config.dl_256_qam_enabled and not bts_config.mac_padding 777 elif (bts_config.dl_256_qam_enabled and not bts_config.mac_padding 787 "FULLALLOCATION" if bts_config.mac_padding else "OFF", [all …]
|
D | NrCellConfig.py | 60 self.mac_padding = None 146 self.mac_padding = True 148 self.mac_padding = parameters[self.PARAM_PADDING]
|
D | LteCellConfig.py | 106 self.mac_padding = None 237 self.mac_padding = True 239 self.mac_padding = parameters[self.PARAM_PADDING] 286 elif (not self.dl_256_qam_enabled and self.mac_padding
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 186 if config.mac_padding is not None: 187 self.set_mac_padding(bts_index, config.mac_padding) 274 if config.mac_padding is not None: 275 self.set_mac_padding(bts_index, config.mac_padding) 400 def set_mac_padding(self, bts_index, mac_padding): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_cellular_simulator.py | 344 def set_mac_padding(self, bts_index, mac_padding): argument 351 self.log.info('set mac pad on {}'.format(mac_padding)) 352 self.bts[bts_index].set_dl_mac_padding(mac_padding)
|
D | cmw500_cellular_simulator.py | 544 def set_mac_padding(self, bts_index, mac_padding): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 213 def set_mac_padding(self, bts_index, mac_padding): argument 220 if mac_padding:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/ |
D | keysight_5g_testapp.py | 753 def set_lte_ul_mac_padding(self, mac_padding): argument 755 padding_str = 'TRUE' if mac_padding else 'FALSE'
|
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/ |
D | uxm_cellular_simulator.py | 883 def set_mac_padding(self, bts_index, mac_padding): argument
|