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

Fix issue for PLMN in UDM's URI

parent 9ab6fd90
......@@ -851,7 +851,8 @@ bool smf_sbi::get_sm_data(
std::string(inet_ntoa(*((struct in_addr*) &smf_cfg.udm_addr.ipv4_addr))) +
":" + std::to_string(smf_cfg.udm_addr.port) + NUDM_SDM_BASE +
smf_cfg.udm_addr.api_version +
fmt::format(NUDM_SDM_GET_SM_DATA_URL, std::to_string(supi));
fmt::format(NUDM_SDM_GET_SM_DATA_URL, std::to_string(supi)) + query_str;
Logger::smf_sbi().debug("UDM's URL: %s ", url.c_str());
std::string response_data = {};
......
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