mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	cc_module_9800_3504.py : fixed slot bug introduced with last commit
lf_tx_power.py : comment on perl tenet install Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		
				
					committed by
					
						
						shivam
					
				
			
			
				
	
			
			
			
						parent
						
							43846cfaa5
						
					
				
				
					commit
					05c974aa0c
				
			@@ -197,11 +197,11 @@ class create_controller_series_object:
 | 
			
		||||
            self.ap_band_slot = self.ap_band_slot_5g
 | 
			
		||||
        # TODO need to support configuration
 | 
			
		||||
        elif self.band == '6g':
 | 
			
		||||
            self.band = '6g'
 | 
			
		||||
            self.ap_band_slot = self.ap_band_slot_6g
 | 
			
		||||
        elif self.band == 'dual_band_5g':
 | 
			
		||||
            self.band = 'dual_band_5g'
 | 
			
		||||
            self.band = self.ap_band_slot_dual_band_5g
 | 
			
		||||
        elif self.band == 'dual_band_6g':
 | 
			
		||||
            self.band = 'dual_band_6g'
 | 
			
		||||
            self.band = self.ap_band_slot_dual_band_6g
 | 
			
		||||
 | 
			
		||||
            # if self.ap_band_slot is None:
 | 
			
		||||
            #    logger.critical("ap_band_slot_6g needs to be set to 2 or 3")
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,10 @@ PURPOSE:
 | 
			
		||||
Perform tx power testing
 | 
			
		||||
 | 
			
		||||
SETUP:
 | 
			
		||||
TODO : describe
 | 
			
		||||
You might need to install perl
 | 
			
		||||
Fedora : dnf install perl-Net-Telnet
 | 
			
		||||
Ubunto : sudo apt install libnet-telnet-perl
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
EXAMPLE:
 | 
			
		||||
TODO : add sample command
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user