Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2233 def ul_bandwidth(self): member in _BaseTransceiverStation
2245 @ul_bandwidth.setter
2246 def ul_bandwidth(self, bandwidth): member in _BaseTransceiverStation
3436 ul_bandwidth = self.ul_bandwidth
3437 if ul_bandwidth == 'SAMEASDL':
3438 ul_bandwidth = self.dl_bandwidth
3439 max_nrb = MAX_NRB_FOR_BANDWIDTH.get(ul_bandwidth, None)
3442 'for bandwidth: {}'.format(ul_bandwidth))