Commit 68dab34e authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for DNN in UDM's URI

parent 3e45b33a
......@@ -845,7 +845,7 @@ bool smf_sbi::get_sm_data(
conv::plmnToMccMnc(plmn, mcc, mnc);
query_str = "?single-nssai={\"sst\":" + std::to_string(snssai.sST) +
",\"sd\":\"" + snssai.sD + "\"}&dnn=oai" +
",\"sd\":\"" + snssai.sD + "\"}&dnn=" + dnn +
"&plmn-id={\"mcc\":\"" + mcc + "\",\"mnc\":\"" + mnc + "\"}";
std::string url =
std::string(inet_ntoa(*((struct in_addr*) &smf_cfg.udm_addr.ipv4_addr))) +
......
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