updated config service grpc to return default templates and config, added logic to check for local custom templates
This commit is contained in:
parent
7b5df11dc7
commit
a4f3abf27c
7 changed files with 51 additions and 54 deletions
|
@ -90,6 +90,7 @@ class CoreClient:
|
|||
self.emane_model_configs = {}
|
||||
self.emane_config = None
|
||||
self.service_configs = {}
|
||||
self.config_service_configs = {}
|
||||
self.file_configs = {}
|
||||
self.mobility_players = {}
|
||||
self.handling_throughputs = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue