[SMF] fix an invalid error GTP message

This commit is contained in:
Sukchan Lee 2022-04-14 11:18:21 +09:00
parent 079bb5c40e
commit bb5d497298
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ void smf_state_operational(ogs_fsm_t *s, smf_event_t *e)
OGS_SETUP_GTP_NODE(sess, gnode);
}
if (!sess) {
ogs_gtp1_send_error_message(gtp_xact, 0,
ogs_gtp2_send_error_message(gtp_xact, 0,
OGS_GTP2_CREATE_SESSION_RESPONSE_TYPE,
OGS_GTP2_CAUSE_CONTEXT_NOT_FOUND);
break;