Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteSimulation.py74 TOTAL_RBS_DICTIONARY = {20: 100, 15: 75, 10: 50, 5: 25, 3: 15, 1.4: 6} variable
701 rb_ratio = bts_config.dl_rbs / TOTAL_RBS_DICTIONARY[bandwidth]
816 rb_ratio = bts_config.ul_rbs / TOTAL_RBS_DICTIONARY[bandwidth]
DLteCellConfig.py423 max_rbs = lte_sim.TOTAL_RBS_DICTIONARY[self.bandwidth]