Commit 3e45b33a authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Bug fix for PLMN ID

parent 7e6feefb
......@@ -907,6 +907,7 @@ void smf_app::handle_pdu_session_create_sm_context_request(
sc.get()->set_supi(supi);
sc.get()->set_supi_prefix(supi_prefix);
set_supi_2_smf_context(supi64, sc);
sc.get()->set_plmn(smreq->req.get_plmn()); // PLMN
}
// Step 5. Create/update context with dnn information
......@@ -998,9 +999,6 @@ void smf_app::handle_pdu_session_create_sm_context_request(
}
}
// Store PLMN
sc.get()->set_plmn(smreq->req.get_plmn());
// Step 8. Generate a SMF context Id and store the corresponding information
// in a map (SM_Context_ID, (supi, dnn, nssai, pdu_session_id))
scid_t scid = generate_smf_context_ref();
......
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