mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
[GTP-U] Send Error Indication for unknown PDR
This commit is contained in:
parent
d2e2a58232
commit
aed52a9ad8
21 changed files with 413 additions and 295 deletions
|
|
@ -806,9 +806,6 @@ static void direct_complete_func(abts_case *tc, void *data)
|
|||
rv = testgnb_ngap_send(ngap2, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, OGS_OK, rv);
|
||||
|
||||
/* Waiting for N4 */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Receive End Mark */
|
||||
recvbuf = test_gtpu_read(gtpu1);
|
||||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
|
|
@ -926,9 +923,6 @@ static void direct_complete_func(abts_case *tc, void *data)
|
|||
rv = testgnb_ngap_send(ngap1, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, OGS_OK, rv);
|
||||
|
||||
/* Waiting for N4 */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Receive End Mark */
|
||||
recvbuf = test_gtpu_read(gtpu2);
|
||||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
|
|
@ -1844,9 +1838,6 @@ static void indirect_complete_func(abts_case *tc, void *data)
|
|||
rv = testgnb_ngap_send(ngap2, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, OGS_OK, rv);
|
||||
|
||||
/* Waiting for N4 */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Receive End Mark */
|
||||
recvbuf = test_gtpu_read(gtpu1);
|
||||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
|
|
@ -1916,6 +1907,9 @@ static void indirect_complete_func(abts_case *tc, void *data)
|
|||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
ogs_pkbuf_free(recvbuf);
|
||||
|
||||
/* Waiting for removing Indirect Data Forwarding */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Send HandoverRequired */
|
||||
sendbuf = testngap_build_handover_required(
|
||||
test_ue, NGAP_HandoverType_intra5gs,
|
||||
|
|
@ -1992,9 +1986,6 @@ static void indirect_complete_func(abts_case *tc, void *data)
|
|||
rv = testgnb_ngap_send(ngap1, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, OGS_OK, rv);
|
||||
|
||||
/* Waiting for N4 */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Receive End Mark */
|
||||
recvbuf = test_gtpu_read(gtpu2);
|
||||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
|
|
@ -2500,9 +2491,6 @@ static void indirect_cancel_func(abts_case *tc, void *data)
|
|||
rv = testgnb_ngap_send(ngap2, sendbuf);
|
||||
ABTS_INT_EQUAL(tc, OGS_OK, rv);
|
||||
|
||||
/* Waiting for N4 */
|
||||
ogs_msleep(100);
|
||||
|
||||
/* Receive End Mark */
|
||||
recvbuf = test_gtpu_read(gtpu1);
|
||||
ABTS_PTR_NOTNULL(tc, recvbuf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue