Bugfix for SIM-63
[sim/o1-interface.git] / ntsimulator / ntsim-ng / features / netconf_call_home / netconf_call_home.c
index 8952cb7..0c59997 100644 (file)
@@ -57,7 +57,9 @@ int netconf_call_home_feature_start(sr_session_ctx_t *current_session) {
     }
     else {
         // if value is not set yet, feature enable means we want to start call-home
-        callhome_enabled = true;
+        if(strlen(framework_environment.nts.nf_standalone_start_features)) {
+            callhome_enabled = true;
+        }
     }
 
     if(callhome_enabled == false) {