[HOTFIX] Receive PTI information

This commit is contained in:
Sukchan Lee 2022-05-18 16:04:51 +09:00
parent c6c8dc1256
commit 67fd2efd76
2 changed files with 2 additions and 1 deletions

View File

@ -485,7 +485,6 @@ void smf_5gc_n4_handle_session_modification_response(
ogs_assert(stream);
ogs_assert(flags & OGS_PFCP_MODIFY_SESSION);
n1smbuf = gsm_build_pdu_session_modification_command(
sess, sess->pti,
OGS_NAS_QOS_CODE_DELETE_EXISTING_QOS_RULE,

View File

@ -822,6 +822,8 @@ void smf_state_operational(ogs_fsm_t *s, smf_event_t *e)
ogs_assert(sess);
ogs_assert(OGS_FSM_STATE(&sess->sm));
sess->pti = nas_message.gsm.h.procedure_transaction_identity;
e->nas.message = &nas_message;
ogs_fsm_dispatch(&sess->sm, e);