updated linkconfig to use string commands, fixed issues for wlan configuration
This commit is contained in:
parent
02ef91242e
commit
5b3308a231
4 changed files with 27 additions and 28 deletions
|
@ -1425,7 +1425,7 @@ class CoreHandler(socketserver.BaseRequestHandler):
|
|||
parsed_config = ConfigShim.str_to_dict(values_str)
|
||||
|
||||
self.session.mobility.set_model_config(node_id, object_name, parsed_config)
|
||||
if self.session.state == EventTypes.RUNTIME_STATE.value:
|
||||
if self.session.state == EventTypes.RUNTIME_STATE.value and parsed_config:
|
||||
try:
|
||||
node = self.session.get_node(node_id)
|
||||
if object_name == BasicRangeModel.name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue