removed saving default configurations for wlan and mobility by default, updated session.add_node to set default configurations for wlan and emane
This commit is contained in:
parent
eced9863ad
commit
9445b63bd2
5 changed files with 11 additions and 7 deletions
|
@ -670,7 +670,6 @@ class CoreClient:
|
|||
if not config:
|
||||
response = self.client.get_wlan_config(self.session_id, node_id)
|
||||
config = response.config
|
||||
self.wlan_configs[node_id] = config
|
||||
return config
|
||||
|
||||
def get_mobility_config(self, node_id):
|
||||
|
@ -678,5 +677,4 @@ class CoreClient:
|
|||
if not config:
|
||||
response = self.client.get_mobility_config(self.session_id, node_id)
|
||||
config = response.config
|
||||
self.mobility_configs[node_id] = config
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue