mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
				synced 2025-11-03 20:27:45 +00:00 
			
		
		
		
	Compare commits
	
		
			26 Commits
		
	
	
		
			add_enroll
			...
			release/v2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					0924874255 | ||
| 
						 | 
					99949cb5dc | ||
| 
						 | 
					e8969a8ac7 | ||
| 
						 | 
					5f0694d08e | ||
| 
						 | 
					38bd16dcff | ||
| 
						 | 
					6ce7436992 | ||
| 
						 | 
					cf2ad4fa5a | ||
| 
						 | 
					d8257265da | ||
| 
						 | 
					66825a1103 | ||
| 
						 | 
					7e6a566996 | ||
| 
						 | 
					a373a24ee1 | ||
| 
						 | 
					3d6e5e00bb | ||
| 
						 | 
					e7d3b4b151 | ||
| 
						 | 
					c3a51487c0 | ||
| 
						 | 
					dd44d0504d | ||
| 
						 | 
					a6ff0ab197 | ||
| 
						 | 
					9202893b77 | ||
| 
						 | 
					7b1920b7b2 | ||
| 
						 | 
					cafd757593 | ||
| 
						 | 
					ff7a806f67 | ||
| 
						 | 
					f264a2e556 | ||
| 
						 | 
					f11751ac89 | ||
| 
						 | 
					fa9d59852a | ||
| 
						 | 
					51d1df8150 | ||
| 
						 | 
					37e910e1c2 | ||
| 
						 | 
					6c038e1d64 | 
@@ -79,6 +79,7 @@ add_executable( owgw
 | 
				
			|||||||
        src/framework/KafkaTopics.h
 | 
					        src/framework/KafkaTopics.h
 | 
				
			||||||
        src/framework/MicroService.h
 | 
					        src/framework/MicroService.h
 | 
				
			||||||
        src/framework/OpenWifiTypes.h
 | 
					        src/framework/OpenWifiTypes.h
 | 
				
			||||||
 | 
					        src/framework/MicroServiceErrorHandler.h
 | 
				
			||||||
        src/framework/orm.h
 | 
					        src/framework/orm.h
 | 
				
			||||||
        src/framework/StorageClass.h
 | 
					        src/framework/StorageClass.h
 | 
				
			||||||
        src/framework/MicroServiceErrorHandler.h
 | 
					        src/framework/MicroServiceErrorHandler.h
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ fullnameOverride: ""
 | 
				
			|||||||
images:
 | 
					images:
 | 
				
			||||||
  owgw:
 | 
					  owgw:
 | 
				
			||||||
    repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw
 | 
					    repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw
 | 
				
			||||||
    tag: master
 | 
					    tag: v2.7.2
 | 
				
			||||||
    pullPolicy: Always
 | 
					    pullPolicy: Always
 | 
				
			||||||
#    regcred:
 | 
					#    regcred:
 | 
				
			||||||
#      registry: tip-tip-wlan-cloud-ucentral.jfrog.io
 | 
					#      registry: tip-tip-wlan-cloud-ucentral.jfrog.io
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,6 +55,7 @@ namespace OpenWifi {
 | 
				
			|||||||
#include "nlohmann/json.hpp"
 | 
					#include "nlohmann/json.hpp"
 | 
				
			||||||
#include "ow_version.h"
 | 
					#include "ow_version.h"
 | 
				
			||||||
#include "fmt/core.h"
 | 
					#include "fmt/core.h"
 | 
				
			||||||
 | 
					#include "framework/MicroServiceErrorHandler.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
 | 
					#define _OWDEBUG_ std::cout<< __FILE__ <<":" << __LINE__ << std::endl;
 | 
				
			||||||
// #define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
 | 
					// #define _OWDEBUG_ Logger().debug(Poco::format("%s: %lu",__FILE__,__LINE__));
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,6 +10,7 @@
 | 
				
			|||||||
#include "Poco/Net/NetException.h"
 | 
					#include "Poco/Net/NetException.h"
 | 
				
			||||||
#include "Poco/Net/SSLException.h"
 | 
					#include "Poco/Net/SSLException.h"
 | 
				
			||||||
#include "Poco/JSON/Template.h"
 | 
					#include "Poco/JSON/Template.h"
 | 
				
			||||||
 | 
					#include "Poco/JSON/JSONException.h"
 | 
				
			||||||
#include "Poco/Thread.h"
 | 
					#include "Poco/Thread.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace OpenWifi {
 | 
					namespace OpenWifi {
 | 
				
			||||||
@@ -166,4 +167,4 @@ namespace OpenWifi {
 | 
				
			|||||||
		int 			t_id=0;
 | 
							int 			t_id=0;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user