updated linkconfig to use string commands, fixed issues for wlan configuration

This commit is contained in:
bharnden 2019-10-11 22:27:04 -07:00
parent 02ef91242e
commit 5b3308a231
4 changed files with 27 additions and 28 deletions

View file

@ -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: