Searched refs:ul_bandwidth (Results 1 – 1 of 1) sorted by relevance
2240 def ul_bandwidth(self): member in _BaseTransceiverStation2252 @ul_bandwidth.setter2253 def ul_bandwidth(self, bandwidth): member in _BaseTransceiverStation3447 ul_bandwidth = self.ul_bandwidth3448 if ul_bandwidth == 'SAMEASDL':3449 ul_bandwidth = self.dl_bandwidth3450 max_nrb = MAX_NRB_FOR_BANDWIDTH.get(ul_bandwidth, None)3453 'for bandwidth: {}'.format(ul_bandwidth))