Commit 9e6a455c authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for dnn

parent efd3bff2
...@@ -871,6 +871,8 @@ void smf_app::handle_pdu_session_create_sm_context_request( ...@@ -871,6 +871,8 @@ void smf_app::handle_pdu_session_create_sm_context_request(
std::string nd_dnn; std::string nd_dnn;
util::dotted_to_string(dnn, nd_dnn); util::dotted_to_string(dnn, nd_dnn);
dnn = nd_dnn; dnn = nd_dnn;
// update DNN
smreq->req.set_dnn(dnn);
if (not smf_cfg.is_dotted_dnn_handled(dnn, pdu_session_type)) { if (not smf_cfg.is_dotted_dnn_handled(dnn, pdu_session_type)) {
// Not a valid request... // Not a valid request...
Logger::smf_app().warn( Logger::smf_app().warn(
......
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