lib/gtp/xact: Fix tx of SGSN Context Acknowledge

This commit is contained in:
Pau Espin 2024-01-03 18:39:16 +01:00 committed by Sukchan Lee
parent 389ccaed16
commit 27d2f86103
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ int ogs_gtp1_xact_update_tx(ogs_gtp_xact_t *xact,
return OGS_ERROR;
case GTP_XACT_FINAL_STAGE:
if (xact->step != 2) {
if (xact->step != 2 && xact->step != 3) {
ogs_error("invalid step[%d]", xact->step);
ogs_pkbuf_free(pkbuf);
return OGS_ERROR;