Commit a344c67d authored by Tien Thinh NGUYEN's avatar Tien Thinh NGUYEN

Fix value for NF Status

parent e77724a1
......@@ -87,7 +87,7 @@ bool nrf_profile::set_nf_status(const std::string& status) {
Logger::nrf_app().debug("Set NF status to %s", status.c_str());
if (!(boost::iequals(status, "REGISTERED") or
boost::iequals(status, "UNDISCOVERABLE") or
boost::iequals(status, "DEREGISTERED"))) {
boost::iequals(status, "SUSPENDED"))) {
return false;
}
std::unique_lock lock(nf_profile_mutex);
......
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