From da8c93432645f4a89dab3c36c50d99c575965a7c Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 28 Mar 2022 23:09:24 +0900 Subject: [PATCH] [Test] Fix the SBI running[1] --- tests/registration/paging-test.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/registration/paging-test.c b/tests/registration/paging-test.c index 70fc70cc4b..8b3a14cecf 100644 --- a/tests/registration/paging-test.c +++ b/tests/registration/paging-test.c @@ -2395,6 +2395,9 @@ static void vonr_session_test2_func(abts_case *tc, void *data) rv = testgnb_ngap_send(ngap, sendbuf); ABTS_INT_EQUAL(tc, OGS_OK, rv); + /* Waiting for deleting PDU session */ + ogs_msleep(100); + /* Test Session Remove */ test_sess_remove(sess);