X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Ffeatures%2Fnetconf_call_home%2Fnetconf_call_home.c;h=0c59997ae4b40a67967c97f358d72f50c6be21bc;hp=8952cb792902bae7266c2a3a82835a4ed1355c6f;hb=92903642ea9a10306817529ca546ea2432c741a1;hpb=1af4aebf2f891ff8e1b0396b01803d1788886a99 diff --git a/ntsimulator/ntsim-ng/features/netconf_call_home/netconf_call_home.c b/ntsimulator/ntsim-ng/features/netconf_call_home/netconf_call_home.c index 8952cb7..0c59997 100644 --- a/ntsimulator/ntsim-ng/features/netconf_call_home/netconf_call_home.c +++ b/ntsimulator/ntsim-ng/features/netconf_call_home/netconf_call_home.c @@ -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) {