Commit 18da34cb authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

fix for local test

parent c07e354c
......@@ -411,6 +411,7 @@ void smf_app::handle_itti_msg(
switch (m.procedure_type) {
case session_management_procedures_type_e::PDU_SESSION_ESTABLISHMENT_UE_REQUESTED: {
//Update PDU Session accordingly
Logger::smf_app().info("PDU_SESSION_ESTABLISHMENT_UE_REQUESTED");
pdu_session_status_e status =
{ pdu_session_status_e::PDU_SESSION_INACTIVE };
upCnx_state_e state = { upCnx_state_e::UPCNX_STATE_DEACTIVATED };
......
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