mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-11-03 20:17:53 +00:00 
			
		
		
		
	Fixing RF profile file name reference
This commit is contained in:
		@@ -39,7 +39,7 @@ public class OpensyncExternalIntegrationSimple implements OpensyncExternalIntegr
 | 
				
			|||||||
	@Value("${tip.wlan.ovsdb.apProfileFileName:/app/config/ProfileAPExample.json}")
 | 
						@Value("${tip.wlan.ovsdb.apProfileFileName:/app/config/ProfileAPExample.json}")
 | 
				
			||||||
	private String apProfileFileName;
 | 
						private String apProfileFileName;
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	@Value("${tip.wlan.ovsdb.apProfileFileName:/app/config/ProfileRf.json}")
 | 
						@Value("${tip.wlan.ovsdb.rfProfileFileName:/app/config/ProfileRf.json}")
 | 
				
			||||||
	private String rfProfileFileName;
 | 
						private String rfProfileFileName;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Value("${tip.wlan.ovsdb.ssidProfileFileName:/app/config/ProfileSsid.json}")
 | 
						@Value("${tip.wlan.ovsdb.ssidProfileFileName:/app/config/ProfileSsid.json}")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user