Commit 43479cd9 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Add debuging log

parent 27ea713f
......@@ -77,6 +77,8 @@ void SMFSelectionSubscriptionDataRetrievalApiImpl::get_smf_sel_data(
m_udm_app->handle_smf_selection_subscription_data_retrieval(
supi, response_data, http_code, supported_features_str, plmn_id);
Logger::udm_server().debug("HTTP response code %d", http_code);
code = static_cast<Pistache::Http::Code>(http_code);
// Set content type
if ((code == Pistache::Http::Code::Created) or
......
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