Commit d16975a2 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Temporay use old flags in conf file

parent 16f51582
......@@ -269,6 +269,8 @@ int amf_config::load(const std::string& config_file) {
} else {
support_features.enable_external_nrf = false;
}
// TODO: should be removed
support_features.enable_external_nrf = true;
support_features_cfg.lookupValue(
AMF_CONFIG_STRING_SUPPORT_FEATURES_SMF_SELECTION, opt);
......@@ -302,6 +304,10 @@ int amf_config::load(const std::string& config_file) {
support_features.enable_external_nssf = false;
}
// TODO: should be removed
support_features.enable_external_nssf =
support_features.enable_nrf_selection;
support_features_cfg.lookupValue(
AMF_CONFIG_STRING_SUPPORT_FEATURES_USE_FQDN_DNS, opt);
if (boost::iequals(opt, "yes")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment