Searched refs:ul_bandwidth (Results 1 – 1 of 1) sorted by relevance
2233 def ul_bandwidth(self): member in _BaseTransceiverStation2245 @ul_bandwidth.setter2246 def ul_bandwidth(self, bandwidth): member in _BaseTransceiverStation3436 ul_bandwidth = self.ul_bandwidth3437 if ul_bandwidth == 'SAMEASDL':3438 ul_bandwidth = self.dl_bandwidth3439 max_nrb = MAX_NRB_FOR_BANDWIDTH.get(ul_bandwidth, None)3442 'for bandwidth: {}'.format(ul_bandwidth))