mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-10-31 10:37:51 +00:00 
			
		
		
		
	Merged in NETEXP-3580 (pull request #32)
[NETEXP-3580] fix failed test Approved-by: mike.hansen
This commit is contained in:
		 Thomas Leung
					Thomas Leung
				
			
				
					committed by
					
						 Thomas-Leung2021
						Thomas-Leung2021
					
				
			
			
				
	
			
			
			 Thomas-Leung2021
						Thomas-Leung2021
					
				
			
						parent
						
							d3cffd570f
						
					
				
				
					commit
					3470b01ea1
				
			| @@ -1360,6 +1360,9 @@ public class OpensyncExternalIntegrationCloud implements OpensyncExternalIntegra | ||||
|     } | ||||
|      | ||||
|     private ChannelBandwidth convertHtModeToChannelBandwidth(String htMode) { | ||||
|         if (htMode == null) { | ||||
|             return null; | ||||
|         } | ||||
|         switch (htMode) { | ||||
|             case "HT20": | ||||
|                 return ChannelBandwidth.is20MHz; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user